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

References

tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  292   if (!m_interpreter || !m_python_object_sp || !thread)
  295   if (!IsOperatingSystemPluginThread(thread->shared_from_this()))
  323               thread->GetID(), thread->GetProtocolID(), reg_data_addr);
  323               thread->GetID(), thread->GetProtocolID(), reg_data_addr);
  325         *thread, 0, *GetDynamicRegisterInfo(), reg_data_addr);
  333               thread->GetID(), thread->GetProtocolID());
  333               thread->GetID(), thread->GetProtocolID());
  337                                                     thread->GetID());
  343             *thread, 0, *GetDynamicRegisterInfo(), LLDB_INVALID_ADDRESS);
  357               thread->GetID());
  359         *thread, 0, target.GetArchitecture().GetAddressByteSize());