Searched refs:BREAKPOINT_FROM_PC (Results 1 – 17 of 17) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | mem-break.c | 52 bp = BREAKPOINT_FROM_PC (&addr, &bplen); in default_memory_insert_breakpoint() 74 bp = BREAKPOINT_FROM_PC (&addr, &bplen); in default_memory_remove_breakpoint()
|
H A D | remote-st.c | 609 BREAKPOINT_FROM_PC (&bp_addr, &bp_size); in st2000_insert_breakpoint()
|
H A D | gdbarch.h | 936 #if !defined (GDB_TM_FILE) && defined (BREAKPOINT_FROM_PC) 939 #if !defined (BREAKPOINT_FROM_PC) 940 #define BREAKPOINT_FROM_PC(pcptr, lenptr) (gdbarch_breakpoint_from_pc (current_gdbarch, pcptr, lenp… macro
|
H A D | ppc-linux-tdep.c | 465 bp = BREAKPOINT_FROM_PC (&addr, &bplen); in ppc_linux_memory_remove_breakpoint()
|
H A D | remote.c | 4433 BREAKPOINT_FROM_PC (&addr, &bp_size); in remote_insert_breakpoint() 4486 BREAKPOINT_FROM_PC (&addr, &bp_size); in remote_remove_breakpoint() 4654 BREAKPOINT_FROM_PC (&addr, &len); in remote_insert_hw_breakpoint() 4696 BREAKPOINT_FROM_PC (&addr, &len); in remote_remove_hw_breakpoint()
|
H A D | gdbarch.c | 741 #ifdef BREAKPOINT_FROM_PC in gdbarch_dump() 745 XSTRING (BREAKPOINT_FROM_PC (pcptr, lenptr))); in gdbarch_dump()
|
H A D | ChangeLog-1998 | 3975 using BREAKPOINT_FROM_PC. 3977 * defs.h (breakpoint_from_pc_fn): BREAKPOINT_FROM_PC function 3983 BREAKPOINT_FROM_PC. 3984 * target.h (BREAKPOINT_FROM_PC): Provide default. 3985 * gdbint.texinfo (BREAKPOINT_FROM_PC): Document. 3988 (BREAKPOINT_FROM_PC): Define. 3994 (BREAKPOINT_FROM_PC): Define, call. 4008 BREAKPOINT_FROM_PC.
|
H A D | breakpoint.c | 639 if (BREAKPOINT_FROM_PC (&bp_addr, &bp_size) == NULL) in deprecated_read_memory_nobpt() 661 if (BREAKPOINT_FROM_PC (&bp_addr, &bp_size) == NULL) in deprecated_read_memory_nobpt()
|
H A D | ChangeLog-2000 | 3245 SAVED_PC_AFTER_CALL, DECR_PC_AFTER_BREAK, BREAKPOINT_FROM_PC, 5442 (BREAKPOINT_FROM_PC), valops.c (COERCE_FLOAT_TO_DOUBLE), 5454 D10V_MAKE_DADDR, D10V_MAKE_IADDR, BREAKPOINT_FROM_PC,
|
H A D | ChangeLog-1997 | 2676 MIPS16_LITTLE_BREAKPOINT, BREAKPOINT_FROM_PC): Define.
|
H A D | ChangeLog-2002 | 6956 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL) 8839 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc. 11106 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer. 13070 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
|
H A D | ChangeLog-2003 | 9507 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default. 9513 (BREAKPOINT_FROM_PC): Define. 9517 (BREAKPOINT_FROM_PC): Define.
|
H A D | ChangeLog | 4394 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT) 8209 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
|
H A D | ChangeLog-1999 | 6818 * config/d10v/tm-d10v.h (BREAKPOINT_FROM_PC): Replace BREAKPOINT.
|
H A D | ChangeLog-2001 | 5843 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | gdbint.texinfo | 2938 @code{BREAKPOINT_FROM_PC}. 2947 favor of @code{BREAKPOINT_FROM_PC}. 2959 favor of @code{BREAKPOINT_FROM_PC} (@pxref{BREAKPOINT_FROM_PC}). 2961 @item BREAKPOINT_FROM_PC (@var{pcptr}, @var{lenptr}) 2962 @findex BREAKPOINT_FROM_PC 2963 @anchor{BREAKPOINT_FROM_PC} Use the program counter to determine the 2992 @code{BREAKPOINT_FROM_PC} needs to read the target's memory for some
|
H A D | ChangeLog | 673 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC. 2587 BREAKPOINT_FROM_PC.
|