Home
last modified time | relevance | path

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

123456

/external/llvm-project/lldb/unittests/API/
DSBCommandInterpreterTest.cpp53 m_interp.HandleCommand("dummy", result, /*add_to_history=*/true); in TEST_F()
59 m_interp.HandleCommand("", result); in TEST_F()
69 m_interp.HandleCommand("dummy_with_autorepeat", result, in TEST_F()
76 m_interp.HandleCommand("", result); in TEST_F()
89 m_interp.HandleCommand("multicommand subcommand", result, in TEST_F()
96 m_interp.HandleCommand("", result); in TEST_F()
107 m_interp.HandleCommand("multicommand subcommand_with_autorepeat", result, in TEST_F()
114 m_interp.HandleCommand("", result); in TEST_F()
127 m_interp.HandleCommand("multicommand subcommand_with_custom_autorepeat", in TEST_F()
134 m_interp.HandleCommand("", result); in TEST_F()
/external/llvm-project/llvm/utils/
DlldbDataFormatters.py8 debugger.HandleCommand('type category define -e llvm -l c++')
9 debugger.HandleCommand('type synthetic add -w llvm '
12 debugger.HandleCommand('type synthetic add -w llvm '
15 debugger.HandleCommand('type synthetic add -w llvm '
18 debugger.HandleCommand('type summary add -w llvm '
21 debugger.HandleCommand('type summary add -w llvm '
24 debugger.HandleCommand('type summary add -w llvm '
27 debugger.HandleCommand('type summary add -w llvm '
/external/skia/platform_tools/debugging/lldb/
Dskia.py208 debugger.HandleCommand(
210 debugger.HandleCommand(
212 debugger.HandleCommand(
214 debugger.HandleCommand(
216 debugger.HandleCommand(
218 debugger.HandleCommand(
220 debugger.HandleCommand(
222 debugger.HandleCommand(
224 debugger.HandleCommand("type category enable skia")
/external/llvm-project/lldb/test/API/functionalities/memory-region/
DTestMemoryRegion.py41 interp.HandleCommand("memory region", result)
46 interp.HandleCommand("memory region not_an_address", result)
52 interp.HandleCommand("memory region 0x0", result)
58 interp.HandleCommand("memory region", result)
63 interp.HandleCommand("memory region", result)
/external/llvm-project/lldb/examples/summaries/
Dpysummary.py17 debugger.HandleCommand(
19 debugger.HandleCommand(
21 debugger.HandleCommand(
23 debugger.HandleCommand(
Dsp_cp.py77 debugger.HandleCommand(
79 debugger.HandleCommand(
81 debugger.HandleCommand(
83 debugger.HandleCommand(
/external/llvm-project/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/
DTestOSPluginStepping.py49 …result = self.dbg.HandleCommand("settings set process.experimental.os-plugin-reports-all-threads f…
66 self.dbg.HandleCommand(command)
89 interp.HandleCommand(command, result)
94 interp.HandleCommand(command, result)
99 interp.HandleCommand("thread plan prune 0x111111111", result)
104 interp.HandleCommand(command, result)
/external/llvm-project/lldb/examples/python/
Ddiagnose_unwind.py190 debugger.HandleCommand(
195 debugger.HandleCommand("register read")
233 debugger.HandleCommand(
254 debugger.HandleCommand(
257 debugger.HandleCommand(
272 debugger.HandleCommand(
275 debugger.HandleCommand('disassemble -a 0x%x' % address)
287 debugger.HandleCommand(
298 debugger.HandleCommand(
311 lldb.debugger.HandleCommand(
Dstep_and_print.py14 debugger.HandleCommand("thread step-over")
16 debugger.HandleCommand("frame variable %s"%(command))
24 debugger.HandleCommand("command script add -c step_and_print.StepAndPrint sap")
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 -c disassembly_mode.DisassemblyMode toggle-disassembly")
/external/llvm-project/lldb/test/API/functionalities/history/
DTestHistoryRecall.py28 interp.HandleCommand("session history", result, True)
29 interp.HandleCommand("platform list", result, True)
31 interp.HandleCommand("!0", result, False)
35 interp.HandleCommand("!-1", result, False)
/external/llvm/utils/
DlldbDataFormatters.py8 debugger.HandleCommand('type category define -e llvm -l c++')
9 debugger.HandleCommand('type synthetic add -w llvm '
12 debugger.HandleCommand('type synthetic add -w llvm '
15 debugger.HandleCommand('type synthetic add -w llvm '
18 debugger.HandleCommand('type summary add -w llvm '
/external/llvm-project/lldb/test/API/commands/session/save/
DTestSessionSave.py38 interpreter.HandleCommand(setting, lldb.SBCommandReturnObject())
48 interpreter.HandleCommand(cmd, res)
56 interpreter.HandleCommand(cmd, res)
65 interpreter.HandleCommand('session save ' + output_file, res)
/external/llvm-project/lldb/test/API/commands/target/stop-hooks/
DTestStopHookScripted.py35 self.interp.HandleCommand(command, result)
42 self.interp.HandleCommand(command, result)
87 self.interp.HandleCommand(command, result)
116 self.interp.HandleCommand(command, result)
135 self.interp.HandleCommand(command, result)
/external/llvm-project/lldb/test/API/python_api/interpreter/
DTestCommandInterpreterAPI.py50 ci.HandleCommand("breakpoint set -f main.c -l %d" % self.line, res)
52 ci.HandleCommand("process launch", res)
58 ci.HandleCommand(None, res)
86 ci.HandleCommand("settings set use-color false", res)
/external/llvm-project/lldb/test/API/functionalities/plugins/command_plugin/
DTestPluginCommands.py42 retval = self.dbg.GetCommandInterpreter().HandleCommand(
47 retval = self.dbg.GetCommandInterpreter().HandleCommand(
58 retval = self.dbg.GetCommandInterpreter().HandleCommand(
/external/llvm-project/lldb/test/API/commands/command/script/import/thepackage/
D__init__.py8 debugger.HandleCommand(
10 debugger.HandleCommand(
/external/llvm-project/lldb/test/API/commands/frame/var/
DTestFrameVar.py64 result = interp.HandleCommand("frame var -l", command_result)
73 result = interp.HandleCommand("frame var -a", command_result)
82 result = interp.HandleCommand("frame var -l -a -g", command_result)
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Lua/Inputs/
Dindependent_state.in4 script d:HandleCommand("script foobar = 40 + 2")
6 script d:HandleCommand("script print(foobar)")
/external/llvm-project/lldb/examples/synthetic/
Dlibcxx.py848 debugger.HandleCommand(
850 debugger.HandleCommand(
852 debugger.HandleCommand(
854 debugger.HandleCommand(
856 debugger.HandleCommand(
858 debugger.HandleCommand(
860 debugger.HandleCommand(
862 debugger.HandleCommand(
864 debugger.HandleCommand("type category enable libcxx")
865 debugger.HandleCommand(
[all …]
/external/llvm-project/lldb/test/API/api/command-return-object/
Dmain.cpp9 dbg.GetCommandInterpreter().HandleCommand(cmd, Result); in subcommand()
32 dbg.GetCommandInterpreter().HandleCommand("crasher", Result); in main()
/external/llvm-project/lldb/test/API/api/multithreaded/
Dsome_cmd.py32 debugger.HandleCommand("command script add -c some_cmd.SomeCommand some-cmd")
33 debugger.HandleCommand("command script add -c some_cmd.OtherCommand report-cmd")
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Inputs/
Drelative.split10 debugger.HandleCommand('command script add -f magritte.magritte magritte')
20 debugger.HandleCommand('command script add -f zip.zip zip')
/external/llvm-project/lldb/test/API/functionalities/multidebugger_commands/
DTestMultipleDebuggersCommands.py28 interpreter_1.HandleCommand("apropos env", retobj)
44 interpreter_2.HandleCommand("apropos env", retobj)
/external/llvm-project/lldb/test/API/functionalities/wrong_commands/
DTestWrongCommands.py21 command_interpreter.HandleCommand("g", result)
34 command_interpreter.HandleCommand("qbert", result)

123456