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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  532         thread_obj.try_emplace("registers", std::move(*registers));
  538     thread_obj.try_emplace("tid", static_cast<int64_t>(tid));
  541       thread_obj.try_emplace("signal", signum);
  545       thread_obj.try_emplace("name", thread_name);
  549       thread_obj.try_emplace("reason", stop_reason);
  552       thread_obj.try_emplace("description", description);
  556       thread_obj.try_emplace(
  565       thread_obj.try_emplace("medata", std::move(medata_array));
  567     threads_array.push_back(std::move(thread_obj));