aboutsummaryrefslogtreecommitdiff
path: root/tools/driver/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/driver/Driver.h')
-rw-r--r--tools/driver/Driver.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/driver/Driver.h b/tools/driver/Driver.h
index 699244685d06..8b6c6eebdd56 100644
--- a/tools/driver/Driver.h
+++ b/tools/driver/Driver.h
@@ -23,9 +23,6 @@
#include "lldb/API/SBDebugger.h"
#include "lldb/API/SBError.h"
-#define ASYNC true
-#define NO_ASYNC false
-
class IOChannel;
class Driver : public lldb::SBBroadcaster
@@ -55,7 +52,7 @@ public:
GetScriptLanguage() const;
void
- ExecuteInitialCommands (bool before_file);
+ WriteInitialCommands (bool before_file, lldb::SBStream &strm);
bool
GetDebugMode() const;