[Lldb-commits] [PATCH] D152916: [lldb] Add "register info" command

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 14 06:53:59 PDT 2023


DavidSpickett added reviewers: jasonmolenda, labath, JDevlieghere.
DavidSpickett added inline comments.


================
Comment at: lldb/source/Core/DumpRegisterInfo.cpp:84
+
+void lldb_private::DoDumpRegisterInfo(
+    Stream &strm, const char *name, const char *alt_name, uint32_t byte_size,
----------------
This is split out to make testing easier.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152916



More information about the lldb-commits mailing list