Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2026 06:18:43 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Minsoo Choo <minsoochoo0122@proton.me>
Subject:   git: 203819ee8407 - stable/15 - x86: Note that trapframe is used by kernel debuggers
Message-ID:  <6992b6c3.3b876.5c0d4c21@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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__


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6992b6c3.3b876.5c0d4c21>