diff options
author | Jason Molenda <jason@molenda.com> | 2023-09-11 16:43:11 -0700 |
---|---|---|
committer | Jason Molenda <jason@molenda.com> | 2023-09-11 16:46:18 -0700 |
commit | 2cab996192cf143d10e3381fcefa75e270cc7ddb (patch) | |
tree | fa93c7ba9d86d8c64f368791af7166c419c73fa0 /clang/lib/Lex/Preprocessor.cpp | |
parent | dfd1d8d505d61c9b401a3cdd6a687848f1c37cc5 (diff) | |
download | llvm-2cab996192cf143d10e3381fcefa75e270cc7ddb.zip llvm-2cab996192cf143d10e3381fcefa75e270cc7ddb.tar.gz llvm-2cab996192cf143d10e3381fcefa75e270cc7ddb.tar.bz2 |
Add "process metadata" Mach-O LC_NOTE for corefiles
Add a new LC_NOTE for Mach-O corefiles, "proces metadata", which is a
JSON string. Currently there may be a `threads` key in the JSON,
and if `threads` is present, it is an array with the same number of
elements as there are LC_THREADs in the corefile. This patch adds
support for a `thread_id` key-value for each `thread` entry, to
supply a thread ID for that LC_THREAD.
Differential Revision: https://reviews.llvm.org/D158785
rdar://113037252
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
0 files changed, 0 insertions, 0 deletions