Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A 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
H A Dregcache.c1100 if (TARGET_READ_PC_P ()) in read_pc_pid()
H A Dgdbarch.c1397 #ifdef TARGET_READ_PC_P in gdbarch_dump()
1401 XSTRING (TARGET_READ_PC_P ())); in gdbarch_dump()