aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r--lldb/scripts/Python/interface/SBDebugger.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBDebugger.i b/lldb/scripts/Python/interface/SBDebugger.i
index 883ed1c..a27d280 100644
--- a/lldb/scripts/Python/interface/SBDebugger.i
+++ b/lldb/scripts/Python/interface/SBDebugger.i
@@ -122,6 +122,9 @@ public:
static lldb::SBDebugger
Create(bool source_init_files);
+ static lldb::SBDebugger
+ Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
+
static void
Destroy (lldb::SBDebugger &debugger);
@@ -272,6 +275,9 @@ public:
EnableLog (const char *channel, const char ** types);
void
+ SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
+
+ void
DispatchInput (const void *data, size_t data_len);
void