reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1157     } else if (!stopped_thread && StateIsStoppedState(thread_state, true)) {
 1160       stopped_thread = thread.get();
 1164   if (!running_thread && !stopped_thread) {
 1173       running_thread ? running_thread : stopped_thread;