| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new knob WITH_DEBUG_FILES to control the building of standalone | emaste | 2013-06-07 | 10 | -24/+2 |
* | Fix mips64 and mipsn32 bilds by using proper register names. | imp | 2013-04-25 | 1 | -0/+11 |
* | KGDB: Accept KLD symbol files with the ".symbols" extension. | will | 2013-03-28 | 1 | -0/+1 |
* | KGDB: Allow modules to be loaded from the specified kernel's directory. | will | 2013-03-28 | 1 | -1/+4 |
* | kgdb enhancements! | adrian | 2013-02-19 | 2 | -10/+13 |
* | In kthr.c, obtain the address of the PCB for threads that were running | marcel | 2013-02-17 | 11 | -7/+75 |
* | Add command-line support to kgdb to allow the baudrate to be set. | adrian | 2013-01-21 | 1 | -1/+14 |
* | Fix typo. Not a win in terms of functionality but in terms of completeness. | andreast | 2012-08-19 | 1 | -1/+1 |
* | Merging of projects/armv6, part 3 | gonzo | 2012-08-15 | 2 | -2/+2 |
* | Print key value, an index, otherwise we don't know which key is allocated. | davidxu | 2012-05-21 | 1 | -1/+1 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-10 | 1 | -2/+2 |
* | Allow building a powerpc cross-kgdb. | marcel | 2012-04-27 | 1 | -0/+5 |
* | Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. | jmallett | 2012-03-29 | 2 | -2/+2 |
* | Note two shortcomings of GDB on MIPS that should be addressed. | jmallett | 2012-03-13 | 1 | -0/+3 |
* | Adopt to new layout of struct pcb. | kib | 2012-01-21 | 1 | -1/+1 |
* | Add missing -w to kgdb(1)'s usage(). | rwatson | 2012-01-04 | 1 | -1/+1 |
* | Do not include <sys/ptrace.h> if we're building a cross-debugger, ptrace isn't | cognet | 2011-08-26 | 1 | -1/+1 |
* | Walk the zombproc list as well as the allproc list when enumerating threads | jhb | 2011-08-19 | 1 | -33/+48 |
* | Compile fbsd-threads.c. Amongst others this is necessary for a working | marius | 2011-08-06 | 2 | -0/+3 |
* | Revert r222363, as bde@ pointed out the initial solution was far more | attilio | 2011-05-31 | 1 | -1/+1 |
* | Style fix: cast to size_t rather than u_long when comparing to sizeof() | attilio | 2011-05-27 | 1 | -1/+1 |
* | Commit the support for removing cpumask_t and replacing it directly with | attilio | 2011-05-05 | 1 | -7/+11 |
* | Print the raw value of si_code, that is esp. useful for undecoded values. | kib | 2011-03-26 | 1 | -3/+4 |
* | Merge binutils 2.17.50 to head. This brings a number of improvements to | dim | 2011-02-18 | 2 | -3/+7 |
|\ |
|
| * | Sync: merge r215464 through r215708 from ^/head. | dim | 2010-11-22 | 1 | -3/+44 |
| |\ |
|
| * | | Sync: merge r215273 through r215318 from ^/head. | dim | 2010-11-14 | 2 | -2/+2 |
| * | | Sync: merge r214895 through r215140 from ^/head. | dim | 2010-11-11 | 6 | -23/+51 |
| |\ \ |
|
| * | | | Fix warnings in fbsd-threads.c. | dim | 2010-11-01 | 1 | -2/+6 |
| * | | | For stuff under gnu/usr.bin/gdb, search contrib/binutils/include before | dim | 2010-11-01 | 1 | -1/+1 |
* | | | | Use string literal format strings to quiet clang warnings. | emaste | 2011-01-23 | 1 | -2/+2 |
* | | | | Retire TARGET_ABI. | imp | 2011-01-07 | 2 | -2/+2 |
| |_|/
|/| | |
|
* | | | Add the ability for GDB to printout the thread name along with other | attilio | 2010-11-22 | 1 | -3/+44 |
* | | | Add missing '/'. | nyan | 2010-11-14 | 2 | -2/+2 |
* | | | We need to add powerpc64->powerpc translations (I knew I hated copying | imp | 2010-11-14 | 2 | -2/+2 |
| |/
|/| |
|
* | | Complete the integration of tbemd branch into head. | imp | 2010-11-10 | 3 | -5/+21 |
* | | Fix cross-debugger build | gonzo | 2010-11-07 | 1 | -0/+8 |
* | | Fix initialization order:_initialize_svr4_solib should | gonzo | 2010-11-07 | 1 | -2/+2 |
* | | - Use proper constant for accessing PCB intead of hardcoded numbers | gonzo | 2010-11-07 | 1 | -15/+18 |
* | | Link threads support to the build | gonzo | 2010-11-07 | 2 | -1/+2 |
|/ |
|
* | Move test for zero bufp or size before rseq and wseq calculation. This | emaste | 2010-09-22 | 1 | -1/+3 |
* | MFtbemd: | imp | 2010-08-23 | 2 | -5/+3 |
* | Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as | will | 2010-08-12 | 1 | -2/+2 |
* | Change kgdb_lookup() to resolve symbols via GDB instead of via libkvm(3). | jhb | 2010-08-04 | 3 | -29/+23 |
* | Give kgdb(1) a chance to take a look at FPU state. | jkim | 2010-08-02 | 1 | -0/+1 |
* | kgdb: correctly map sections to addresses in elf object modules (amd64) | avg | 2010-07-23 | 1 | -6/+28 |
* | Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes | nwhitehorn | 2010-07-10 | 4 | -0/+989 |
* | For "thread signal" command, print some information from siginfo when | kib | 2010-07-04 | 1 | -0/+37 |
* | Make this directory more regular. Since it is one we control, use the | imp | 2010-04-14 | 4 | -14/+3 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
* | Simplify how we select which architectures to add gdbserver for. If | imp | 2010-04-12 | 1 | -2/+1 |