llvm-project/lldb/source
Adrian Prantl 12e479475a Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot
This is a purely cosmetic change that is NFC in terms of the binary
output. I bugs me that I called the attribute DW_AT_LLVM_isysroot
since the "i" is an artifact of GCC command line option syntax
(-isysroot is in the category of -i options) and doesn't carry any
useful information otherwise.

This attribute only appears in Clang module debug info.

Differential Revision: https://reviews.llvm.org/D71722
2020-01-17 09:36:48 -08:00
..
API [lldb] Remove out of order OperatingSystemPython::Terminate call in SystemInitializerFull 2020-01-17 13:02:15 +01:00
Breakpoint [lldb][NFC] Migrate FileSpec::Dump to raw_ostream 2019-12-06 09:40:42 +01:00
Commands [lldb/Reproducers] Print more info for reproducer status 2020-01-15 20:25:44 -08:00
Core [lldb/Debugger] Rename ExecuteIOHandlers to RunIOHandlers (NFC) 2020-01-16 16:45:47 -08:00
DataFormatters Data formatters: Look through array element typedefs 2020-01-10 11:45:24 +01:00
Expression Fix a buffer-size bug when the first DW_OP_piece is undefined 2020-01-16 16:47:59 -08:00
Host [lldb][NFC] Use static_cast instead of reinterpret_cast where possible 2020-01-07 13:03:56 +01:00
Initialization [Reproducer] Use ::rtrim() to remove trailing control characters. 2019-10-18 17:11:48 +00:00
Interpreter [lldb/Debugger] Rename ExecuteIOHandlers to RunIOHandlers (NFC) 2020-01-16 16:45:47 -08:00
Plugins Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot 2020-01-17 09:36:48 -08:00
Symbol [DWARF] Emit DW_AT_call_return_pc as an address 2020-01-15 13:02:23 -08:00
Target [lldb] Remove ClangASTContext.h inclusion in Target.cpp 2020-01-16 22:43:10 -08:00
Utility [lldb/Reproducers] Print more info for reproducer status 2020-01-15 20:25:44 -08:00
CMakeLists.txt Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well. 2020-01-16 19:04:08 -05:00
lldb.cpp [CMake] Remove Apple-specific version logic. 2019-04-17 18:23:22 +00:00