Skip to content

Commit e426c45

Browse files
committed
fine tune regex command
1 parent 4c64166 commit e426c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Interpreter/CommandInterpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ void CommandInterpreter::LoadCommandDictionary() {
958958
if (step_regex_cmd_sp) {
959959
if (step_regex_cmd_sp->AddRegexCommand("^[[:space:]]*$",
960960
"thread step-in") &&
961-
step_regex_cmd_sp->AddRegexCommand("^[[:space:]]*(-.*)$",
961+
step_regex_cmd_sp->AddRegexCommand("^[[:space:]]*(-.+)$",
962962
"thread step-in %1") &&
963963
step_regex_cmd_sp->AddRegexCommand(
964964
"^[[:space:]]*(.+)[[:space:]]*$",

0 commit comments

Comments
 (0)