You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 64 bit memory (due to 64b support, Minidumps are now paged to disk while being written).
525
542
* Capturing of TLS variables.
@@ -550,7 +567,10 @@ Changes to LLDB
550
567
that port to the connection handler processes. This means that only 2 ports need
551
568
to be opened in the firewall (one for the `lldb-server` platform, one for gdbserver connections).
552
569
In addition, due to this work, `lldb-server` now works on Windows in the server mode.
553
-
570
+
571
+
* LLDB can now read the `fpmr` register from AArch64 Linux processes and core
572
+
files.
573
+
554
574
* LLDB now supports execution of user expressions for non-trivial cases for LoongArch and RISC-V targets, like function calls, when some code needs to be executed on the target.
555
575
556
576
* LLDB now supports optionally enabled/disabled register sets (particularly floating point registers) for RISC-V 64. This happens for targets like `RV64IMAC` or `RV64IMACV`,
@@ -562,25 +582,7 @@ Changes to LLDB
562
582
563
583
* LLDB now supports [vector registers for LoongArch](https://github.com/llvm/llvm-project/pull/120664) when debugging a live process.
564
584
565
-
* Incorrect floating-point register dwarf number for LoongArch is [fixed](https://github.com/llvm/llvm-project/pull/120391).
566
-
567
-
* The `frame diagnose` now works on ELF-based systems. After a crash, LLDB will
568
-
try to determine the likely cause of the signal, matching Darwin behavior.
569
-
This feature requires using a new `lldb-server` version and (like Darwin) only
570
-
works on x86 binaries.
571
-
572
-
```
573
-
* thread #1, name = 'a.out', stop reason = signal SIGSEGV: address not mapped to object (fault address=0x4)
574
-
frame #0: 0x00005555555551aa a.out`GetSum(f=0x0000555555558018) at main.c:21:37
0 commit comments