Home
last modified time | relevance | path

Searched refs:SetupSoftwareSingleStepping (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.h21 Status SetupSoftwareSingleStepping(NativeThreadProtocol &thread);
H A DNativeProcessSoftwareSingleStep.cpp97 Status NativeProcessSoftwareSingleStep::SetupSoftwareSingleStepping( in SetupSoftwareSingleStepping() function in NativeProcessSoftwareSingleStep
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp915 Status error = SetupSoftwareSingleStepping( in Resume()