History log of /netbsd/sys/arch/alpha/alpha/debug.s (Results 1 – 13 of 13)
Revision Date Author Comments
# d2305725 18-Sep-2020 thorpej <thorpej@NetBSD.org>

Fix entering the kernel debugger when MULTIPROCESSOR is enabled; the
arguments to alpha_debug() were getting clobbered by the call to
cpu_pause_resume_all(), but they need to be passed along to ddb_t

Fix entering the kernel debugger when MULTIPROCESSOR is enabled; the
arguments to alpha_debug() were getting clobbered by the call to
cpu_pause_resume_all(), but they need to be passed along to ddb_trap().

show more ...


# 98243f37 20-Aug-2009 skrll <skrll@NetBSD.org>

Don't try and symbol set debug_stack_top from the common symbol
debug_stack_bottom. It's bogus and disallowed in new binutils.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# d505b189 23-Jun-2003 martin <martin@NetBSD.org>

Make sure to include opt_foo.h if a defflag option FOO is used.


# 7a22c14e 08-Apr-2003 thorpej <thorpej@NetBSD.org>

Don't use NBPG.


# d84d2c6c 30-May-2001 lukem <lukem@NetBSD.org>

add missing #include "opt_kgdb.h"


# f2f0a680 19-Apr-2001 thorpej <thorpej@NetBSD.org>

Glue in KGDB. Needs some more work -- KGDB currently renders
DDB disabled, but it's a start.


# 2648536e 21-Aug-2000 thorpej <thorpej@NetBSD.org>

Add experimental code for pausing other CPUs upon a CPU's
entry into the debugger. While I'm here, add splsched()
as per spl(9).


# 43ddb951 18-Jun-1999 thorpej <thorpej@NetBSD.org>

Whitespace police.


# 471cb34f 18-Jun-1999 thorpej <thorpej@NetBSD.org>

Fix a harmless typo.


# 604d4df1 31-May-1999 ross <ross@NetBSD.org>

Convert to traceback-friendly temporary labels.


# 6b3d12f4 31-May-1999 ross <ross@NetBSD.org>

Calculate what sp would have been and save it in otherwise-unused
FRAME_SP slot if entering ddb.


# 1b2eac07 20-Apr-1999 thorpej <thorpej@NetBSD.org>

Add a common debugger entry point, alpha_debug(), which performs various
tasks (i.e. switches to the debug stack) and then invokes the appropriate
debugger (DDB or eventually KGDB).