This revision was automatically updated to reflect the committed changes.
Closed by commit rGba85f206fe6f: [lldb] Add "register info" command
(authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152916/new/
https://reviews.llvm
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
Looks good!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152916/new/
https://reviews.llvm.org/D152916
DavidSpickett added a comment.
I think "info" is a fairly safe name for this command. I thought about
"register help" but then you could do "help register help" and while that's
amusing it's also pretty silly.
You might think at a glance "info" does something like check the register's
value fo
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,
--
DavidSpickett created this revision.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This adds a new command that will show all the information lldb
knows about a register.
(lldb) register info