Home
last modified time | relevance | path

Searched refs:BREAKPOINT_FROM_PC (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmem-break.c52 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 Dremote-st.c609 BREAKPOINT_FROM_PC (&bp_addr, &bp_size); in st2000_insert_breakpoint()
H A Dgdbarch.h936 #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 Dppc-linux-tdep.c465 bp = BREAKPOINT_FROM_PC (&addr, &bplen); in ppc_linux_memory_remove_breakpoint()
H A Dremote.c4433 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 Dgdbarch.c741 #ifdef BREAKPOINT_FROM_PC in gdbarch_dump()
745 XSTRING (BREAKPOINT_FROM_PC (pcptr, lenptr))); in gdbarch_dump()
H A DChangeLog-19983975 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 Dbreakpoint.c639 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 DChangeLog-20003245 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 DChangeLog-19972676 MIPS16_LITTLE_BREAKPOINT, BREAKPOINT_FROM_PC): Define.
H A DChangeLog-20026956 (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 DChangeLog-20039507 * gdbarch.sh (BREAKPOINT_FROM_PC): Do not provide a default.
9513 (BREAKPOINT_FROM_PC): Define.
9517 (BREAKPOINT_FROM_PC): Define.
H A DChangeLog4394 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
8209 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
H A DChangeLog-19996818 * config/d10v/tm-d10v.h (BREAKPOINT_FROM_PC): Replace BREAKPOINT.
H A DChangeLog-20015843 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
/openbsd/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo2938 @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 DChangeLog673 BIG_REMOTE_BREAKPOINT. Cross reference BREAKPOINT_FROM_PC.
2587 BREAKPOINT_FROM_PC.