Skip to content

Commit a83ec30

Browse files
author
git apple-llvm automerger
committed
Merge commit '10f379e68660' from llvm.org/main into next
2 parents bb33eb9 + 10f379e commit a83ec30

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
@@ -38,7 +38,7 @@ int main() {
3838

3939
#--- commands.input
4040
settings set -f frame-format "custom-frame '${function.basename}'\n"
41-
break set -l 5 -f main.cpp
41+
break set -n bar
4242

4343
run
4444
bt

lldb/test/Shell/Settings/TestFrameFormatFunctionTemplateArguments.test

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

3030
#--- commands.input
3131
settings set -f frame-format "custom-frame '${function.template-arguments}'\n"
32-
break set -l 4 -f main.cpp
32+
break set -n func
3333

3434
run
3535
bt

0 commit comments

Comments
 (0)