git: kernel - Add two debug variables to struct globaldata
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu Apr 26 23:43:48 PDT 2018
commit c693df0ef073582bd4beb3b72a1cf920348cc418
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu Apr 26 23:43:15 2018 -0700
kernel - Add two debug variables to struct globaldata
* Add two debug variables to struct globaldata. These variables
can be used in assembly to debug difficult issues and accessed
in kgdb or by IPI failure alerts.
Summary of changes:
sys/platform/pc64/x86_64/genassym.c | 2 ++
sys/platform/pc64/x86_64/global.s | 4 +++-
sys/sys/globaldata.h | 4 +++-
3 files changed, 8 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c693df0ef073582bd4beb3b72a1cf920348cc418
--
DragonFly BSD source repository
More information about the Commits
mailing list