| /src/external/gpl3/gdb/dist/gdbserver/ |
| target.h | 521 extern process_stratum_target *the_target; 526 the_target->create_inferior (program, program_args) 529 the_target->post_create_inferior () 532 the_target->attach (pid) 537 the_target->supports_fork_events () 540 the_target->supports_vfork_events () 543 the_target->supported_thread_options (options) 546 the_target->supports_exec_events () 549 the_target->supports_memory_tagging () 552 the_target->handle_new_gdb_connection ( [all...] |
| target.cc | 29 process_stratum_target *the_target; variable 93 int res = the_target->read_memory (memaddr, myaddr, len); 131 return the_target->write_memory (memaddr, buffer.data (), len); 185 the_target->resume (&resume_info, 1); 198 return the_target->wait (ptid, status, options); 206 the_target->mourn (find_process_pid (ptid.pid ())); 219 the_target->resume (&resume_info, 1); 232 the_target->resume (&resume_info, 1); 240 return the_target->supports_multi_process (); 246 the_target = target [all...] |
| linux-aarch32-low.cc | 194 the_target->read_memory (where, (unsigned char *) &insn, 2); 200 the_target->read_memory (where + 2, (unsigned char *) &insn, 2); 210 the_target->read_memory (where, (unsigned char *) &insn, 4);
|
| fork-child.cc | 115 startup_inferior (the_target, pid,
|
| hostio.cc | 276 if (!the_target->supports_multifs ()) 324 fd = the_target->multifs_open (hostio_fs_pid, filename, flags, mode); 579 ret = the_target->multifs_unlink (hostio_fs_pid, filename); 609 ret = the_target->multifs_readlink (hostio_fs_pid, filename,
|
| server.cc | 834 if (the_target->start_non_stop (req == 1) != 0) 1110 ret = the_target->store_memtags (addr, len, tags, type); 1338 the_target->start_non_stop (true); 1807 if (!the_target->supports_read_auxv () || writebuf != NULL) 1813 return the_target->read_auxv (current_thread->id.pid (), offset, readbuf, 1827 if (!the_target->supports_pid_to_exec_file () || writebuf != NULL) 1847 const char *file = the_target->pid_to_exec_file (pid); 1941 || !the_target->supports_qxfer_libraries_svr4 ()) 1944 return the_target->qxfer_libraries_svr4 (annex, readbuf, writebuf, 1955 if (!the_target->supports_qxfer_osdata () || writebuf != NULL [all...] |
| linux-sparc-low.cc | 178 the_target->write_memory (addr, tmp_reg_buf, sizeof (tmp_reg_buf)); 229 the_target->read_memory (addr, tmp_reg_buf, sizeof (tmp_reg_buf));
|
| remote-utils.cc | 700 the_target->request_interrupt (); 769 the_target->request_interrupt (); 940 the_target->request_interrupt (); 1013 the_target->request_interrupt (); 1179 switch_to_thread (the_target, ptid); 1183 if (the_target->stopped_by_watchpoint ()) 1191 addr = the_target->stopped_data_address ();
|
| mem-break.cc | 225 the_target->sw_breakpoint_from_kind (bp->kind, &size); 236 return the_target->sw_breakpoint_from_kind (bp->kind, &size); 380 err = the_target->write_memory (bp->pc, bp_opcode (bp), 455 *err = the_target->insert_point (bp->raw_type, bp->pc, bp->kind, bp); 879 ret = the_target->remove_point (bp->raw_type, bp->pc, 1004 && the_target->supports_z_point_type (z_type)); 1455 err = the_target->remove_point (bp->raw_type, bp->pc, bp->kind, bp); 1541 err = the_target->insert_point (bp->raw_type, bp->pc, bp->kind, bp); 1774 err = the_target->read_memory (bp->pc, buf, bp_size (bp));
|
| linux-arm-low.cc | 934 the_target->read_memory (sp, (unsigned char *) &sp_data, 4); 939 the_target->read_memory (sp + pc_offset, (unsigned char *) &next_pc, 4); 942 the_target->read_memory (sp + pc_offset + 4, (unsigned char *) &cpsr, 4);
|
| regcache.cc | 510 return the_target->read_pc 517 the_target->write_pc (regcache, pc);
|
| win32-low.cc | 347 the_target->wait (minus_one_ptid, &status, 0); 363 the_target->resume (&resume, 1);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| target.h | 521 extern process_stratum_target *the_target; 526 the_target->create_inferior (program, program_args) 529 the_target->post_create_inferior () 532 the_target->attach (pid) 537 the_target->supports_fork_events () 540 the_target->supports_vfork_events () 543 the_target->supported_thread_options (options) 546 the_target->supports_exec_events () 549 the_target->supports_memory_tagging () 552 the_target->handle_new_gdb_connection ( [all...] |
| target.cc | 29 process_stratum_target *the_target; variable 93 int res = the_target->read_memory (memaddr, myaddr, len); 131 return the_target->write_memory (memaddr, buffer.data (), len); 185 the_target->resume (&resume_info, 1); 198 return the_target->wait (ptid, status, options); 206 the_target->mourn (find_process_pid (ptid.pid ())); 219 the_target->resume (&resume_info, 1); 232 the_target->resume (&resume_info, 1); 240 return the_target->supports_multi_process (); 246 the_target = target [all...] |
| linux-aarch32-low.cc | 194 the_target->read_memory (where, (unsigned char *) &insn, 2); 200 the_target->read_memory (where + 2, (unsigned char *) &insn, 2); 210 the_target->read_memory (where, (unsigned char *) &insn, 4);
|
| fork-child.cc | 115 startup_inferior (the_target, pid,
|
| server.cc | 819 if (the_target->start_non_stop (req == 1) != 0) 1095 ret = the_target->store_memtags (addr, len, tags, type); 1327 the_target->start_non_stop (true); 1802 if (!the_target->supports_read_auxv () || writebuf != NULL) 1808 return the_target->read_auxv (current_thread->id.pid (), offset, readbuf, 1822 if (!the_target->supports_pid_to_exec_file () || writebuf != NULL) 1842 const char *file = the_target->pid_to_exec_file (pid); 1936 || !the_target->supports_qxfer_libraries_svr4 ()) 1939 return the_target->qxfer_libraries_svr4 (annex, readbuf, writebuf, 1950 if (!the_target->supports_qxfer_osdata () || writebuf != NULL [all...] |
| hostio.cc | 276 if (!the_target->supports_multifs ()) 324 fd = the_target->multifs_open (hostio_fs_pid, filename, flags, mode); 543 ret = the_target->multifs_unlink (hostio_fs_pid, filename); 573 ret = the_target->multifs_readlink (hostio_fs_pid, filename,
|
| linux-sparc-low.cc | 178 the_target->write_memory (addr, tmp_reg_buf, sizeof (tmp_reg_buf)); 229 the_target->read_memory (addr, tmp_reg_buf, sizeof (tmp_reg_buf));
|
| remote-utils.cc | 693 the_target->request_interrupt (); 762 the_target->request_interrupt (); 933 the_target->request_interrupt (); 1006 the_target->request_interrupt (); 1172 switch_to_thread (the_target, ptid); 1176 if (the_target->stopped_by_watchpoint ()) 1184 addr = the_target->stopped_data_address ();
|
| mem-break.cc | 225 the_target->sw_breakpoint_from_kind (bp->kind, &size); 236 return the_target->sw_breakpoint_from_kind (bp->kind, &size); 380 err = the_target->write_memory (bp->pc, bp_opcode (bp), 455 *err = the_target->insert_point (bp->raw_type, bp->pc, bp->kind, bp); 879 ret = the_target->remove_point (bp->raw_type, bp->pc, 1004 && the_target->supports_z_point_type (z_type)); 1455 err = the_target->remove_point (bp->raw_type, bp->pc, bp->kind, bp); 1541 err = the_target->insert_point (bp->raw_type, bp->pc, bp->kind, bp); 1774 err = the_target->read_memory (bp->pc, buf, bp_size (bp));
|
| linux-arm-low.cc | 893 the_target->read_memory (sp, (unsigned char *) &sp_data, 4); 898 the_target->read_memory (sp + pc_offset, (unsigned char *) &next_pc, 4); 901 the_target->read_memory (sp + pc_offset + 4, (unsigned char *) &cpsr, 4);
|
| regcache.cc | 501 return the_target->read_pc 508 the_target->write_pc (regcache, pc);
|
| win32-low.cc | 360 the_target->wait (minus_one_ptid, &status, 0); 376 the_target->resume (&resume, 1);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| darwin-nat.c | 1982 darwin_nat_target *the_target = this; local 1995 [the_target] (int pid) 1997 the_target->ptrace_him (pid);
|