Skip to content

Commit b8662c0

Browse files
committed
mention lldb-server
1 parent 234111f commit b8662c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,8 @@ Changes to LLDB
485485

486486
* The `frame diagnose` now works on ELF-based systems. After a crash, LLDB will
487487
try to determine the likely cause of the signal, matching Darwin behavior.
488-
(x86 only)
488+
This feature requires using a new `lldb-server` version and (like Darwin) only
489+
works on x86 binaries.
489490

490491
```
491492
* thread #1, name = 'a.out', stop reason = signal SIGSEGV: address not mapped to object (fault address=0x4)

0 commit comments

Comments
 (0)