[all-commits] [llvm/llvm-project] f89a7f: [lldb] Ignore registers that the debugserver fails...
rocallahan via All-commits
all-commits at lists.llvm.org
Fri Mar 21 02:11:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f89a7fa319ccd903a9db69a9e32e1e63d866c5f8
https://github.com/llvm/llvm-project/commit/f89a7fa319ccd903a9db69a9e32e1e63d866c5f8
Author: Robert O'Callahan <rocallahan at google.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbreverse.py
M lldb/test/API/functionalities/reverse-execution/TestReverseContinueBreakpoints.py
M lldb/test/API/functionalities/reverse-execution/TestReverseContinueWatchpoints.py
Log Message:
-----------
[lldb] Ignore registers that the debugserver fails to read (#132122)
On Mac x86-64, the debugserver reports a register ('ds' at least) but
returns an error when we try to read it. Just skip storing such
registers in snapshots so we won't try to restore them.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list