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

Declarations

tools/lldb/include/lldb/API/SBDebugger.h
  216   static bool StateIsStoppedState(lldb::StateType state);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
22935     result = (bool)lldb::SBDebugger::StateIsStoppedState(arg1);
tools/lldb/source/API/SBDebugger.cpp
  582     bool is_stopped = StateIsStoppedState(event_state);
  708   LLDB_RECORD_STATIC_METHOD(bool, SBDebugger, StateIsStoppedState,
 1714   LLDB_REGISTER_STATIC_METHOD(bool, SBDebugger, StateIsStoppedState,