Skip to content

Commit 1af69b6

Browse files
committed
fixup! set breakpoints by name
1 parent e3a122f commit 1af69b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/test/Shell/Settings/TestFrameFormatFunctionBasename.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int main() {
4242

4343
#--- commands.input
4444
settings set -f frame-format "custom-frame '${function.basename}'\n"
45-
break set -l 5 -f main.cpp
45+
break set -n bar
4646

4747
run
4848
bt

lldb/test/Shell/Settings/TestFrameFormatFunctionTemplateArguments.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int main() { return bar(); }
3333

3434
#--- commands.input
3535
settings set -f frame-format "custom-frame '${function.template-arguments}'\n"
36-
break set -l 4 -f main.cpp
36+
break set -n func
3737

3838
run
3939
bt

0 commit comments

Comments
 (0)