Home
last modified time | relevance | path

Searched refs:orig_bp (Results 1 – 7 of 7) sorted by relevance

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A Dmem-break.c120 struct breakpoint *stop_bp, *orig_bp; in reinsert_breakpoint_handler() local
126 orig_bp = stop_bp->breakpoint_to_reinsert; in reinsert_breakpoint_handler()
127 if (orig_bp == NULL) in reinsert_breakpoint_handler()
130 (*the_target->write_memory) (orig_bp->pc, breakpoint_data, in reinsert_breakpoint_handler()
132 orig_bp->reinserting = 0; in reinsert_breakpoint_handler()
139 struct breakpoint *bp, *orig_bp; in reinsert_breakpoint_by_bp() local
143 orig_bp = find_breakpoint_at (stop_pc); in reinsert_breakpoint_by_bp()
144 if (orig_bp == NULL) in reinsert_breakpoint_by_bp()
150 bp->breakpoint_to_reinsert = orig_bp; in reinsert_breakpoint_by_bp()
152 (*the_target->write_memory) (orig_bp->pc, orig_bp->old_data, in reinsert_breakpoint_by_bp()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/
H A Dmem-break.c120 struct breakpoint *stop_bp, *orig_bp; in reinsert_breakpoint_handler() local
126 orig_bp = stop_bp->breakpoint_to_reinsert; in reinsert_breakpoint_handler()
127 if (orig_bp == NULL) in reinsert_breakpoint_handler()
130 (*the_target->write_memory) (orig_bp->pc, breakpoint_data, in reinsert_breakpoint_handler()
132 orig_bp->reinserting = 0; in reinsert_breakpoint_handler()
139 struct breakpoint *bp, *orig_bp; in reinsert_breakpoint_by_bp() local
143 orig_bp = find_breakpoint_at (stop_pc); in reinsert_breakpoint_by_bp()
144 if (orig_bp == NULL) in reinsert_breakpoint_by_bp()
150 bp->breakpoint_to_reinsert = orig_bp; in reinsert_breakpoint_by_bp()
152 (*the_target->write_memory) (orig_bp->pc, orig_bp->old_data, in reinsert_breakpoint_by_bp()
[all …]
/dports/cad/pcb/pcb-4.2.0/src/
H A Dstrflags.c272 const char *orig_bp = bp; in parse_layer_list() local
307 char *msg = alloc_buf (strlen (fmt) + strlen (orig_bp)); in parse_layer_list()
308 sprintf (msg, fmt, bp - orig_bp + 5, orig_bp, *bp); in parse_layer_list()
/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dderep.cc935 struct bucket * orig_bp = bp; in derep_prefix() local
987 bp = orig_bp; in derep_prefix()
1002 orig_bp->size = ab; in derep_prefix()
1003 orig_bp->hash = orig_hash; in derep_prefix()
1004 orig_bp->seqno_first = i; in derep_prefix()
1005 orig_bp->seqno_last = i; in derep_prefix()
/dports/games/tads/tads-3.0.8/tads2/
H A Dexecmd.c1926 runsdef *orig_bp; in execmd_recurs() local
1939 orig_bp = ctx->voccxrun->runcxbp; in execmd_recurs()
2045 ctx->voccxrun->runcxbp = orig_bp; in execmd_recurs()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dexecute_command.cpp1933 runsdef *orig_bp; in execmd_recurs() local
1946 orig_bp = ctx->voccxrun->runcxbp; in execmd_recurs()
2052 ctx->voccxrun->runcxbp = orig_bp; in execmd_recurs()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Dexecute_command.cpp1933 runsdef *orig_bp; in execmd_recurs() local
1946 orig_bp = ctx->voccxrun->runcxbp; in execmd_recurs()
2052 ctx->voccxrun->runcxbp = orig_bp; in execmd_recurs()