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

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 29 13:21:46 PST 2024


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

@jimingham how does this look to you?

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


More information about the lldb-commits mailing list