diff options
| author | Minsoo Choo <minsoochoo0122@proton.me> | 2026-02-09 01:21:00 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-02-09 02:58:31 +0000 |
| commit | 2088e742013bb1b9ca237a79767362efe92d9da8 (patch) | |
| tree | 5fde462d4a219160494cf23ffba3e26162288462 | |
| parent | 9ccdf3f36e014f0060ea192ffed91a7679003355 (diff) | |
x86: Note that trapframe is used by kernel debuggers
Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Reviewed by: kib
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D55189
| -rw-r--r-- | sys/x86/include/frame.h | 1 |
1 files changed, 1 insertions, 0 deletions
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__ |
