summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* Initial gdbserver support for PowerPC.Rafal Jaworowski2009-02-234-1/+274
* Initial gdbserver support for ARM.Rafal Jaworowski2008-11-174-4/+226
* Document what the sed trick is for.David E. O'Brien2008-10-162-4/+5
* Oops, initialize sections and sections_end to NULL.John Baldwin2008-10-021-1/+1
* Differentiate between interrupt frames, trap interrupt frames and timerKonstantin Belousov2008-09-271-3/+33
* Use existing GDB routines for parsing the section table of klds inJohn Baldwin2008-09-251-36/+23
* Widen psaddr_t from uintptr_t to uint64_t. This results in anMarcel Moolenaar2008-09-141-6/+7
* Unbreak the arm build, by spelling LIBSRCS correctly.Olivier Houchard2008-08-021-1/+1
* Do not build fbsd-threads.c if we're building a cross-debugger.Olivier Houchard2008-08-021-1/+4
* Catch up to recentish kgdb changes:John Baldwin2008-06-181-1/+6
* Add Juniper's copyright.David E. O'Brien2008-05-201-0/+1
* MIPS arch target kgdb(1) support.David E. O'Brien2008-05-201-0/+207
* Trim unneeded header.John Baldwin2008-05-091-1/+0
* - Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. WeJohn Baldwin2008-05-018-46/+39
* Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ishJohn Baldwin2008-04-2911-184/+338
* - Add a global variable 'fbsdcoreops_suppress_target' that can be set toJohn Baldwin2008-04-291-2/+11
* Use kgdb_parse() instead of libkvm(3) to read the first instruction fromJohn Baldwin2008-04-281-16/+9
* Remove the 'add_kld_command' arg from load_kld(). It is always true sinceJohn Baldwin2008-04-281-12/+5
* 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-77/+161
* 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-18/+5
* 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-137/+245
* 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