aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* FreeBSD/mips gdb build suspport. From the mips2-jnpr branch.Warner Losh2008-04-263-0/+794
* Change kgdb_parse() to use wrapped versions of parse_expression() andJohn Baldwin2008-03-291-6/+9
* Initialize the head pointer in kld_current_sos() to NULL to avoid returningJohn Baldwin2008-03-291-0/+1
* Remove a stale prototype I missed when converting the kld support over toJohn Baldwin2008-02-251-1/+0
* - Rework the kld support to hook into GDB's shared library support.John Baldwin2008-01-293-81/+165
* Don't close the kernel bfd object during startup. Instead, leave it openJohn Baldwin2008-01-293-7/+13
* Use target_read_memory() and extract_unsigned_integer() instead of directJohn Baldwin2008-01-291-19/+6
* Don't look for "foo.ko.symbols" files. GDB is smart enough to open theJohn Baldwin2008-01-291-1/+0
* Use a for loop in find_kld_address() as in kgdb_auto_load_klds() andJohn Baldwin2008-01-281-7/+4
* Add support for automatically loading symbols for kld's on startup:John Baldwin2008-01-283-140/+248
* Remove the warnx() from kgdb_lookup() so that we don't emit a warning aboutJohn Baldwin2008-01-282-6/+10
* If the quiet flag is specified (-q), don't dump the unread portion ofJohn Baldwin2008-01-281-1/+4
* Move the code for working with kld's out into its own file.John Baldwin2008-01-244-269/+306
* Include the thread name (in addition to the proc name) in "info threads."Ed Maste2008-01-181-3/+13
* Add a new 'add-kld <kld>' command to kgdb to make it easier to analyzeJohn Baldwin2008-01-173-2/+275
* Add thread support for arm.Olivier Houchard2007-11-174-5/+40
* There's no reason why we couldn't attach to a live process on arm.Olivier Houchard2007-11-171-0/+3
* Teach kgdb how to handle double fault frames on i386:John Baldwin2007-11-163-1/+154
* NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb'John Baldwin2007-08-221-0/+1
* Remove extern int verbose declaration. It is declared static in theAlexander Kabaev2007-05-191-1/+0
* Fix static/extern mismatch by patching corresponding tdep filesAlexander Kabaev2007-05-192-2/+11
* Add threading support.Marcel Moolenaar2007-05-012-1/+3
* Unbreak the kgdb stepping over the special frames on i386 after rev. 1.117 ofKonstantin Belousov2007-03-011-1/+22
* Rename lookup() to kgdb_lookup() and make it global (for use in trgt_i386.c).Konstantin Belousov2007-03-012-7/+9
* Avoid writing uninitialized stack data into a thread's MMX/SSE state byEd Maste2007-02-201-7/+12
* Try to avoid a possible infinite loop when parsing an invalid kernel dump file.Craig Rodrigues2007-01-251-2/+7
* Bump document date for the previous change.Ruslan Ermilov2006-10-211-1/+2
* Turn on gdbserver for the arch that supports it..John-Mark Gurney2006-10-211-0/+4
* Trim trailing whitespace.John Baldwin2006-10-163-7/+7
* Restore the 'proc' and 'tid' commands which allow one to switch to theJohn Baldwin2006-10-161-0/+89
* Document '-w' from main.c rev. 1.11.David E. O'Brien2006-10-111-0/+8
* Add cross debug support to arm.Warner Losh2006-09-141-1/+37
* Architecture specific portions of gdb for arm.Warner Losh2006-09-148-0/+1477
* Use the pcb in stoppcbs[] if it is present for threads that were runningJohn Baldwin2006-08-251-2/+19
* Add initial support for kgdb(1) on PowerPC.Marcel Moolenaar2006-08-242-5/+186
* Add basic support for PowerPC. This excludes kgdb(1).Marcel Moolenaar2006-08-244-1/+800
* Remove special handling for PC == 0. With this, kgdb can now properlyJohn Baldwin2006-08-231-6/+1
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-234-977/+0
* Add initial platform support.David E. O'Brien2006-07-221-0/+196
* Clean the product of patch(1).Ruslan Ermilov2006-04-101-0/+2
* bring in the necessary changes to make gdbserver compile and work (atJohn-Mark Gurney2006-04-065-316/+210
* import gdbserver Linux files renamed to fbsd... I have made gdbserverJohn-Mark Gurney2006-04-063-0/+1754
* Introduce a new proc service routine ps_linfo() to get LWP info.David Xu2006-02-071-0/+14
* 1. Eliminate compile warnings.David Xu2006-02-061-8/+60
* 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
* Unbreak - remove leftover reference to pcb_rflags.Peter Wemm2005-09-281-1/+0
* Claim frames corresponding to tl(0|1)_intr and tl0_trap as well. IMarcel Moolenaar2005-09-111-1/+4
* Unwind across intrframes as well. While here, better handle bottom ofMarcel Moolenaar2005-09-111-2/+8
* Unwind across intrframes as well.Marcel Moolenaar2005-09-111-3/+8