llvm-capstone/lldb/test
Jonas Devlieghere 0e5cdbf07e
[lldb] Make ObjectFileJSON loadable as a module
This patch adds support for creating modules from JSON object files.
This is necessary for the crashlog use case where we don't have either a
module or a symbol file. In that case the ObjectFileJSON serves as both.

The patch adds support for an object file type (i.e. executable, shared
library, etc). It also adds the ability to specify sections, which is
necessary in order specify symbols by address. Finally, this patch
improves error handling and fixes a bug where we wouldn't read more than
the initial 512 bytes in GetModuleSpecifications.

Differential revision: https://reviews.llvm.org/D148062
2023-04-13 14:08:19 -07:00
..
API [lldb] Make ObjectFileJSON loadable as a module 2023-04-13 14:08:19 -07:00
Shell [lldb] Add 'CHECK' to class-type-nullptr-deref.s test. 2023-04-13 08:17:53 -07:00
Unit Use lit_config.substitute instead of foo % lit_config.params everywhere 2022-03-16 09:57:41 +01:00
CMakeLists.txt [lldb] Introduce CMake variable LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS 2023-03-20 10:41:22 -07:00
lit.cfg.py
lit.site.cfg.py.in Use lit_config.substitute instead of foo % lit_config.params everywhere 2022-03-16 09:57:41 +01:00