| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow building a cross-kgdb for ia64. | marcel | 2010-03-26 | 2 | -1/+8 |
* | Handle cross-builds for gdbserver. | marcel | 2010-03-26 | 1 | -1/+3 |
* | Fix typo in comment | imp | 2010-03-19 | 1 | -1/+1 |
* | Initial gdbserver support for amd64. | jkim | 2010-02-25 | 4 | -3/+319 |
* | These contain JC's patch to get gdb sort of working | rrs | 2010-02-20 | 3 | -14/+17 |
* | Compile fbsd-threads.c. Threading & TLS support is working just fine. | marcel | 2010-02-16 | 2 | -1/+3 |
* | kgdb: initialize n_type field of nlist entry for kvm_nlist call | avg | 2010-02-13 | 1 | -0/+1 |
* | Initial gdbserver support for PowerPC. | raj | 2009-02-23 | 4 | -1/+274 |
* | Initial gdbserver support for ARM. | raj | 2008-11-17 | 4 | -4/+226 |
* | Document what the sed trick is for. | obrien | 2008-10-16 | 2 | -4/+5 |
* | Oops, initialize sections and sections_end to NULL. | jhb | 2008-10-02 | 1 | -1/+1 |
* | Differentiate between interrupt frames, trap interrupt frames and timer | kib | 2008-09-27 | 1 | -3/+33 |
* | Use existing GDB routines for parsing the section table of klds in | jhb | 2008-09-25 | 1 | -36/+23 |
* | Widen psaddr_t from uintptr_t to uint64_t. This results in an | marcel | 2008-09-14 | 1 | -6/+7 |
* | Unbreak the arm build, by spelling LIBSRCS correctly. | cognet | 2008-08-02 | 1 | -1/+1 |
* | Do not build fbsd-threads.c if we're building a cross-debugger. | cognet | 2008-08-02 | 1 | -1/+4 |