Author: Chelsea Cassanova
Date: 2024-11-18T10:08:44-08:00
New Revision: 589ab28d87616006d7f8cf2402379811e2a6183f

URL: 
https://github.com/llvm/llvm-project/commit/589ab28d87616006d7f8cf2402379811e2a6183f
DIFF: 
https://github.com/llvm/llvm-project/commit/589ab28d87616006d7f8cf2402379811e2a6183f.diff

LOG: [lldb][sbapi][NFC] Remove commented out typedef from SBBreakpointName 
(#116434)

SBBreakpointName has a typedef for BreakpointHitCallback used in
SetCallback(), but this typedef has been commented out in
SBBreakpointName and added instead to SBDefines. Since SB API callbacks
are placed in SBDefines, this commit removes this commented out portion.

Added: 
    

Modified: 
    lldb/include/lldb/API/SBBreakpointName.h

Removed: 
    


################################################################################
diff  --git a/lldb/include/lldb/API/SBBreakpointName.h 
b/lldb/include/lldb/API/SBBreakpointName.h
index 838c66385bd121..4b7ad0cce345e5 100644
--- a/lldb/include/lldb/API/SBBreakpointName.h
+++ b/lldb/include/lldb/API/SBBreakpointName.h
@@ -17,10 +17,6 @@ namespace lldb {
 
 class LLDB_API SBBreakpointName {
 public:
-//  typedef bool (*BreakpointHitCallback)(void *baton, SBProcess &process,
-//                                        SBThread &thread,
-//                                        lldb::SBBreakpointLocation 
&location);
-
   SBBreakpointName();
   
   SBBreakpointName(SBTarget &target, const char *name);


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to