[Lldb-commits] [lldb] [lldb] Parse and display register field enums (PR #95768)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Jun 26 02:04:06 PDT 2024


DavidSpickett wrote:

> The error could then be surfaced back in a meaningful way, like "hey the server gave me some bunk data so pretty-printing registers might look weird". What do you think?

IIRC GDB will do something like this, though it may just be (paraphrasing) "yo this XML be weird". Even so, we could say "... check the <bla> log for more detail". There may be a lot of log output even for relatively normal sessions, and I can tune that to some extent but even so, some users won't care.

I'll see how much output there is at the moment.

https://github.com/llvm/llvm-project/pull/95768


More information about the lldb-commits mailing list