| /llvm-project-15.0.7/lldb/test/API/driver/batch_mode/ |
| H A D | TestBatchMode.py | 26 extra_args = ['-b', 33 self.launch(executable=exe, extra_args=extra_args) 57 extra_args = ['-b', 63 self.launch(executable=exe, extra_args=extra_args) 89 extra_args = ['-b', 93 self.launch(executable=exe, extra_args=extra_args) 140 extra_args = [ 149 self.launch(executable=exe, extra_args=extra_args)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/ |
| H A D | TestScriptedResolver.py | 70 extra_args = lldb.SBStructuredData() 71 error = extra_args.SetFromJSON(json_stream) 73 return extra_args 79 extra_args = self.make_extra_args() 87 …right.append(target.BreakpointCreateFromScript("resolver.Resolver", extra_args, module_list, file_… 91 …right.append(target.BreakpointCreateFromScript("resolver.Resolver", extra_args, module_list, file_… 97 …right.append(target.BreakpointCreateFromScript("resolver.Resolver", extra_args, module_list, file_… 101 …right.append(target.BreakpointCreateFromScript("resolver.Resolver", extra_args, module_list, file_… 115 …wrong.append(target.BreakpointCreateFromScript("resolver.Resolver", extra_args, module_list, file_… 169 extra_args = self.make_extra_args() [all …]
|
| H A D | resolver.py | 7 def __init__(self, bkpt, extra_args, dict): argument 9 self.extra_args = extra_args 16 sym_item = self.extra_args.GetValueForKey("symbol")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
| H A D | bktptcmd.py | 10 def another_function(frame, bp_loc, extra_args, dict): argument 11 se_value = extra_args.GetValueForKey("side_effect") 15 def a_third_function(frame, bp_loc, extra_args, dict): argument 16 se_value = extra_args.GetValueForKey("side_effect") 20 def a_list_function(frame, bp_loc, extra_args, dict): argument 21 se_value = extra_args.GetValueForKey("side_effect") 26 def empty_extra_args(frame, bp_loc, extra_args, dict): argument 27 if extra_args.IsValid():
|
| H A D | TestBreakpointCommandsFromPython.py | 106 extra_args = lldb.SBStructuredData() 109 extra_args.SetFromJSON(stream) 110 error = fancy_bkpt.SetScriptCallbackFunction("bktptcmd.another_function", extra_args) 115 extra_args.SetFromJSON(stream) 129 extra_args.SetFromJSON(stream) 130 error = list_bkpt.SetScriptCallbackFunction("bktptcmd.a_list_function", extra_args) 175 extra_args = lldb.SBStructuredData() 178 extra_args.SetFromJSON(stream) 180 error = bkpt.SetScriptCallbackFunction("bktptcmd.function", extra_args) 183 error = bkpt.SetScriptCallbackFunction("bktptcmd.useless_function", extra_args) [all …]
|
| /llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/ |
| H A D | stop_hook.py | 4 def __init__(self, target, extra_args, dict): argument 5 self.extra_args = extra_args 8 ret_val = self.extra_args.GetValueForKey("return_false") 18 value = self.extra_args.GetValueForKey("increment") 38 def __init__(self, target, extra_args, dict): argument 45 def __init__(self, target, extra_args, dict): argument
|
| /llvm-project-15.0.7/lldb/test/Shell/helper/ |
| H A D | toolchain.py | 51 extra_args=['--no-lldbinit', '-S', lldb_init], 55 extra_args=['-S', lldb_init], 59 extra_args=['--no-lldbinit'], 63 extra_args=[], 67 extra_args=dsargs, 71 extra_args=['platform'], 77 extra_args=build_script_args) 110 ToolSubst('%msvc_cl', command=cl, extra_args=compiler_flags), 111 ToolSubst('%msvc_link', command=link, extra_args=linker_flags)] 178 extra_args=[mode, '--no-lldbinit', '-S', lldb_init]), [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/UpdateTestChecks/ |
| H A D | lit.local.cfg | 14 extra_args=''): 19 (name, "'%s' %s %s" % (python_exe, script_path, extra_args))) 29 add_update_script_substition('%update_llc_test_checks', extra_args=llc_arg) 30 add_update_script_substition('%update_mir_test_checks', extra_args=llc_arg) 36 add_update_script_substition('%update_test_checks', extra_args=opt_arg) 38 extra_args=opt_arg) 44 add_update_script_substition('%update_test_checks', extra_args=mca_arg)
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/Inputs/ |
| H A D | stop_hook.py | 4 def __init__(self, target, extra_args, dict): argument 5 self.extra_args = extra_args
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/llvm/ |
| H A D | subst.py | 43 unresolved='warn', extra_args=None): argument 80 self.extra_args = extra_args 121 if self.extra_args: 122 command_str = ' '.join([command_str] + self.extra_args)
|
| H A D | config.py | 528 extra_args=additional_flags), 530 extra_args=['-analyze', '%analyze', 533 extra_args=['-cc1', '-internal-isystem', 537 extra_args=['--driver-mode=cpp']+additional_flags), 539 extra_args=['--driver-mode=cl']+additional_flags), 541 extra_args=['--driver-mode=g++']+additional_flags),
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | check-analyzer-fixit.py | 40 def run_test_once(args, extra_args): argument 43 clang_analyzer_extra_args = extra_args 116 args, extra_args = parser.parse_known_args() 117 run_test_once(args, extra_args)
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | run.py | 8 extra_args=None, logfile=None, cwd=None, env=None, **kwargs): argument 151 extra_args=None, logfile=None, cwd=None, env=None, **kwargs): argument 156 events=events, extra_args=extra_args, logfile=logfile, cwd=cwd,
|
| /llvm-project-15.0.7/llvm/utils/gn/ |
| H A D | gn.py | 54 extra_args = [] 60 extra_args = [ '--dotfile=' + dotfile, '--root=' + root ] 63 cmd = [gn] + extra_args + sys.argv[1:]
|
| /llvm-project-15.0.7/clang/test/utils/update_cc_test_checks/ |
| H A D | lit.local.cfg | 17 extra_args = '--clang ' + shell_quote(clang_path) 19 extra_args += ' --opt ' + shell_quote(opt_path) 31 python, shell_quote(script_path), extra_args)))
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/ |
| H A D | resolver.py | 7 def __init__(self, bkpt, extra_args, dict): argument 9 side_effect.g_extra_args = extra_args
|
| H A D | TestBreakpointSerialization.py | 366 extra_args = lldb.SBStructuredData() 369 extra_args.SetFromJSON(stream) 370 self.assertTrue(extra_args.IsValid(), "SBStructuredData is valid.") 373 … extra_args, lldb.SBFileSpecList(), lldb.SBFileSpecList())
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbpexpect.py | 26 def launch(self, executable=None, extra_args=None, timeout=60, argument 44 if extra_args is not None: 45 args.extend(extra_args)
|
| /llvm-project-15.0.7/lldb/test/API/iohandler/autosuggestion/ |
| H A D | TestAutosuggestion.py | 28 … extra_args=["-o", "settings set show-autosuggestion true", "-o", "settings set use-color true"]) 43 … extra_args=["-o", "settings set show-autosuggestion true", "-o", "settings set use-color true"]) 111 extra_args=["-o", "settings set show-autosuggestion true",
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/ |
| H A D | check_clang_tidy.py | 76 def __init__(self, args, extra_args): argument 101 self.clang_tidy_extra_args = extra_args 102 if '--' in extra_args: 256 args, extra_args = parse_arguments() 262 CheckRunner(args, extra_args).run()
|
| /llvm-project-15.0.7/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 14 lldb::SBStructuredData extra_args(extra_args_impl); 20 if (extra_args.IsValid()) { 21 PushSBClass(L, &extra_args);
|
| /llvm-project-15.0.7/compiler-rt/cmake/Modules/ |
| H A D | SanitizerUtils.cmake | 29 set(extra_args) variable 31 list(APPEND extra_args "--extra" ${arg}) 35 ${SANITIZER_GEN_DYNAMIC_LIST} ${extra_args} $<TARGET_FILE:${target_name}>
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | update_cc_test_checks.py | 201 extra_args = shlex.split(extra_command) 205 if extra_args[0] == 'opt': 210 extra_args[0] = args.opt 211 raw_tool_output = common.invoke_tool(extra_args[0], 212 extra_args[1:], f.name)
|
| /llvm-project-15.0.7/flang/test/ |
| H A D | lit.cfg.py | 82 ToolSubst('%flang_fc1', command=FindTool('flang-new'), extra_args=['-fc1'], 89 tools.append(ToolSubst('%not_todo_cmd', command=FindTool('not'), extra_args=['--crash'],
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 208 SBStructuredData &extra_args) { in SetScriptCallbackFunction() argument 209 LLDB_INSTRUMENT_VA(this, callback_function_name, extra_args); in SetScriptCallbackFunction() 224 extra_args.m_impl_up in SetScriptCallbackFunction()
|