aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/kgdb/main.c
Commit message (Expand)AuthorAgeFilesLines
* Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ishJohn Baldwin2008-04-291-119/+86
* Change kgdb_parse() to use wrapped versions of parse_expression() andJohn Baldwin2008-03-291-6/+9
* Don't close the kernel bfd object during startup. Instead, leave it openJohn Baldwin2008-01-291-2/+0
* If the quiet flag is specified (-q), don't dump the unread portion ofJohn Baldwin2008-01-281-1/+4
* Add a new 'add-kld <kld>' command to kgdb to make it easier to analyzeJohn Baldwin2008-01-171-2/+2
* Add -w parameter which tells kgdb to open kmem-based targets in read-writeAlexander Kabaev2006-01-041-3/+8
* Fix dump of the unread portion of the kernel message buffer.Marcel Moolenaar2005-10-261-0/+4
* Add a kluge to allow kgdb(1) to inject its own frame sniffer in theMarcel Moolenaar2005-09-101-0/+5
* o As mentioned in the previous commit: make the KVM error bufferMarcel Moolenaar2005-08-061-6/+58
* kvm_openfiles() uses the supplied buffer for storing error messagesPeter Wemm2005-06-241-1/+0
* Implement and document the -q and -f options with their correspondingMarcel Moolenaar2005-03-021-4/+33
* Attempt to make kgdb little more useful and easy to use. Properly initializeAlexander Kabaev2005-02-201-6/+40
* [Sorry, forgot to commit my source changes in my previous commit.]Joerg Wunsch2004-11-221-2/+5
* If the argument to the -r flag starts with a ':' or a '|', don't try toBrooks Davis2004-09-031-1/+1
* Improve the usage. Without any arguments, kgdb(1) works on /dev/memMarcel Moolenaar2004-08-151-48/+125
* Add the beginnings of kernel debugging support. the kgdb(1) toolMarcel Moolenaar2004-07-251-0/+288