Home
last modified time | relevance | path

Searched defs:debugger (Results 1 – 25 of 177) sorted by relevance

12345678

/llvm-project/lldb/test/API/commands/command/script/
H A Dcallables.py7 def check(debugger, command, context, result, internal_dict): argument
23 def v5foobar(debugger, command, context, result, internal_dict, *args): argument
27 def foobar(debugger, command, context, result, internal_dict): argument
31 def foobar4(debugger, command, result, internal_dict): argument
37 def sfoobar(debugger, command, context, result, internal_dict): argument
41 def cfoobar(cls, debugger, command, context, result, internal_dict): argument
44 def ifoobar(self, debugger, command, context, result, internal_dict): argument
47 def __call__(self, debugger, command, context, result, internal_dict): argument
51 def sfoobar4(debugger, command, result, internal_dict): argument
55 def cfoobar4(cls, debugger, command, result, internal_dict): argument
[all …]
H A Dwelcome.py6 def __init__(self, debugger, session_dict): argument
14 def __call__(self, debugger, args, exe_ctx, result): argument
20 def __init__(self, debugger, session_dict): argument
23 def __call__(self, debugger, args, exe_ctx, result): argument
34 def print_wait_impl(debugger, args, result, dict): argument
45 def check_for_synchro(debugger, args, result, dict): argument
52 def takes_exe_ctx(debugger, args, exe_ctx, result, dict): argument
H A Ddecorated.py5 def decorated1(debugger, args, exe_ctx, result, dict): argument
13 def decorated2(debugger, args, exe_ctx, result, dict): argument
21 def decorated3(debugger, args, result, dict): argument
29 def _decorated4(debugger, args, exe_ctx, result, dict): argument
H A Dmysto.py4 def StepOver(debugger, args, result, dict): argument
18 def __lldb_init_module(debugger, session_dict): argument
/llvm-project/lldb/test/API/api/multithreaded/
H A Dsome_cmd.py8 def __init__(self, debugger, unused): argument
11 def __call__(self, debugger, command, exe_ctx, result): argument
21 def __init__(self, debugger, unused): argument
24 def __call__(self, debugger, command, exe_ctx, result): argument
35 def __lldb_init_module(debugger, unused): argument
/llvm-project/lldb/test/API/commands/command/script/add/
H A Dtest_commands.py11 def __init__(self, debugger, unused): argument
14 def __call__(self, debugger, args_array, exe_ctx, result): argument
44 super().__init__(debugger, unused) argument
48 ParsedCommand.do_register_cmd(cls, debugger, module_name) argument
121 def __init__(self, debugger, unused): argument
125 def register_lldb_command(cls, debugger, module_nam argument
149 __init__(self, debugger, unused) global() argument
153 register_lldb_command(cls, debugger, module_name) global() argument
220 __lldb_init_module(debugger, dict) global() argument
[all...]
/llvm-project/lldb/test/API/commands/command/container/
H A Dwelcome.py6 def __init__(self, debugger, session_dict): argument
12 def __call__(self, debugger, args, exe_ctx, result): argument
18 def __init__(self, debugger, session_dict): argument
24 def __call__(self, debugger, args, exe_ctx, result): argument
/llvm-project/lldb/examples/python/
H A Dcmdtemplate.py21 def register_lldb_command(cls, debugger, module_name): argument
95 def __init__(self, debugger, unused): argument
92 __init__(self, debugger, unused) global() argument
125 __lldb_init_module(debugger, dict) global() argument
H A Dstep_and_print.py6 def __init__(self, debugger, unused): argument
9 def __call__(self, debugger, command, exe_ctx, result): argument
27 def __lldb_init_module(debugger, unused): argument
H A Ddelta.py26 def start_gdb_log(debugger, command, result, dict): argument
57 def parse_time_log(debugger, command, result, dict): argument
133 def __lldb_init_module(debugger, internal_dict): argument
H A Dlldb_module_utils.py38 def __init__(self, debugger, unused): argument
42 def __call__(self, debugger, command, exe_ctx, result): argument
141 def __init__(self, debugger, unused): argument
145 def __call__(self, debugger, command, exe_ctx, result): argument
189 def __lldb_init_module(debugger, dict): argument
H A Ddiagnose_unwind.py86 def simple_backtrace(debugger): argument
181 def diagnose_unwind(debugger, command, result, dict): argument
383 def __lldb_init_module(debugger, internal_dict): argument
H A Dgdb_disassemble.py4 def disassemble(debugger, command, result, dict): argument
31 def __lldb_init_module(debugger, internal_dict): argument
H A Dstacks.py7 def stack_frames(debugger, command, result, dict): argument
65 def __lldb_init_module(debugger, internal_dict): argument
H A Ddisassembly_mode.py6 def __init__(self, debugger, unused): argument
28 def __call__(self, debugger, command, exe_ctx, result): argument
49 def __lldb_init_module(debugger, unused): argument
H A Dsources.py15 def info_sources(debugger, command, result, dict): argument
27 def __lldb_init_module(debugger, dict): argument
H A Dtypes.py302 def check_padding_command(debugger, command, result, dict): argument
320 def parse_all_struct_class_types(debugger, command, result, dict): argument
378 debugger = lldb.SBDebugger.Create() variable
406 def __lldb_init_module(debugger, internal_dict): argument
/llvm-project/mlir/utils/lldb-scripts/
H A Daction_debugging.py38 def __init__(self, debugger, unused): argument
65 def __call__(self, debugger, command, exe_ctx, result): argument
104 def process_options(cls, options, debugger, command, exe_ctx, result): argument
135 def process_options(cls, options, debugger, command, exe_ctx, result): argument
158 def process_options(cls, options, debugger, command, exe_ctx, result): argument
190 def process_options(cls, options, debugger, command, exe_ctx, result): argument
217 def process_options(cls, options, debugger, command, exe_ctx, result): argument
242 def process_options(cls, options, debugger, command, exe_ctx, result): argument
267 def process_options(cls, options, debugger, command, exe_ctx, result): argument
293 def process_options(cls, options, debugger, command, exe_ctx, result): argument
[all …]
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Inputs/
H A Dsbaddress.py4 def test(debugger, command, result, internal_dict): argument
8 def __lldb_init_module(debugger, internal_dict): argument
/llvm-project/lldb/test/API/commands/command/script/import/bar/
H A Dbar.py1 def bar_function(debugger, args, result, dict): argument
7 def __lldb_init_module(debugger, session_dict): argument
/llvm-project/lldb/scripts/android/
H A Dhost_art_bt.py14 def host_art_bt(debugger, command, result, internal_dict): argument
299 def __lldb_init_module(debugger, internal_dict): argument
/llvm-project/lldb/test/API/commands/command/script/import/foo/
H A Dfoo2.py1 def foo2_function(debugger, args, result, dict): argument
6 def __lldb_init_module(debugger, session_dict): argument
/llvm-project/lldb/examples/darwin/heap_find/
H A Dheap.py922 def find_variable(debugger, command, result, dict): argument
964 def ptr_refs(debugger, command, result, dict): argument
1066 def cstr_refs(debugger, command, result, dict): argument
1170 def malloc_info(debugger, command, result, dict): argument
1180 def malloc_info_impl(debugger, result, options, args): argument
1330 def section_ptr_refs(debugger, command, result, dict): argument
1423 def objc_refs(debugger, command, result, dict): argument
1603 def __lldb_init_module(debugger, internal_dict): argument
/llvm-project/lldb/test/API/python_api/was_interrupted/
H A Dinterruptible.py15 def __init__(self, debugger, session_dict): argument
21 def check_was_interrupted(self, debugger, use_interpreter): argument
29 def __call__(self, debugger, args, exe_ctx, result): argument
/llvm-project/lldb/examples/plugins/commands/
H A Dfooplugin.cpp27 virtual bool DoExecute(lldb::SBDebugger debugger, char **command, in DoExecute()
41 bool lldb::PluginInitialize(lldb::SBDebugger debugger) { in PluginInitialize()

12345678