Home
last modified time | relevance | path

Searched refs:new_command (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp41 std::string new_command(pos->command); in DoExecute() local
49 for (idx = 0; (percent_var_idx = new_command.find( in DoExecute()
51 new_command.erase(percent_var_idx, percent_var_len); in DoExecute()
52 new_command.insert(percent_var_idx, match_str); in DoExecute()
59 result.GetOutputStream().Printf("%s\n", new_command.c_str()); in DoExecute()
64 new_command.c_str(), eLazyBoolCalculate, result, nullptr, true, true); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp546 CommandObjectMultiword *new_command = in AddMultiwordCommand() local
548 new_command->SetRemovable(true); in AddMultiwordCommand()
549 lldb::CommandObjectSP new_command_sp(new_command); in AddMultiwordCommand()
618 CommandObjectMultiword *new_command = new CommandObjectMultiword( in AddMultiwordCommand() local
620 new_command->SetRemovable(true); in AddMultiwordCommand()
621 lldb::CommandObjectSP new_command_sp(new_command); in AddMultiwordCommand()