| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 59 | -59/+59 |
| * | MFC r209690: | Konstantin Belousov | 2010-11-03 | 1 | -0/+37 |
| * | MFC r213013: | Ed Maste | 2010-10-08 | 1 | -1/+3 |
| * | MFC r206622,207939,208593,208732,209031: mdoc cleanup | Ulrich Spörlein | 2010-08-27 | 1 | -1/+1 |
| * | MFC r210424: kgdb: correctly map sections to addresses in elf object | Andriy Gapon | 2010-08-21 | 1 | -6/+28 |
| * | MFC r203823: kgdb: initialize n_type field of nlist entry for kvm_nlist | Andriy Gapon | 2010-03-02 | 1 | -0/+1 |
| * | Initial gdbserver support for PowerPC. | Rafal Jaworowski | 2009-02-23 | 4 | -1/+274 |
| * | Initial gdbserver support for ARM. | Rafal Jaworowski | 2008-11-17 | 4 | -4/+226 |
| * | Document what the sed trick is for. | David E. O'Brien | 2008-10-16 | 2 | -4/+5 |
| * | Oops, initialize sections and sections_end to NULL. | John Baldwin | 2008-10-02 | 1 | -1/+1 |
| * | Differentiate between interrupt frames, trap interrupt frames and timer | Konstantin Belousov | 2008-09-27 | 1 | -3/+33 |
| * | Use existing GDB routines for parsing the section table of klds in | John Baldwin | 2008-09-25 | 1 | -36/+23 |
| * | Widen psaddr_t from uintptr_t to uint64_t. This results in an | Marcel Moolenaar | 2008-09-14 | 1 | -6/+7 |
| * | Unbreak the arm build, by spelling LIBSRCS correctly. | Olivier Houchard | 2008-08-02 | 1 | -1/+1 |
| * | Do not build fbsd-threads.c if we're building a cross-debugger. | Olivier Houchard | 2008-08-02 | 1 | -1/+4 |
| * | Catch up to recentish kgdb changes: | John Baldwin | 2008-06-18 | 1 | -1/+6 |
| * | Add Juniper's copyright. | David E. O'Brien | 2008-05-20 | 1 | -0/+1 |
| * | MIPS arch target kgdb(1) support. | David E. O'Brien | 2008-05-20 | 1 | -0/+207 |
| * | Trim unneeded header. | John Baldwin | 2008-05-09 | 1 | -1/+0 |
| * | - Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. We | John Baldwin | 2008-05-01 | 8 | -46/+39 |
| * | Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ish | John Baldwin | 2008-04-29 | 11 | -184/+338 |
| * | - Add a global variable 'fbsdcoreops_suppress_target' that can be set to | John Baldwin | 2008-04-29 | 1 | -2/+11 |
| * | Use kgdb_parse() instead of libkvm(3) to read the first instruction from | John Baldwin | 2008-04-28 | 1 | -16/+9 |
| * | Remove the 'add_kld_command' arg from load_kld(). It is always true since | John Baldwin | 2008-04-28 | 1 | -12/+5 |
| * | FreeBSD/mips gdb build suspport. From the mips2-jnpr branch. | Warner Losh | 2008-04-26 | 3 | -0/+794 |
| * | Change kgdb_parse() to use wrapped versions of parse_expression() and | John Baldwin | 2008-03-29 | 1 | -6/+9 |
| * | Initialize the head pointer in kld_current_sos() to NULL to avoid returning | John Baldwin | 2008-03-29 | 1 | -0/+1 |
| * | Remove a stale prototype I missed when converting the kld support over to | John Baldwin | 2008-02-25 | 1 | -1/+0 |
| * | - Rework the kld support to hook into GDB's shared library support. | John Baldwin | 2008-01-29 | 3 | -77/+161 |
| * | Don't close the kernel bfd object during startup. Instead, leave it open | John Baldwin | 2008-01-29 | 3 | -7/+13 |
| * | Use target_read_memory() and extract_unsigned_integer() instead of direct | John Baldwin | 2008-01-29 | 1 | -18/+5 |
| * | Don't look for "foo.ko.symbols" files. GDB is smart enough to open the | John Baldwin | 2008-01-29 | 1 | -1/+0 |
| * | Use a for loop in find_kld_address() as in kgdb_auto_load_klds() and | John Baldwin | 2008-01-28 | 1 | -7/+4 |
| * | Add support for automatically loading symbols for kld's on startup: | John Baldwin | 2008-01-28 | 3 | -137/+245 |
| * | Remove the warnx() from kgdb_lookup() so that we don't emit a warning about | John Baldwin | 2008-01-28 | 2 | -6/+10 |
| * | If the quiet flag is specified (-q), don't dump the unread portion of | John Baldwin | 2008-01-28 | 1 | -1/+4 |
| * | Move the code for working with kld's out into its own file. | John Baldwin | 2008-01-24 | 4 | -269/+306 |
| * | Include the thread name (in addition to the proc name) in "info threads." | Ed Maste | 2008-01-18 | 1 | -3/+13 |
| * | Add a new 'add-kld <kld>' command to kgdb to make it easier to analyze | John Baldwin | 2008-01-17 | 3 | -2/+275 |
| * | Add thread support for arm. | Olivier Houchard | 2007-11-17 | 4 | -5/+40 |
| * | There's no reason why we couldn't attach to a live process on arm. | Olivier Houchard | 2007-11-17 | 1 | -0/+3 |
| * | Teach kgdb how to handle double fault frames on i386: | John Baldwin | 2007-11-16 | 3 | -1/+154 |
| * | NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb' | John Baldwin | 2007-08-22 | 1 | -0/+1 |
| * | Remove extern int verbose declaration. It is declared static in the | Alexander Kabaev | 2007-05-19 | 1 | -1/+0 |
| * | Fix static/extern mismatch by patching corresponding tdep files | Alexander Kabaev | 2007-05-19 | 2 | -2/+11 |
| * | Add threading support. | Marcel Moolenaar | 2007-05-01 | 2 | -1/+3 |
| * | Unbreak the kgdb stepping over the special frames on i386 after rev. 1.117 of | Konstantin Belousov | 2007-03-01 | 1 | -1/+22 |
| * | Rename lookup() to kgdb_lookup() and make it global (for use in trgt_i386.c). | Konstantin Belousov | 2007-03-01 | 2 | -7/+9 |
| * | Avoid writing uninitialized stack data into a thread's MMX/SSE state by | Ed Maste | 2007-02-20 | 1 | -7/+12 |
| * | Try to avoid a possible infinite loop when parsing an invalid kernel dump file. | Craig Rodrigues | 2007-01-25 | 1 | -2/+7 |