Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp34 std::string new_command(pos->command); in DoExecute() local
42 for (idx = 0; (percent_var_idx = new_command.find( in DoExecute()
44 new_command.erase(percent_var_idx, percent_var_len); in DoExecute()
45 new_command.insert(percent_var_idx, match_str); in DoExecute()
52 result.GetOutputStream().Printf("%s\n", new_command.c_str()); in DoExecute()
56 return m_interpreter.HandleCommand(new_command.c_str(), in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp577 CommandObjectMultiword *new_command = in AddMultiwordCommand() local
579 new_command->SetRemovable(true); in AddMultiwordCommand()
580 lldb::CommandObjectSP new_command_sp(new_command); in AddMultiwordCommand()
686 CommandObjectMultiword *new_command = new CommandObjectMultiword( in AddMultiwordCommand() local
688 new_command->SetRemovable(true); in AddMultiwordCommand()
689 lldb::CommandObjectSP new_command_sp(new_command); in AddMultiwordCommand()