[Lldb-commits] [lldb] [lldb] Fix nullptr dereference on running x86 binary with x86-disabled llvm (PR #82603)

Daniil Kovalev via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 11 08:14:25 PDT 2024


kovdan01 wrote:

> Can this code be hit when using an x86 core file? Then you could write a shell test thatis `UNSUPPORTED: x86-registered-target` (whatever the proper syntax is) and assert that it does not crash.

@DavidSpickett The issue is present when loading an x86 core files via `lldb --core core` (nothing else, just running this command). I've implemented shell test and put that into a new directory Core - see bd9bb0a5d73d7532f885222df900c6f6406c7473. If there is a more applicable place for that - would be glad to see suggestions

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


More information about the lldb-commits mailing list