Greg Clayton
8ac359ba0d
Add complete ObjectFileJSON support for sections. ( #129916 )
...
Sections now support specifying:
- user IDs
- file offset/size
- alignment
- flags
- bool values for fake, encrypted and thread specific sections
2025-03-07 15:34:27 -08:00
Greg Clayton
27901cec0e
Add subsection and permissions support to ObjectFileJSON. ( #129801 )
...
This patch adds the ability to create subsections in a section and
allows permissions to be specified.
2025-03-04 16:19:20 -08:00
Greg Clayton
7b596ce362
[lldb] Fix ObjectFileJSON to section addresses. ( #129648 )
...
ObjectFileJSON sections didn't work, they were set to zero all of the
time. Fixed the bug and fixed the test to ensure it was testing real
values.
2025-03-04 14:35:42 -08:00
Jonas Devlieghere
f40ed1f619
[lldb] Fix TestObjectFileJSON and TestSymbolFileJSON
...
- Separate the two test and only have TestSymbolFileJSON rely on strip.
- Use different file names to make sure LLDB reloads the module.
This should address all the post commit review from D148062.
2023-04-17 12:01:24 -07:00