Page MenuHomeFreeBSD

arm64: Return all registers to gdb when able
ClosedPublic

Authored by andrew on Mar 14 2024, 5:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 6:01 PM
Unknown Object (File)
Tue, Apr 30, 5:59 PM
Unknown Object (File)
Tue, Apr 30, 5:59 PM
Unknown Object (File)
Sat, Apr 27, 7:35 AM
Unknown Object (File)
Sat, Apr 27, 6:10 AM
Unknown Object (File)
Fri, Apr 26, 4:12 AM
Unknown Object (File)
Wed, Apr 24, 5:59 PM
Unknown Object (File)
Mon, Apr 22, 8:25 PM
Subscribers

Details

Summary

When the kdb thread is the current thread we read the registers from
the trap frame. As this contains all general purpose registers we can
use it to read these in the gdb stub. This allows us to include the
non-callee saved registers, e.g. function arguments.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable