diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h')
-rw-r--r-- | contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h b/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h index db4a754..80ad1c0 100644 --- a/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h +++ b/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h @@ -189,6 +189,9 @@ namespace lldb { SBError SetFilePermissions (const char *path, uint32_t file_permissions); + SBUnixSignals + GetUnixSignals() const; + protected: friend class SBDebugger; |