We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ef5c4 commit e3ff649Copy full SHA for e3ff649
lldb/source/Target/Thread.cpp
@@ -244,7 +244,7 @@ Thread::~Thread() {
244
LLDB_LOGF(log, "%p Thread::~Thread(tid = 0x%4.4" PRIx64 ")",
245
static_cast<void *>(this), GetID());
246
/// If you hit this assert, it means your derived class forgot to call
247
- /// DoDestroy in its destructor.
+ /// DestroyThread in its destructor.
248
assert(m_destroy_called);
249
}
250
0 commit comments