Home
last modified time | relevance | path

Searched refs:HandleCommand (Results 1 – 25 of 68) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/utils/
H A DlldbDataFormatters.py11 debugger.HandleCommand('type category define -e llvm -l c++')
12 debugger.HandleCommand('type synthetic add -w llvm '
15 debugger.HandleCommand('type summary add -w llvm '
18 debugger.HandleCommand('type synthetic add -w llvm '
21 debugger.HandleCommand('type summary add -w llvm '
24 debugger.HandleCommand('type synthetic add -w llvm '
27 debugger.HandleCommand('type summary add -w llvm '
30 debugger.HandleCommand('type synthetic add -w llvm '
33 debugger.HandleCommand('type summary add -w llvm '
36 debugger.HandleCommand('type summary add -w llvm '
[all …]
/openbsd-src/gnu/llvm/lldb/examples/summaries/
H A Dpysummary.py17 debugger.HandleCommand(
19 debugger.HandleCommand(
21 debugger.HandleCommand(
23 debugger.HandleCommand(
H A Dsp_cp.py77 debugger.HandleCommand(
79 debugger.HandleCommand(
81 debugger.HandleCommand(
83 debugger.HandleCommand(
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Ddiagnose_unwind.py189 debugger.HandleCommand(
194 debugger.HandleCommand("register read")
232 debugger.HandleCommand(
253 debugger.HandleCommand(
256 debugger.HandleCommand(
271 debugger.HandleCommand(
274 debugger.HandleCommand('disassemble -a 0x%x' % address)
286 debugger.HandleCommand(
297 debugger.HandleCommand(
311 debugger.HandleCommand(
H A Dstep_and_print.py14 debugger.HandleCommand("thread step-over")
16 debugger.HandleCommand("frame variable %s"%(command))
24 debugger.HandleCommand("command script add -o -c step_and_print.StepAndPrint sap")
H A Ddisassembly_mode.py19 self.interp.HandleCommand("settings show " + setting, result)
25 self.interp.HandleCommand("settings set " + setting + " " + value, result)
48 …debugger.HandleCommand("command script add -o -c disassembly_mode.DisassemblyMode toggle-disassemb…
H A Ddelta.py43 debugger.HandleCommand(
130 debugger.HandleCommand(
H A Dprocess_events.py66 command_interpreter.HandleCommand(command, return_obj)
276 debugger.HandleCommand("_regexp-break %s" % (bp))
337 debugger.HandleCommand(
H A Dlldb_module_utils.py185 debugger.HandleCommand(
188 debugger.HandleCommand(
H A Din_call_stack.py5 debugger.HandleCommand(
H A Dsources.py29 debugger.HandleCommand(
H A Dgdb_disassemble.py25 debugger.HandleCommand(
H A Dstacks.py66 debugger.HandleCommand(
/openbsd-src/gnu/llvm/lldb/examples/synthetic/
H A Dlibcxx.py840 debugger.HandleCommand(
842 debugger.HandleCommand(
844 debugger.HandleCommand(
846 debugger.HandleCommand(
848 debugger.HandleCommand(
850 debugger.HandleCommand(
852 debugger.HandleCommand(
854 debugger.HandleCommand(
856 debugger.HandleCommand("type category enable libcxx")
857 debugger.HandleCommand(
[all …]
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i144HandleCommand (const char *command_line, lldb::SBCommandReturnObject &result, bool add_to_history …
147HandleCommand (const char *command_line, SBExecutionContext &exe_ctx, SBCommandReturnObject &resul…
/openbsd-src/gnu/llvm/clang/utils/
H A DClangDataFormat.py25 …debugger.HandleCommand("type summary add -F ClangDataFormat.SourceLocation_summary clang::SourceLo…
26 debugger.HandleCommand("type summary add -F ClangDataFormat.QualType_summary clang::QualType")
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp151 SBCommandInterpreter::HandleCommand(const char *command_line, in HandleCommand() function in SBCommandInterpreter
157 return HandleCommand(command_line, sb_exe_ctx, result, add_to_history); in HandleCommand()
160 lldb::ReturnStatus SBCommandInterpreter::HandleCommand( in HandleCommand() function in SBCommandInterpreter
171 m_opaque_ptr->HandleCommand(command_line, do_add_to_history, in HandleCommand()
175 m_opaque_ptr->HandleCommand(command_line, do_add_to_history, in HandleCommand()
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSDate.py302 debugger.HandleCommand(
304 debugger.HandleCommand(
306 debugger.HandleCommand(
H A DNSData.py179 debugger.HandleCommand(
181 debugger.HandleCommand(
H A DNSNumber.py265 debugger.HandleCommand(
267 debugger.HandleCommand(
269 debugger.HandleCommand(
H A DCFDictionary.py260 debugger.HandleCommand(
262 debugger.HandleCommand(
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h159 lldb::ReturnStatus HandleCommand(const char *command_line,
163 lldb::ReturnStatus HandleCommand(const char *command_line,
/openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/
H A Dlldb-commandinterpreter-fuzzer.cpp39 ci.HandleCommand(str.c_str(), ro, false); in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/llvm/lldb/examples/customization/import-python/
H A Dimportcmd.py21 debugger.HandleCommand("script import " + modname)
/openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py812 lldb.debugger.GetCommandInterpreter().HandleCommand(memory_command, cmd_result)
1505 debugger.HandleCommand(
1508 debugger.HandleCommand(
1511 debugger.HandleCommand(
1514 debugger.HandleCommand(
1518 debugger.HandleCommand(

123