[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
Thu Aug 24 15:30:21 PDT 2023


jasonmolenda added a comment.

As soon as I started thinking about thread names and queue names and mach exception data, all variable length things, a binary format doesn't seem ideal.  We do already send a lot of thread information about processes in JSON in gdb remote serial protocol from debugserver today.  It's the first time we'd use JSON in a Mach-O LC_NOTE though, so I'm interested to hear other people's thoughts.


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