Searched refs:TARGET_WRITE_PC (Results 1 – 4 of 4) sorted by relevance
257 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_WRITE_PC)260 #if !defined (TARGET_WRITE_PC)261 #define TARGET_WRITE_PC(val, ptid) (gdbarch_write_pc (current_gdbarch, val, ptid)) macro
1369 TARGET_WRITE_PC (pc, ptid); in write_pc_pid()
2392 #ifdef TARGET_WRITE_PC in gdbarch_dump()2396 XSTRING (TARGET_WRITE_PC (val, ptid))); in gdbarch_dump()
3662 @code{TARGET_WRITE_PC} are not defined.3944 @itemx TARGET_WRITE_PC (@var{val}, @var{pid})3945 @findex TARGET_WRITE_PC3946 @anchor{TARGET_WRITE_PC}