Thank you for the suggestion, Jason! The feature is like this
https://docs.microsoft.com/en-us/visualstudio/debugger/how-to-use-the-registers-window?view=vs-2019
- the user can select the register sets they want to see. There's an extra
complication, though. I am using the C++ API, so I actually ge
If the remote serial protocol stub includes the GPR register values in the stop
packet / jThreadsInfo packet, lldb will pre-seed the thread's RegisterContext
with these values. So if the user asks for rax, lldb will already have rax for
instance. debugserver doesn't send the vector/floating poin