summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/kgdb
Commit message (Expand)AuthorAgeFilesLines
* Complete the integration of tbemd branch into head.imp2010-11-101-1/+1
* Fix cross-debugger buildgonzo2010-11-071-0/+8
* - Use proper constant for accessing PCB intead of hardcoded numbersgonzo2010-11-071-15/+18
* Move test for zero bufp or size before rseq and wseq calculation. Thisemaste2010-09-221-1/+3
* Change kgdb_lookup() to resolve symbols via GDB instead of via libkvm(3).jhb2010-08-043-29/+23
* Give kgdb(1) a chance to take a look at FPU state.jkim2010-08-021-0/+1
* kgdb: correctly map sections to addresses in elf object modules (amd64)avg2010-07-231-6/+28
* Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesnwhitehorn2010-07-101-0/+192
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* Allow building a cross-kgdb for ia64.marcel2010-03-261-0/+7
* These contain JC's patch to get gdb sort of workingrrs2010-02-201-12/+11
* kgdb: initialize n_type field of nlist entry for kvm_nlist callavg2010-02-131-0/+1
* Oops, initialize sections and sections_end to NULL.jhb2008-10-021-1/+1
* Differentiate between interrupt frames, trap interrupt frames and timerkib2008-09-271-3/+33
* Use existing GDB routines for parsing the section table of klds injhb2008-09-251-36/+23
* Catch up to recentish kgdb changes:jhb2008-06-181-1/+6
* Add Juniper's copyright.obrien2008-05-201-0/+1
* MIPS arch target kgdb(1) support.obrien2008-05-201-0/+207
* Trim unneeded header.jhb2008-05-091-1/+0
* - Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. Wejhb2008-05-018-47/+40
* Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ishjhb2008-04-2911-184/+338
* Use kgdb_parse() instead of libkvm(3) to read the first instruction fromjhb2008-04-281-16/+9
* Remove the 'add_kld_command' arg from load_kld(). It is always true sincejhb2008-04-281-12/+5
* Change kgdb_parse() to use wrapped versions of parse_expression() andjhb2008-03-291-6/+9
* Initialize the head pointer in kld_current_sos() to NULL to avoid returningjhb2008-03-291-0/+1
* Remove a stale prototype I missed when converting the kld support over tojhb2008-02-251-1/+0
* - Rework the kld support to hook into GDB's shared library support.jhb2008-01-293-81/+165
* Don't close the kernel bfd object during startup. Instead, leave it openjhb2008-01-293-7/+13
* Use target_read_memory() and extract_unsigned_integer() instead of directjhb2008-01-291-19/+6
* Don't look for "foo.ko.symbols" files. GDB is smart enough to open thejhb2008-01-291-1/+0
* Use a for loop in find_kld_address() as in kgdb_auto_load_klds() andjhb2008-01-281-7/+4
* Add support for automatically loading symbols for kld's on startup:jhb2008-01-283-140/+248
* Remove the warnx() from kgdb_lookup() so that we don't emit a warning aboutjhb2008-01-282-6/+10
* If the quiet flag is specified (-q), don't dump the unread portion ofjhb2008-01-281-1/+4
* Move the code for working with kld's out into its own file.jhb2008-01-244-269/+306
* Include the thread name (in addition to the proc name) in "info threads."emaste2008-01-181-3/+13
* Add a new 'add-kld <kld>' command to kgdb to make it easier to analyzejhb2008-01-173-2/+275
* Teach kgdb how to handle double fault frames on i386:jhb2007-11-163-1/+154
* NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb'jhb2007-08-221-0/+1
* Remove extern int verbose declaration. It is declared static in thekan2007-05-191-1/+0
* Unbreak the kgdb stepping over the special frames on i386 after rev. 1.117 ofkib2007-03-011-1/+22
* Rename lookup() to kgdb_lookup() and make it global (for use in trgt_i386.c).kib2007-03-012-7/+9
* Try to avoid a possible infinite loop when parsing an invalid kernel dump file.rodrigc2007-01-251-2/+7
* Bump document date for the previous change.ru2006-10-211-1/+2
* Trim trailing whitespace.jhb2006-10-163-7/+7
* Restore the 'proc' and 'tid' commands which allow one to switch to thejhb2006-10-161-0/+89
* Document '-w' from main.c rev. 1.11.obrien2006-10-111-0/+8
* Add cross debug support to arm.imp2006-09-141-1/+37
* Use the pcb in stoppcbs[] if it is present for threads that were runningjhb2006-08-251-2/+19
* Add initial support for kgdb(1) on PowerPC.marcel2006-08-241-0/+185
OpenPOWER on IntegriCloud