[all-commits] [llvm/llvm-project] 8ac359: Add complete ObjectFileJSON support for sections. ...
Greg Clayton via All-commits
all-commits at lists.llvm.org
Fri Mar 7 15:34:48 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ac359ba0d7ec1f1e7334a50405f0f20983b997a
https://github.com/llvm/llvm-project/commit/8ac359ba0d7ec1f1e7334a50405f0f20983b997a
Author: Greg Clayton <gclayton at fb.com>
Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths:
M lldb/docs/use/symbolfilejson.rst
M lldb/include/lldb/Core/Section.h
M lldb/source/Core/Section.cpp
M lldb/source/Plugins/ObjectFile/JSON/ObjectFileJSON.cpp
M lldb/test/API/functionalities/json/object-file/TestObjectFileJSON.py
Log Message:
-----------
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
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list