[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 14:12:01 PST 2024


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

I don't think you need to mention crashing lldb.  Even if we fix that, telling the world about something that's not fully constructed yet is enough of a bad idea, we can leave it at that.
Otherwise this is good.

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


More information about the lldb-commits mailing list