Skip to content

Commit 6dfce66

Browse files
committed
[lldb][Test] Fix TestFrameFormatNameWithArgs.test on Windows/Linux
* Windows doesn't support setting these breakpoints by basename * On Linux std::function arguments aren't formatted as such (cherry picked from commit 3e03873)
1 parent 4c0308b commit 6dfce66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# REQUIRES: system-darwin
12
# RUN: %clangxx_host -g -O0 %S/Inputs/names.cpp -std=c++17 -o %t.out
23
# RUN: %lldb -b -s %s %t.out | FileCheck %s
34
settings set -f frame-format "frame ${function.name-with-args}\n"

0 commit comments

Comments
 (0)