llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint
Walter Erquinigo ef8c6849a2 [source maps] fix source mapping when there are multiple matching rules
D104406 introduced an error in which, if there are multiple matchings rules for a given path, lldb was only checking for the validity in the filesystem of the first match instead of looking exhaustively one by one until a valid file is found.

Besides that, a call to consume_front was being done incorrectly, as it was modifying the input, which renders subsequent matches incorrect.

I added a test that checks for both cases.

Differential Revision: https://reviews.llvm.org/D106723
2021-07-23 17:53:12 -07:00
..
Makefile [lldb-vscode] Correctly return source mapped breakpoints for setBreakpoints request 2020-04-08 09:52:59 -07:00
TestVSCode_setBreakpoints.py [source maps] fix source mapping when there are multiple matching rules 2021-07-23 17:53:12 -07:00
TestVSCode_setExceptionBreakpoints.py [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
TestVSCode_setFunctionBreakpoints.py [lldb] NFC: Fix trivial typo in comments, documents, and messages 2020-04-07 01:06:16 +09:00
main.cpp [lldb-vscode] Correctly return source mapped breakpoints for setBreakpoints request 2020-04-08 09:52:59 -07:00
other.c [lldb-vscode] Correctly return source mapped breakpoints for setBreakpoints request 2020-04-08 09:52:59 -07:00