[Lldb-commits] [lldb] [lldb][NFCI] Remove m_being_created from Breakpoint classes (PR #79716)

via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 29 09:48:09 PST 2024


================
@@ -313,6 +313,8 @@ class BreakpointLocation
 
   void UndoBumpHitCount();
 
+  void SetThreadIDInternal(lldb::tid_t thread_id);
----------------
jimingham wrote:

Could you put a comment in here saying how this is different from SetThreadID?

https://github.com/llvm/llvm-project/pull/79716


More information about the lldb-commits mailing list