================
@@ -153,6 +153,10 @@ struct MinidumpContext_x86_64 {
llvm::support::ulittle64_t last_branch_from_rip;
llvm::support::ulittle64_t last_exception_to_rip;
llvm::support::ulittle64_t last_exception_from_rip;
+
+ // These registers are LLDB specific.
----------------
clayborg wrote:
Maybe expand this comment a bit:
```
// LLDB can save core files and save extra information that isn't available from
// Google breakpad minidump files.
```
https://github.com/llvm/llvm-project/pull/106767
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits