File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
lldb/lit/ExecControl/StopHook Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 33# RUN: | FileCheck --check-prefix=CHECK --check-prefix=CHECK-NO-FILTER %s
44# RUN: %lldb -b -s %p/Inputs/stop-hook-threads-2.lldbinit -s %s -f %t \
55# RUN: | FileCheck --check-prefix=CHECK --check-prefix=CHECK-FILTER %s
6+ # XFAIL: system-windows
67
78thread list
89break set -f stop-hook-threads.cpp -p "Set break point at this line"
Original file line number Diff line number Diff line change 66# RUN: %lldb -b -s %p/Inputs/stop-hook-2.lldbinit -s %s -f %t | FileCheck %s
77# Test setting stop-hook with multi-line expression
88# RUN: %lldb -b -s %p/Inputs/stop-hook-3.lldbinit -s %s -f %t | FileCheck %s
9+ # XFAIL: system-windows
910
1011break set -f stop-hook.c -p "// Set breakpoint here to test target stop-hook"
1112break set -f stop-hook.c -p "// Another breakpoint which is outside of the stop-hook range"
You can’t perform that action at this time.
0 commit comments