Home
last modified time | relevance | path

Searched refs:single_step (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.h59 single_step, // 's' enumerator
H A DRNBRemote.cpp226 t.push_back(Packet(single_step, &RNBRemote::HandlePacket_s, NULL, "s", in CreatePacketTable()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19961960 * config/sparc/tm-sparc.h (single_step): Remove extern decl, now in
1962 * config/arc/tm-arc.h (one_stepped, single_step): Remove extern decls,
1965 * sparc-tdep.c (single_step): Remove forward decl of isbranch.
2358 * arc-tdep.c (single_step): Change arg to type "enum target_signal".
2359 * rs6000-tdep.c (single_step): Ditto.
2360 * sparc-tdep.c (single_step): Ditto.
2425 * target.h (one_stepped, single_step): Declare here and convert
2426 single_step to prototype.
2427 * infrun.c (one_stepped, single_step): Don't declare externs
H A DChangeLog-1990629 sparc-tdep.c (single_step): Use new breakpoint interface for
1187 eventually. Changed caller single_step too.
1971 * sparc-tdep.c (single_step): Set next_pc, npc4 within
3048 * infptrace.c [NO_SINGLE_STEP]: Call single_step().
H A DChangeLog-3.x2335 (single_step): Changed to trap at npc + 4 instead of pc +8 on
3525 * sparc-dep.c (single_step): Fixed typo; "break_insn" ==> "sizeof
3759 * sparc-dep.c (single_step): Moved function previous to use of it.
H A DChangeLog-19952526 * rs6000-tdep.c (single_step): Handle both little and big endian
3083 (get_insn_type, single_step): New functions.
3892 (single_step): Handle done_retry.
H A DChangeLog-19922251 * rs6000-tdep.c (single_step): Don't call ptrace, we are a
2254 Rich and I believe the "real problem" was that both single_step
4652 * sparc-tdep.c (single_step): Lint.
5385 to single_step() (for consistency with rs6000 and i860).
H A DChangeLog-19913105 single_step() in a target-independent fashion.
3106 * sparc-tdep.c (single_step): Don't call ptrace ourselves, just
3108 * infptrace.c (child_resume): Remove call to single_step; now
H A DChangeLog-19983877 functions. Replace function single_step.
5672 (single_step, sparc_init_extra_frame_info, examine_prologue):
H A DChangeLog-1994176 * sparc-tdep.c (single_step): Use 4 not sizeof (long) for size of
H A DChangeLog-19936243 * rs6000-tdep.c (single_step): Misc cleanups (CORE_ADDR not int,
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A DChangeLog2819 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes