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

References

tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  549       thread_data.name = note.data.GetCStr(&offset, 20);
  809       thread_data.name.assign (prpsinfo.pr_fname, strnlen (prpsinfo.pr_fname, sizeof (prpsinfo.pr_fname)));
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
   48     : Thread(process, td.tid), m_thread_name(td.name), m_thread_reg_ctx_sp(),