Clear() | lldb::SBDebugger | |
Create() | lldb::SBDebugger | static |
Create(bool source_init_files) | lldb::SBDebugger | static |
Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton) | lldb::SBDebugger | static |
CreateCategory(const char *category_name) | lldb::SBDebugger | |
CreateTarget(const char *filename, const char *target_triple, const char *platform_name, bool add_dependent_modules, lldb::SBError &error) | lldb::SBDebugger | |
CreateTarget(const char *filename) | lldb::SBDebugger | |
CreateTargetWithFileAndArch(const char *filename, const char *archname) | lldb::SBDebugger | |
CreateTargetWithFileAndTargetTriple(const char *filename, const char *target_triple) | lldb::SBDebugger | |
DeleteCategory(const char *category_name) | lldb::SBDebugger | |
DeleteTarget(lldb::SBTarget &target) | lldb::SBDebugger | |
Destroy(lldb::SBDebugger &debugger) | lldb::SBDebugger | static |
DispatchInput(void *baton, const void *data, size_t data_len) | lldb::SBDebugger | |
DispatchInput(const void *data, size_t data_len) | lldb::SBDebugger | |
DispatchInputEndOfFile() | lldb::SBDebugger | |
DispatchInputInterrupt() | lldb::SBDebugger | |
EnableLog(const char *channel, const char **categories) | lldb::SBDebugger | |
FindDebuggerWithID(int id) | lldb::SBDebugger | static |
FindTargetWithFileAndArch(const char *filename, const char *arch) | lldb::SBDebugger | |
FindTargetWithProcessID(pid_t pid) | lldb::SBDebugger | |
GetAsync() | lldb::SBDebugger | |
GetCategory(const char *category_name) | lldb::SBDebugger | |
GetCategoryAtIndex(uint32_t) | lldb::SBDebugger | |
GetCloseInputOnEOF() const | lldb::SBDebugger | |
GetCommandInterpreter() | lldb::SBDebugger | |
GetDefaultArchitecture(char *arch_name, size_t arch_name_len) | lldb::SBDebugger | static |
GetDefaultCategory() | lldb::SBDebugger | |
GetDescription(lldb::SBStream &description) | lldb::SBDebugger | |
GetErrorFileHandle() | lldb::SBDebugger | |
GetFilterForType(SBTypeNameSpecifier) | lldb::SBDebugger | |
GetFormatForType(SBTypeNameSpecifier) | lldb::SBDebugger | |
GetID() | lldb::SBDebugger | |
GetIndexOfTarget(lldb::SBTarget target) | lldb::SBDebugger | |
GetInputFileHandle() | lldb::SBDebugger | |
GetInstanceName() | lldb::SBDebugger | |
GetInternalVariableValue(const char *var_name, const char *debugger_instance_name) | lldb::SBDebugger | static |
GetListener() | lldb::SBDebugger | |
GetNumCategories() | lldb::SBDebugger | |
GetNumTargets() | lldb::SBDebugger | |
GetOutputFileHandle() | lldb::SBDebugger | |
GetPrompt() const | lldb::SBDebugger | |
GetScriptingLanguage(const char *script_language_name) | lldb::SBDebugger | |
GetScriptLanguage() const | lldb::SBDebugger | |
GetSelectedTarget() | lldb::SBDebugger | |
GetSourceManager() | lldb::SBDebugger | |
GetSummaryForType(SBTypeNameSpecifier) | lldb::SBDebugger | |
GetSyntheticForType(SBTypeNameSpecifier) | lldb::SBDebugger | |
GetTargetAtIndex(uint32_t idx) | lldb::SBDebugger | |
GetTerminalWidth() const | lldb::SBDebugger | |
GetUseColor() const | lldb::SBDebugger | |
GetUseExternalEditor() | lldb::SBDebugger | |
GetVersionString() | lldb::SBDebugger | static |
HandleCommand(const char *command) | lldb::SBDebugger | |
HandleProcessEvent(const lldb::SBProcess &process, const lldb::SBEvent &event, FILE *out, FILE *err) | lldb::SBDebugger | |
Initialize() | lldb::SBDebugger | static |
InputReaderIsTopReader(const lldb::SBInputReader &reader) | lldb::SBDebugger | |
IsValid() const | lldb::SBDebugger | |
MemoryPressureDetected() | lldb::SBDebugger | static |
NotifyTopInputReader(lldb::InputReaderAction notification) | lldb::SBDebugger | |
operator=(const lldb::SBDebugger &rhs) | lldb::SBDebugger | |
PushInputReader(lldb::SBInputReader &reader) | lldb::SBDebugger | |
RestoreInputTerminalState() | lldb::SBDebugger | |
SaveInputTerminalState() | lldb::SBDebugger | |
SBCommandInterpreter class | lldb::SBDebugger | friend |
SBDebugger() | lldb::SBDebugger | |
SBDebugger(const lldb::SBDebugger &rhs) | lldb::SBDebugger | |
SBDebugger(const lldb::DebuggerSP &debugger_sp) | lldb::SBDebugger | |
SBInputReader class | lldb::SBDebugger | friend |
SBListener class | lldb::SBDebugger | friend |
SBProcess class | lldb::SBDebugger | friend |
SBSourceManager class | lldb::SBDebugger | friend |
SBTarget class | lldb::SBDebugger | friend |
SetAsync(bool b) | lldb::SBDebugger | |
SetCloseInputOnEOF(bool b) | lldb::SBDebugger | |
SetCurrentPlatform(const char *platform_name) | lldb::SBDebugger | |
SetCurrentPlatformSDKRoot(const char *sysroot) | lldb::SBDebugger | |
SetDefaultArchitecture(const char *arch_name) | lldb::SBDebugger | static |
SetErrorFileHandle(FILE *f, bool transfer_ownership) | lldb::SBDebugger | |
SetInputFileHandle(FILE *f, bool transfer_ownership) | lldb::SBDebugger | |
SetInternalVariable(const char *var_name, const char *value, const char *debugger_instance_name) | lldb::SBDebugger | static |
SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton) | lldb::SBDebugger | |
SetOutputFileHandle(FILE *f, bool transfer_ownership) | lldb::SBDebugger | |
SetPrompt(const char *prompt) | lldb::SBDebugger | |
SetScriptLanguage(lldb::ScriptLanguage script_lang) | lldb::SBDebugger | |
SetSelectedTarget(SBTarget &target) | lldb::SBDebugger | |
SetTerminalWidth(uint32_t term_width) | lldb::SBDebugger | |
SetUseColor(bool use_color) | lldb::SBDebugger | |
SetUseExternalEditor(bool input) | lldb::SBDebugger | |
SkipAppInitFiles(bool b) | lldb::SBDebugger | |
SkipLLDBInitFiles(bool b) | lldb::SBDebugger | |
StateAsCString(lldb::StateType state) | lldb::SBDebugger | static |
StateIsRunningState(lldb::StateType state) | lldb::SBDebugger | static |
StateIsStoppedState(lldb::StateType state) | lldb::SBDebugger | static |
Terminate() | lldb::SBDebugger | static |
~SBDebugger() | lldb::SBDebugger | |