[Lldb-commits] [lldb] r368340 - Fix a comment which was incorrect.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 8 13:47:40 PDT 2019
Author: jingham
Date: Thu Aug 8 13:47:40 2019
New Revision: 368340
URL: http://llvm.org/viewvc/llvm-project?rev=368340&view=rev
Log:
Fix a comment which was incorrect.
Modified:
lldb/trunk/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
Modified: lldb/trunk/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp?rev=368340&r1=368339&r2=368340&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp (original)
+++ lldb/trunk/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp Thu Aug 8 13:47:40 2019
@@ -174,7 +174,7 @@ bool OperatingSystemPython::UpdateThread
"data from python for pid %" PRIu64,
m_process->GetID());
- // The threads that are in "new_thread_list" upon entry are the threads from
+ // The threads that are in "core_thread_list" upon entry are the threads from
// the lldb_private::Process subclass, no memory threads will be in this
// list.
StructuredData::ArraySP threads_list =
More information about the lldb-commits
mailing list