Home
last modified time | relevance | path

Searched refs:force_repeat_command (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp75 bool force_repeat_command = true; in DoExecute() local
77 force_repeat_command); in DoExecute()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h371 bool force_repeat_command = false);
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1850 bool force_repeat_command) { in PreprocessToken()
2001 // repeat command. `force_repeat_command` supports this case. in HandleCommand()
2002 generate_repeat_command |= force_repeat_command; in HandleCommand()
1870 HandleCommand(const char * command_line,LazyBool lazy_add_to_history,CommandReturnObject & result,bool force_repeat_command) HandleCommand() argument