llvm-project/lldb
Adrian Prantl 1f47352ce7 Document some of the clang-specific DWARF extensions supported by LLDB
This patch adds a new page to the LLDB documentation that documents,
among other things the -gmodules debug info format.

Differential Revision: https://reviews.llvm.org/D133519
2022-09-09 17:49:11 -07:00
..
bindings Add the ability to show when variables fails to be available when debug info is valid. 2022-09-09 16:14:46 -07:00
cmake Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited" 2022-08-25 11:13:46 -04:00
docs Document some of the clang-specific DWARF extensions supported by LLDB 2022-09-09 17:49:11 -07:00
examples [LLDB] Remove __future__ imports from examples 2022-08-15 09:04:25 +00:00
include/lldb Add the ability to show when variables fails to be available when debug info is valid. 2022-09-09 16:14:46 -07:00
packages/Python/lldbsuite Add the ability to show when variables fails to be available when debug info is valid. 2022-09-09 16:14:46 -07:00
resources
scripts Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk 2021-02-25 11:32:27 +01:00
source dependency cycle fix in DynamicLoaderDarwinKernel 2022-09-09 17:37:46 -07:00
test Add the ability to show when variables fails to be available when debug info is valid. 2022-09-09 16:14:46 -07:00
third_party/Python/module [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
tools Modify all register values whose byte size matches the address size to be formatter as eFormatAddressInfo. 2022-08-22 14:48:16 -07:00
unittests [test] Use either `127.0.0.1` or `[::1]` to run in ipv6-only environments. 2022-09-09 14:00:35 -07:00
utils Fix a bug in lldb-dotest that was uncovered by setting no value for dotest_args_str. 2022-08-31 18:00:18 -07:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt lldb: Disable unittests if llvm_gtest target does not exist 2022-08-10 16:56:08 -07:00
CODE_OWNERS.txt [CODE OWNERS] Add wallace as code owner 2022-01-12 12:36:30 -08:00
LICENSE.TXT
use_lldb_suite_root.py