summaryrefslogtreecommitdiff
path: root/include/lldb/API/SBPlatform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBPlatform.h')
-rw-r--r--include/lldb/API/SBPlatform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/API/SBPlatform.h b/include/lldb/API/SBPlatform.h
index db4a754103ca..80ad1c06e868 100644
--- a/include/lldb/API/SBPlatform.h
+++ b/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;