aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/common/SoftwareBreakpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/common/SoftwareBreakpoint.h')
-rw-r--r--include/lldb/Host/common/SoftwareBreakpoint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lldb/Host/common/SoftwareBreakpoint.h b/include/lldb/Host/common/SoftwareBreakpoint.h
index 1fed19eca612..83b3d18aa768 100644
--- a/include/lldb/Host/common/SoftwareBreakpoint.h
+++ b/include/lldb/Host/common/SoftwareBreakpoint.h
@@ -17,6 +17,8 @@ namespace lldb_private
{
class SoftwareBreakpoint : public NativeBreakpoint
{
+ friend class NativeBreakpointList;
+
public:
static Error
CreateSoftwareBreakpoint (NativeProcessProtocol &process, lldb::addr_t addr, size_t size_hint, NativeBreakpointSP &breakpoint_spn);