The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=2088e742013bb1b9ca237a79767362efe92d9da8
commit 2088e742013bb1b9ca237a79767362efe92d9da8 Author: Minsoo Choo <[email protected]> AuthorDate: 2026-02-09 01:21:00 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2026-02-09 02:58:31 +0000 x86: Note that trapframe is used by kernel debuggers Signed-off-by: Minsoo Choo <[email protected]> Reviewed by: kib MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D55189 --- sys/x86/include/frame.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/x86/include/frame.h b/sys/x86/include/frame.h index 994e19b979fc..feef41ac7bfe 100644 --- a/sys/x86/include/frame.h +++ b/sys/x86/include/frame.h @@ -38,6 +38,7 @@ /* * System stack frames. + * struct trapframe is known to and used by kernel debuggers. */ #ifdef __i386__
