[Lldb-commits] [PATCH] D158785: [lldb] Add a "thread extrainfo" LC_NOTE for Mach-O corefiles, to store the thread IDs of the threads

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 25 14:10:52 PDT 2023


jasonmolenda added a comment.

One interesting question about the basic design of this LC_NOTE.  If I call it "thread extrainfo" and it is a JSON dictionary with a `threads` array -- how long before someone wants to stick some non-thread specific piece of data in here.  Should it be a `proc metadata` with a `threads` array, and it doesn't become confusing as it is extended over years.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158785/new/

https://reviews.llvm.org/D158785



More information about the lldb-commits mailing list