summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/kgdb
Commit message (Expand)AuthorAgeFilesLines
* Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+58
* Allow building a powerpc cross-kgdb.marcel2012-04-271-0/+5
* Adopt to new layout of struct pcb.kib2012-01-211-1/+1
* Add missing -w to kgdb(1)'s usage().rwatson2012-01-041-1/+1
* Walk the zombproc list as well as the allproc list when enumerating threadsjhb2011-08-191-33/+48
* Revert r222363, as bde@ pointed out the initial solution was far moreattilio2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()attilio2011-05-271-1/+1
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-7/+11
* Use string literal format strings to quiet clang warnings.emaste2011-01-231-2/+2
* 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
OpenPOWER on IntegriCloud