Searched refs:get_current_regcache (Results 1 – 16 of 16) sorted by relevance
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | bsd-kvm.c | 101 target_fetch_registers (get_current_regcache (), -1); in bsd_kvm_open() 287 target_fetch_registers (get_current_regcache (), -1); in bsd_kvm_proc_cmd() 307 target_fetch_registers (get_current_regcache (), -1); in bsd_kvm_pcb_cmd()
|
| H A D | reverse.c | 136 struct gdbarch *gdbarch = get_regcache_arch (get_current_regcache ()); in save_bookmark_command() 148 b->pc = regcache_read_pc (get_current_regcache ()); in save_bookmark_command() 294 struct gdbarch *gdbarch = get_regcache_arch (get_current_regcache ()); in bookmark_1()
|
| H A D | i386dfly-nat.c | 55 struct regcache *regcache = get_current_regcache (); in i386dfly_resume()
|
| H A D | record-full.c | 849 struct regcache *regcache = get_current_regcache (); in record_full_core_open_1() 1093 record_full_message (get_current_regcache (), signal); in record_full_resume() 1261 regcache = get_current_regcache (); in record_full_wait_1() 1333 struct regcache *regcache = get_current_regcache (); in record_full_wait_1() 2477 regcache = get_current_regcache (); in record_full_restore() 2666 regcache = get_current_regcache (); in record_full_save() 2851 struct regcache *regcache = get_current_regcache (); in record_full_goto_insn()
|
| H A D | regcache.h | 27 extern struct regcache *get_current_regcache (void);
|
| H A D | fbsd-nat.c | 171 const struct regcache *regcache = get_current_regcache (); in fbsd_make_corefile_notes()
|
| H A D | infcall.c | 633 get_current_regcache ()); in call_function_by_hand() 752 sp = gdbarch_push_dummy_call (gdbarch, function, get_current_regcache (), in call_function_by_hand()
|
| H A D | frame.c | 840 regcache_cpy (get_current_regcache (), scratch); in frame_pop() 1083 regcache_cooked_write (get_current_regcache (), realnum, buf); in put_frame_register() 1329 create_sentinel_frame (current_program_space, get_current_regcache ()); in get_current_frame() 1476 get_current_regcache ()); in create_new_frame()
|
| H A D | regcache.c | 509 get_current_regcache (void) in get_current_regcache() function 1353 regcache_dump (get_current_regcache (), gdb_stdout, what_to_dump); in regcache_print() 1362 regcache_dump (get_current_regcache (), file, what_to_dump); in regcache_print()
|
| H A D | infrun.c | 1735 struct regcache *regcache = get_current_regcache (); in resume() 2161 regcache = get_current_regcache (); in proceed() 2306 tp->prev_pc = regcache_read_pc (get_current_regcache ()); in proceed() 3548 = bpstat_stop_status (get_regcache_aspace (get_current_regcache ()), in handle_inferior_event() 3643 = bpstat_stop_status (get_regcache_aspace (get_current_regcache ()), in handle_inferior_event() 4205 = bpstat_stop_status (get_regcache_aspace (get_current_regcache ()), in handle_inferior_event() 6112 stop_registers = regcache_dup (get_current_regcache ()); in normal_stop() 6756 struct regcache *regcache = get_current_regcache (); in save_infcall_suspend_state() 6813 struct regcache *regcache = get_current_regcache (); in restore_infcall_suspend_state()
|
| H A D | infcmd.c | 423 stop_pc = regcache_read_pc (get_current_regcache ()); in post_create_inferior() 617 proceed (regcache_read_pc (get_current_regcache ()), GDB_SIGNAL_0, 0); in run_command_1() 1454 stop_regs = regcache_dup (get_current_regcache ()); in get_return_value()
|
| H A D | corelow.c | 450 target_fetch_registers (get_current_regcache (), -1); in core_open()
|
| H A D | stack.c | 2404 struct gdbarch *gdbarch = get_regcache_arch (get_current_regcache ()); in return_command() 2409 get_current_regcache (), NULL /*read*/, in return_command()
|
| H A D | tracepoint.c | 2470 pc = regcache_read_pc (get_current_regcache ()); in trace_find_pc_command() 2934 regcache = get_current_regcache (); in trace_dump_command()
|
| H A D | symfile.c | 2181 regcache_write_pc (get_current_regcache (), entry); in generic_load()
|
| /dflybsd-src/contrib/gdb-7/gdb/mi/ |
| H A D | mi-main.c | 1200 regcache = get_current_regcache (); in mi_cmd_data_write_register_values()
|