Skip to content

Commit

Permalink
[lldb][Test] Fix TestFrameFormatNameWithArgs.test on Windows/Linux
Browse files Browse the repository at this point in the history
* Windows doesn't support setting these breakpoints by basename
* On Linux std::function arguments aren't formatted as such
  • Loading branch information
Michael137 committed Nov 1, 2022
1 parent ddc7c2d commit 3e03873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test
@@ -1,3 +1,4 @@
# REQUIRES: system-darwin
# RUN: %clangxx_host -g -O0 %S/Inputs/names.cpp -std=c++17 -o %t.out
# RUN: %lldb -b -s %s %t.out | FileCheck %s
settings set -f frame-format "frame ${function.name-with-args}\n"
Expand Down

0 comments on commit 3e03873

Please sign in to comment.