diff options
Diffstat (limited to 'contrib/llvm-project/lldb/include/lldb/API/SBCommandInterpreter.h')
-rw-r--r-- | contrib/llvm-project/lldb/include/lldb/API/SBCommandInterpreter.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/llvm-project/lldb/include/lldb/API/SBCommandInterpreter.h b/contrib/llvm-project/lldb/include/lldb/API/SBCommandInterpreter.h index 2364a8dae88c..0d344fc7fbcb 100644 --- a/contrib/llvm-project/lldb/include/lldb/API/SBCommandInterpreter.h +++ b/contrib/llvm-project/lldb/include/lldb/API/SBCommandInterpreter.h @@ -59,6 +59,8 @@ public: bool HasAliasOptions(); + bool IsInteractive(); + lldb::SBProcess GetProcess(); lldb::SBDebugger GetDebugger(); @@ -145,6 +147,8 @@ public: const char *help, const char *syntax, const char *auto_repeat_command); + void SourceInitFileInGlobalDirectory(lldb::SBCommandReturnObject &result); + void SourceInitFileInHomeDirectory(lldb::SBCommandReturnObject &result); void SourceInitFileInHomeDirectory(lldb::SBCommandReturnObject &result, bool is_repl); |