HomeSort by: relevance | last modified time | path
    Searched defs:read_pc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
target.cc 593 process_stratum_target::read_pc (regcache *regcache) function in class:process_stratum_target
595 gdb_assert_not_reached ("process_target::read_pc: Unable to find PC");
win32-low.cc 1385 win32_process_target::read_pc (struct regcache *regcache) function in class:win32_process_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.cc 593 process_stratum_target::read_pc (regcache *regcache) function in class:process_stratum_target
595 gdb_assert_not_reached ("process_target::read_pc: Unable to find PC");
win32-low.cc 1411 win32_process_target::read_pc (struct regcache *regcache) function in class:win32_process_target
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 72 gdbarch_read_pc_ftype *read_pc = nullptr; member in struct:gdbarch
332 /* Skip verify of read_pc, has predicate. */
637 "gdbarch_dump: read_pc = <%s>\n",
638 host_address_to_string (gdbarch->read_pc));
1819 return gdbarch->read_pc != NULL;
1826 gdb_assert (gdbarch->read_pc != NULL);
1829 return gdbarch->read_pc (regcache);
1834 gdbarch_read_pc_ftype read_pc)
1836 gdbarch->read_pc = read_pc;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 72 gdbarch_read_pc_ftype *read_pc = nullptr; member in struct:gdbarch
329 /* Skip verify of read_pc, has predicate. */
631 "gdbarch_dump: read_pc = <%s>\n",
632 host_address_to_string (gdbarch->read_pc));
1804 return gdbarch->read_pc != NULL;
1811 gdb_assert (gdbarch->read_pc != NULL);
1814 return gdbarch->read_pc (regcache);
1819 gdbarch_read_pc_ftype read_pc)
1821 gdbarch->read_pc = read_pc;
    [all...]

Completed in 30 milliseconds