Home
last modified time | relevance | path

Searched refs:TARGET_READ_PC_P (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.h249 #if !defined (TARGET_READ_PC_P)
250 #define TARGET_READ_PC_P() (1) macro
255 #if !defined (GDB_TM_FILE) && defined (TARGET_READ_PC_P)
258 #if !defined (TARGET_READ_PC_P)
259 #define TARGET_READ_PC_P() (gdbarch_read_pc_p (current_gdbarch)) macro
Dregcache.c1075 if (TARGET_READ_PC_P ()) in read_pc_pid()
Dgdbarch.c1402 #ifdef TARGET_READ_PC_P in gdbarch_dump()
1406 XSTRING (TARGET_READ_PC_P ())); in gdbarch_dump()