Home
last modified time | relevance | path

Searched defs:cmd_args (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/examples/python/
H A Dgdbremote.py626 def rsp_stop_reply(options, cmd, cmd_args, rsp): argument
695 def rsp_qSymbol(options, cmd, cmd_args, rsp): argument
719 def rsp_qXfer(options, cmd, cmd_args, rsp): argument
780 def rsp_qC(options, cmd, cmd_args, rsp): argument
801 def rsp_ok_means_supported(options, cmd, cmd_args, rsp): argument
810 def rsp_ok_means_success(options, cmd, cmd_args, rsp): argument
835 def rsp_dump_key_value_pairs(options, cmd, cmd_args, rsp): argument
859 def rsp_qSpeedTest(options, cmd, cmd_args, rsp): argument
896 def rsp_vCont(options, cmd, cmd_args, rsp): argument
946 def rsp_qRegisterInfo(options, cmd, cmd_args, rsp): argument
[all …]
/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp174 Args cmd_args(command); in DoExecute() local
567 Args cmd_args(command); in DoExecute() local
672 Args cmd_args(command); in DoExecute() local
761 Args cmd_args(command); in DoExecute() local
854 Args cmd_args(command); in DoExecute() local
935 Args cmd_args(command); in DoExecute() local
/llvm-project/llvm/utils/
H A Dupdate_mir_test_checks.py90 def __init__(self, prefixes, cmd_args, triple): argument
/llvm-project/compiler-rt/test/
H A Dlit.common.cfg.py685 cmd_args = [ global() variable
/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp798 full_args.AppendArguments(cmd_args); in Execute() local
H A DCommandInterpreter.cpp1631 Args cmd_args(raw_input_string); BuildAliasResult() local
2189 BuildAliasCommandArgs(CommandObject * alias_cmd_obj,const char * alias_name,Args & cmd_args,std::string & raw_input_string,CommandReturnObject & result) BuildAliasCommandArgs() argument
[all...]
/llvm-project/llvm/utils/UpdateTestChecks/
H A Dcommon.py497 def invoke_tool(exe, cmd_args, ir, preprocess_cmd=None, verbose=False): argument