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 b19eb1c commit c54af40Copy full SHA for c54af40
lldb/include/lldb/Target/Thread.h
@@ -472,7 +472,7 @@ class Thread : public std::enable_shared_from_this<Thread>,
472
473
/// Sets the thread that is backed by this thread.
474
/// If backed_thread.GetBackedThread() is null, this method also calls
475
- /// backed_thread.SetBackedThread(this).
+ /// backed_thread.SetBackingThread(this).
476
/// If backed_thread.GetBackedThread() is non-null, asserts that it is equal
477
/// to `this`.
478
void SetBackedThread(Thread &backed_thread) {
0 commit comments