llvm-project
5c981632 - [lldb] Log when we use fallback register information

Commit
58 days ago
[lldb] Log when we use fallback register information These fallback layouts are essentially guesses. Used when there is no other way to query register information from the debug server. Therefore there is a risk that LLDB and the debug server disagree, which can produce strange effects. I have added a log message here so we have a clue when triaging these problems. Note that it's not wrong to assume a layout in some situations. It's how some debug servers were built. However if you end up using the fallback when the server expected you to use XML, you're likely going to have a bad time.
Author
Committer
Parents
Loading