summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/kgdb/main.c
Commit message (Expand)AuthorAgeFilesLines
* kgdb enhancements!adrian2013-02-191-10/+9
* Add command-line support to kgdb to allow the baudrate to be set.adrian2013-01-211-1/+14
* Add missing -w to kgdb(1)'s usage().rwatson2012-01-041-1/+1
* Use string literal format strings to quiet clang warnings.emaste2011-01-231-2/+2
* Move test for zero bufp or size before rseq and wseq calculation. Thisemaste2010-09-221-1/+3
* Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ishjhb2008-04-291-119/+86
* Change kgdb_parse() to use wrapped versions of parse_expression() andjhb2008-03-291-6/+9
* Don't close the kernel bfd object during startup. Instead, leave it openjhb2008-01-291-2/+0
* If the quiet flag is specified (-q), don't dump the unread portion ofjhb2008-01-281-1/+4
* Add a new 'add-kld <kld>' command to kgdb to make it easier to analyzejhb2008-01-171-2/+2
* Add -w parameter which tells kgdb to open kmem-based targets in read-writekan2006-01-041-3/+8
* Fix dump of the unread portion of the kernel message buffer.marcel2005-10-261-0/+4
* Add a kluge to allow kgdb(1) to inject its own frame sniffer in themarcel2005-09-101-0/+5
* o As mentioned in the previous commit: make the KVM error buffermarcel2005-08-061-6/+58
* kvm_openfiles() uses the supplied buffer for storing error messagespeter2005-06-241-1/+0
* Implement and document the -q and -f options with their correspondingmarcel2005-03-021-4/+33
* Attempt to make kgdb little more useful and easy to use. Properly initializekan2005-02-201-6/+40
* [Sorry, forgot to commit my source changes in my previous commit.]joerg2004-11-221-2/+5
* If the argument to the -r flag starts with a ':' or a '|', don't try tobrooks2004-09-031-1/+1
* Improve the usage. Without any arguments, kgdb(1) works on /dev/memmarcel2004-08-151-48/+125
* Add the beginnings of kernel debugging support. the kgdb(1) toolmarcel2004-07-251-0/+288
OpenPOWER on IntegriCloud