Searched refs:GetDebugger (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObjectScript.cpp35 if (m_interpreter.GetDebugger().GetScriptLanguage() ==
43 ScriptInterpreter *script_interpreter = GetDebugger().GetScriptInterpreter();
H A DCommandObject.cpp52 Debugger &CommandObject::GetDebugger() { return m_interpreter.GetDebugger(); } function in class:CommandObject
129 GetCommandInterpreter().GetDebugger().GetTerminalWidth());
313 GetCommandInterpreter().GetDebugger().GetTerminalWidth());
850 GetCommandInterpreter().GetDebugger().GetTerminalWidth());
921 return *m_interpreter.GetDebugger().GetDummyTarget();
925 return *m_interpreter.GetDebugger().GetSelectedOrDummyTarget(prefer_dummy);
934 return *m_interpreter.GetDebugger().GetSelectedTarget();
946 target = m_interpreter.GetDebugger().GetSelectedTarget().get();
H A DOptionGroupPlatform.cpp40 interpreter.GetDebugger().GetPlatformList().Append(platform_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp65 .GetDebugger()
84 .GetDebugger()
106 .GetDebugger()
128 .GetDebugger()
164 .GetDebugger()
H A DThreadPlanTracer.cpp49 return &(target_sp->GetDebugger().GetOutputStream());
172 .GetDebugger()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp30 Debugger &debugger = GetDebugger();
H A DCommandObjectPlatform.cpp176 GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp);
255 Target *target = GetDebugger().GetSelectedTarget().get();
261 platform_sp = GetDebugger().GetPlatformList().GetSelectedPlatform();
290 GetDebugger().GetPlatformList().GetSelectedPlatform());
297 platform_sp->ConnectToWaitingProcesses(GetDebugger(), error);
315 GetDebugger().GetPlatformList().GetSelectedPlatform());
339 GetDebugger().GetPlatformList().GetSelectedPlatform());
406 GetDebugger().GetPlatformList().GetSelectedPlatform());
442 GetDebugger().GetPlatformList().GetSelectedPlatform());
491 GetDebugger()
[all...]
H A DCommandObjectSettings.cpp159 lldb::OptionValueSP value_sp(GetDebugger().GetPropertyValue(
195 Status error(GetDebugger().SetPropertyValue(
211 error = GetDebugger().SetPropertyValue(nullptr, eVarSetOperationAssign,
222 error = GetDebugger().SetPropertyValue(&exe_ctx, eVarSetOperationAssign,
281 Status error(GetDebugger().DumpPropertyValue(
292 GetDebugger().DumpAllPropertyValues(&m_exe_ctx, result.GetOutputStream(),
396 GetDebugger().DumpAllPropertyValues(&clean_ctx, out_file,
402 Status error(GetDebugger().DumpPropertyValue(
540 GetDebugger().GetValueProperties()->GetPropertyAtPath(
553 GetDebugger()
[all...]
H A DCommandObjectPlugin.cpp62 if (GetDebugger().LoadPlugin(dylib_fspec, error))
H A DCommandObjectApropos.cpp76 GetDebugger().Apropos(search_word, properties);
H A DCommandObjectCommands.cpp967 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) {
968 StreamSP out_stream = GetDebugger().GetAsyncOutputStream();
997 Debugger &debugger = GetDebugger();
1223 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1238 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1280 if (ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter())
1293 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1309 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1324 ScriptInterpreter *scripter = GetDebugger().GetScriptInterpreter();
1443 if (GetDebugger()
[all...]
H A DCommandObjectDisassemble.cpp260 GetCommandInterpreter().GetDebugger().GetTerminalWidth();
288 GetDebugger(), m_options.arch, plugin_name, flavor_string,
452 GetDebugger(), m_options.arch, plugin_name, flavor_string,
500 GetDebugger(), m_options.arch, plugin_name, flavor_string,
H A DCommandObjectWatchpointCommand.cpp286 Debugger &debugger = target->GetDebugger();
414 m_options.m_script_language = GetDebugger().GetScriptLanguage();
446 ScriptInterpreter *script_interp = GetDebugger().GetScriptInterpreter(
H A DCommandCompletions.cpp73 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget();
264 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget();
278 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget();
294 interpreter.GetDebugger().GetValueProperties());
H A DCommandObjectProcess.cpp148 Debugger &debugger = GetDebugger();
377 GetDebugger().GetPlatformList().GetSelectedPlatform());
379 Target *target = GetDebugger().GetSelectedTarget().get();
396 error = GetDebugger().GetTargetList().CreateTarget(
397 GetDebugger(), "", "", eLoadDependentsNo,
405 GetDebugger().GetTargetList().SetSelectedTarget(target);
819 Debugger &debugger = GetDebugger();
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.h93 lldb::SBDebugger &GetDebugger() { return m_debugger; } function in class:Driver
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp27 Debugger &debugger = m_target.GetDebugger();
68 Debugger &debugger = m_target.GetDebugger();
169 int tab_size = io_handler.GetDebugger().GetTabSize();
193 Debugger &debugger = m_target.GetDebugger();
447 Debugger &debugger = m_target.GetDebugger();
506 process_sp->GetTarget().GetDebugger().ClearIOHandlers();
520 Debugger &debugger = m_target.GetDebugger();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverScripted.cpp47 ScriptInterpreter *script_interp = target_sp->GetDebugger()
106 return m_breakpoint->GetTarget().GetDebugger().GetScriptInterpreter();
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i194 GetDebugger ();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp167 SBDebugger debugger_sb(m_interpreter.GetDebugger().shared_from_this());
244 ? m_opaque_ptr->GetDebugger()
472 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget());
483 SBDebugger SBCommandInterpreter::GetDebugger() { function in class:SBCommandInterpreter
485 GetDebugger);
489 sb_debugger.reset(m_opaque_ptr->GetDebugger().shared_from_this());
566 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget());
585 TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget());
912 LLDB_REGISTER_METHOD(lldb::SBDebugger, SBCommandInterpreter, GetDebugger,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp141 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf(
267 process_sp->GetTarget().GetDebugger().GetOutputStreamSP());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h110 lldb::SBDebugger GetDebugger();
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp170 target_sp->GetDebugger().GetScriptInterpreter();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp185 process_sp->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp127 StreamFileSP Stream = target.GetDebugger().GetOutputStreamSP();
147 target.GetDebugger().GetAsyncOutputStream()->Printf(

Completed in 175 milliseconds

1234