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

  /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 1385 win32_process_target::read_pc (struct regcache *regcache) function in class:win32_process_target
  /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 1381 win32_process_target::read_pc (struct regcache *regcache) function in class:win32_process_target
  /src/external/gpl3/gdb.old/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/dist/gdb/
gdbarch-gen.c 72 gdbarch_read_pc_ftype *read_pc = nullptr; member in struct:gdbarch
334 /* Skip verify of read_pc, has predicate. */
641 "gdbarch_dump: read_pc = <%s>\n",
642 host_address_to_string (gdbarch->read_pc));
1832 return gdbarch->read_pc != NULL;
1839 gdb_assert (gdbarch->read_pc != NULL);
1842 return gdbarch->read_pc (regcache);
1847 gdbarch_read_pc_ftype read_pc)
1849 gdbarch->read_pc = read_pc;
    [all...]

Completed in 21 milliseconds