Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp903 bool software_single_step = !SupportHardwareSingleStepping(); in Resume() local
905 if (software_single_step) { in Resume()