llvm-project/lldb
Xu Jun fe19ae352c normalize file path when searching the source map
The key stored in the source map is a normalized path string with host's
path style, so it is also necessary to normalize the file path during
searching the map

Reviewed By: wallace, aprantl

Differential Revision: https://reviews.llvm.org/D112439
2021-11-01 22:13:55 -07:00
..
bindings [lldb] Make SBType::IsTypeComplete more consistent by forcing the loading of definitions 2021-10-30 13:28:27 +02:00
cmake [lldb] Configure CMake policy CMP0116 for standalone builds 2021-10-25 16:29:36 -07:00
docs [lldb] [docs] Remove obsolete recommonmark use 2021-10-27 13:45:05 +02:00
examples [formatters] Add a libstdcpp formatter for multiset and unify tests across stdlibs 2021-10-30 15:07:23 -07:00
include/lldb [lldb][NFC] Modernize for-loops in ModuleList 2021-10-30 13:40:58 +02:00
packages/Python [lldb-vscode] Fix coredump load source mapping for first file 2021-11-01 10:47:42 -05:00
resources [lldb] Remove stale LLDB-Info.plist 2021-01-08 10:12:16 -08:00
scripts Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk 2021-02-25 11:32:27 +01:00
source normalize file path when searching the source map 2021-11-01 22:13:55 -07:00
test [lldb][gmodules] Fix TestDataFormatterCpp with gmodules on macOS 2021-11-01 18:44:32 +01:00
third_party/Python/module [LLDB] Change pexpect timeout to 30 to 60 2021-08-02 06:34:11 +05:00
tools [lldb-vscode] Fix coredump load source mapping for first file 2021-11-01 10:47:42 -05:00
unittests normalize file path when searching the source map 2021-11-01 22:13:55 -07:00
utils [lldb] Match test dependencies name to other LLVM projects. 2021-05-21 00:10:27 -07:00
.clang-format
.clang-tidy [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
.gitignore
CMakeLists.txt [lldb/lua] Supplement Lua bindings for lldb module 2021-10-12 22:10:21 +08:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py