diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-26 19:24:53 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-26 19:24:53 +0000 |
commit | 5060b64b7d79491d507a75201be161fd0c38fcbb (patch) | |
tree | f4791d04b99ac52da01e646e5a6c9ce22ade61b9 /include/lldb/API/SBError.h | |
parent | d44a35e87e405ae98902dc491ba70ed82f58f592 (diff) |
Notes
Diffstat (limited to 'include/lldb/API/SBError.h')
-rw-r--r-- | include/lldb/API/SBError.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lldb/API/SBError.h b/include/lldb/API/SBError.h index 7f2f3a6cc5ec..a3b1f87053ad 100644 --- a/include/lldb/API/SBError.h +++ b/include/lldb/API/SBError.h @@ -61,6 +61,7 @@ protected: friend class SBProcess; friend class SBStructuredData; friend class SBThread; + friend class SBTrace; friend class SBTarget; friend class SBValue; friend class SBWatchpoint; |