Home
last modified time | relevance | path

Searched refs:source_step (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-vx.c747 SOURCE_STEP source_step; in net_step() local
749 source_step.taskId = PIDGET (inferior_ptid); in net_step()
750 source_step.startAddr = 0; in net_step()
751 source_step.endAddr = 0; in net_step()
753 status = net_clnt_call (VX_SOURCE_STEP, xdr_SOURCE_STEP, &source_step, in net_step()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThread.h519 StepIn(bool source_step,
535 bool source_step,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1914 Status Thread::StepIn(bool source_step, in StepIn() argument
1927 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()
1950 Status Thread::StepOver(bool source_step, in StepOver() argument
1961 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7390 bool source_step = (c == 'n'); in WindowDelegateHandleChar() local
7391 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar()
7403 bool source_step = (c == 's'); in WindowDelegateHandleChar() local
7404 exe_ctx.GetThreadRef().StepIn(source_step); in WindowDelegateHandleChar()