freebsd-nq/sys/ia64/ia64
Marcel Moolenaar 5a39cbaf69 Implement makectx(). The makectx() function is used by KDB to create
a PCB from a trapframe for purposes of unwinding the stack. The PCB
is used as the thread context and all but the thread that entered the
debugger has a valid PCB.
This function can also be used to create a context for the threads
running on the CPUs that have been stopped when the debugger got
entered. This however is not done at the time of this commit.
2004-07-10 19:56:00 +00:00
..
autoconf.c Change the following environment variables to kernel options: 2004-07-08 22:35:36 +00:00
busdma_machdep.c Now that contigfree() does not require Giant, don't grab it in busdma. 2004-03-13 15:42:59 +00:00
clock_if.m
clock.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
context.S
critical.c
db_interface.c
db_trace.c
dump_machdep.c Don't use NULL with integral types. 2003-12-24 19:55:07 +00:00
efi.c
eficlock.c
elf_machdep.c Unbreak build due to previous commit: now that elf_reloc_internal() 2004-05-17 07:11:37 +00:00
exception.S
gdb_machdep.c Introduce the GDB debugger backend for the new KDB framework. The 2004-07-10 17:47:22 +00:00
genassym.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
ia64-gdbstub.c
in_cksum.c
interrupt.c Implement preemption of kernel threads natively in the scheduler rather 2004-07-02 20:21:44 +00:00
locore.S
machdep.c Implement makectx(). The makectx() function is used by KDB to create 2004-07-10 19:56:00 +00:00
mca.c
mem.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
mp_machdep.c Do not pre-map the I/O port space. On the Intel Tiger 4 this conflicts 2004-02-22 02:10:48 +00:00
nexus.c Unbreak build: define __RMAN_RESOURCE_VISIBLE 2004-06-30 23:55:14 +00:00
pal.S
pmap.c - Correct pmap_extract()'s return type. It should be vm_paddr_t, not 2004-07-05 23:18:48 +00:00
ptrace_machdep.c
sal.c
sapic.c
setjmp.S
ssc.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
sscdisk.c Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
support.S
sys_machdep.c
syscall.S Fix a nasty bug that got exposed when the sendsig() and sigreturn() 2003-11-11 09:25:19 +00:00
trap.c MFamd64 (1.275): 2004-07-08 21:08:07 +00:00
uio_machdep.c Remove checks for curthread == NULL - it can't happen. 2004-06-03 10:22:47 +00:00
uma_machdep.c
unaligned.c
unwind.c
vm_machdep.c Retire cpu_sched_exit(); it is not used any more. 2004-05-26 12:09:39 +00:00