10 #ifndef LLDB_SBDebugger_h_
11 #define LLDB_SBDebugger_h_
33 Create(
bool source_init_files);
36 Create(
bool source_init_files, lldb::LogOutputCallback log_callback,
void *baton);
48 SBDebugger(
const lldb::DebuggerSP &debugger_sp);
114 const char *target_triple,
115 const char *platform_name,
116 bool add_dependent_modules,
121 const char *target_triple);
125 const char *archname);
203 EnableLog (
const char *channel,
const char **categories);
239 SetInternalVariable (
const char *var_name,
const char *value,
const char *debugger_instance_name);
295 #ifndef LLDB_DISABLE_PYTHON
303 #ifndef LLDB_DISABLE_PYTHON
318 FindTargetWithLLDBProcess (
const lldb::ProcessSP &processSP);
321 reset (
const lldb::DebuggerSP &debugger_sp);
323 lldb_private::Debugger *
326 lldb_private::Debugger &
329 const lldb::DebuggerSP &
332 lldb::DebuggerSP m_opaque_sp;
339 #endif // LLDB_SBDebugger_h_