[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
Mon Aug 28 10:45:43 PDT 2023


jasonmolenda added a comment.

Thanks for the feedback @bulbazord & @JDevlieghere , I will address those points.

I am still trying to decide on the scope of this JSON LC_NOTE.  Right now it's "thread extrainfo" and a dictionary with a "threads" key by definition.  But I have a feeling it should be "process metadata", and currently it may contain a "threads" key which must be an array with the same number of elements as corefile has LC_THREADs, for future extension use.


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