llvm-project/lldb/source
Raphael Isemann 2b09dedac4 [lldb] Fix import-std-module tests after libc++ got a new __memory subdirectory
7ad49aec12 added a __memory subdirectory to libc++
but the code we use to find libc++ from the debug info support files wasn't
prepared to encounter unknown subdirectories within libc++. The import-std-module
tests automatically fell back to not importing the std module which caused
them to fail.

This patch removes our hardcoded exception for the 'experimental' subdirectory
and instead just ignores all subdirectories of c++/vX/ when searching the
support files.
2020-12-15 16:16:00 +01:00
..
API [lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overload 2020-12-15 06:18:04 +01:00
Breakpoint [lldb] Make CommandInterpreter's execution context the same as debugger's one. 2020-12-12 16:40:59 +03:00
Commands [lldb] Make CommandInterpreter's execution context the same as debugger's one. 2020-12-12 16:40:59 +03:00
Core [lldb] Make CommandInterpreter's execution context the same as debugger's one. 2020-12-12 16:40:59 +03:00
DataFormatters [lldb] Remove assumption from Clang-based data formatters that their types are in the scratch AST 2020-12-10 17:35:03 +01:00
Expression [lldb/DataFormatters] Display null C++ pointers as nullptr 2020-11-12 15:24:06 -08:00
Host Support custom expedited register set in gdb-remote 2020-11-30 17:34:19 +05:00
Initialization [lldb] Always record both the working and home directory. 2020-09-02 20:53:11 -07:00
Interpreter [lldb] Make CommandInterpreter's execution context the same as debugger's one. 2020-12-12 16:40:59 +03:00
Plugins [lldb] Fix import-std-module tests after libc++ got a new __memory subdirectory 2020-12-15 16:16:00 +01:00
Symbol Ignore DBGArchitecture from dsymForUUID's plist 2020-12-09 14:19:55 -08:00
Target [lldb] Make CommandInterpreter's execution context the same as debugger's one. 2020-12-12 16:40:59 +03:00
Utility [lldb] Deal gracefully with concurrency in the API instrumentation. 2020-12-10 09:37:49 -08:00
CMakeLists.txt Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00
lldb.cpp Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00