aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBError.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBError.h')
-rw-r--r--include/lldb/API/SBError.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lldb/API/SBError.h b/include/lldb/API/SBError.h
index 25d7e81a3be5..b9908658c5bc 100644
--- a/include/lldb/API/SBError.h
+++ b/include/lldb/API/SBError.h
@@ -77,6 +77,8 @@ protected:
friend class SBTarget;
friend class SBValue;
friend class SBWatchpoint;
+ friend class SBBreakpoint;
+ friend class SBBreakpointLocation;
lldb_private::Error *
get();