opnsense-src/gnu/usr.bin/gdb/kgdb
Ian Lepore c4c27bc97f Cleanup up ARM *frame structures...
- Eliminate unused irqframe
 - Eliminate unused saframe
 - Instead of splitting r4-sp storage between the stack and switchframe,
   just put all the registers in switchframe and eliminate the un_32 struct.

Submitted by:	Svatopluk Kraus <onwahe@gmail.com>,
		Michal Meloun <meloun@miracle.cz>
2014-12-24 18:54:31 +00:00
..
kgdb.1 kgdb enhancements! 2013-02-19 02:09:18 +00:00
kgdb.h Change kbdb's kthr::cpu field into an int, to avoid gcc warnings about 2014-11-11 18:54:57 +00:00
kld.c KGDB: Accept KLD symbol files with the ".symbols" extension. 2013-03-28 17:07:02 +00:00
kthr.c Skip calling CPU_ISSET for NOCPU as a short period of time we can have 2014-12-09 14:21:43 +00:00
main.c When building a cross kgdb, link against the appropriate cross libkvm. 2013-12-28 23:31:22 +00:00
Makefile Convert to LIBADD 2014-11-25 21:18:18 +00:00
trgt.c When building a cross-kgdb, suppress the registration of the 2014-01-13 19:08:25 +00:00
trgt_amd64.c In kthr.c, obtain the address of the PCB for threads that were running 2013-02-17 02:15:19 +00:00
trgt_arm.c Cleanup up ARM *frame structures... 2014-12-24 18:54:31 +00:00
trgt_i386.c Change kbdb's kthr::cpu field into an int, to avoid gcc warnings about 2014-11-11 18:54:57 +00:00
trgt_mips.c Fix mips64 and mipsn32 bilds by using proper register names. 2013-04-25 04:53:01 +00:00
trgt_powerpc.c In kthr.c, obtain the address of the PCB for threads that were running 2013-02-17 02:15:19 +00:00
trgt_powerpc64.c In kthr.c, obtain the address of the PCB for threads that were running 2013-02-17 02:15:19 +00:00
trgt_sparc64.c In kthr.c, obtain the address of the PCB for threads that were running 2013-02-17 02:15:19 +00:00