git: 203819ee8407 - stable/15 - x86: Note that trapframe is used by kernel debuggers

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Mon, 16 Feb 2026 06:18:43 UTC
The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=203819ee8407b9141153414a1c6e28bf9d7cf86f

commit 203819ee8407b9141153414a1c6e28bf9d7cf86f
Author:     Minsoo Choo <minsoochoo0122@proton.me>
AuthorDate: 2026-02-09 01:21:00 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-02-16 06:14:40 +0000

    x86: Note that trapframe is used by kernel debuggers
    
    (cherry picked from commit 2088e742013bb1b9ca237a79767362efe92d9da8)
---
 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__