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

References

tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  158   if (process.IsValid()) {
  159     auto state = process.GetState();
  163       uint32_t stop_id = process.GetStopID();
  164       const uint32_t num_threads = process.GetNumThreads();
  173         lldb::SBThread thread = process.GetThreadAtIndex(thread_idx);
  195         lldb::SBThread thread = process.GetThreadAtIndex(0);
  199           lldb::SBThread thread = process.GetThreadAtIndex(thread_idx);