We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234111f commit b8662c0Copy full SHA for b8662c0
llvm/docs/ReleaseNotes.md
@@ -485,7 +485,8 @@ Changes to LLDB
485
486
* The `frame diagnose` now works on ELF-based systems. After a crash, LLDB will
487
try to determine the likely cause of the signal, matching Darwin behavior.
488
- (x86 only)
+ This feature requires using a new `lldb-server` version and (like Darwin) only
489
+ works on x86 binaries.
490
491
```
492
* thread #1, name = 'a.out', stop reason = signal SIGSEGV: address not mapped to object (fault address=0x4)
0 commit comments