Edit

IABSD.fr/src/lib/libc

Branch :

  • Show log

    Commit

  • Author : anton
    Date : 2024-11-27 05:25:56
    Hash : deef986e
    Message : Add ptrace commands used to read/write the XSAVE area of a traced process. Intended to give debuggers access to xmm/ymm registers. Inspired by FreeBSD which exposes a similar set of ptrace commands. ok kettenis@