Home | History | Annotate | Download | only in gdb

Lines Matching refs:override

31   const char *pid_to_exec_file (int pid) override;
33 bool thread_alive (ptid_t ptid) override;
34 const char *thread_name (struct thread_info *thr) override;
35 void post_attach (int pid) override;
36 void update_thread_list () override;
37 std::string pid_to_str (ptid_t ptid) override;
39 int find_memory_regions (find_memory_region_ftype func, void *data) override;
40 bool info_proc (const char *, enum info_proc_what) override;
42 void resume (ptid_t, int, enum gdb_signal) override;
43 ptid_t wait (ptid_t, struct target_waitstatus *, target_wait_flags) override;
44 int insert_exec_catchpoint (int pid) override;
45 int remove_exec_catchpoint (int pid) override;
48 override;
50 bool supports_multi_process () override;
56 ULONGEST *xfered_len) override;
57 bool supports_dumpcore () override;
58 void dumpcore (const char *filename) override;
61 void post_startup_inferior (ptid_t ptid) override;