summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/kgdb/kld.c
Commit message (Expand)AuthorAgeFilesLines
* KGDB: Accept KLD symbol files with the ".symbols" extension.will2013-03-281-0/+1
* KGDB: Allow modules to be loaded from the specified kernel's directory.will2013-03-281-1/+4
* kgdb: correctly map sections to addresses in elf object modules (amd64)avg2010-07-231-6/+28
* Oops, initialize sections and sections_end to NULL.jhb2008-10-021-1/+1
* Use existing GDB routines for parsing the section table of klds injhb2008-09-251-36/+23
* Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ishjhb2008-04-291-23/+52
* Remove the 'add_kld_command' arg from load_kld(). It is always true sincejhb2008-04-281-12/+5
* Initialize the head pointer in kld_current_sos() to NULL to avoid returningjhb2008-03-291-0/+1
* - Rework the kld support to hook into GDB's shared library support.jhb2008-01-291-77/+163
* 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-281-140/+246
* Move the code for working with kld's out into its own file.jhb2008-01-241-0/+304
OpenPOWER on IntegriCloud