summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* Do not include <sys/ptrace.h> if we're building a cross-debugger, ptrace isn'tcognet2011-08-261-1/+1
* Walk the zombproc list as well as the allproc list when enumerating threadsjhb2011-08-191-33/+48
* Compile fbsd-threads.c. Amongst others this is necessary for a workingmarius2011-08-062-0/+3
* Revert r222363, as bde@ pointed out the initial solution was far moreattilio2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()attilio2011-05-271-1/+1
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-7/+11
* Print the raw value of si_code, that is esp. useful for undecoded values.kib2011-03-261-3/+4
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-182-3/+7
|\
| * Sync: merge r215464 through r215708 from ^/head.dim2010-11-221-3/+44
| |\
| * | Sync: merge r215273 through r215318 from ^/head.dim2010-11-142-2/+2
| * | Sync: merge r214895 through r215140 from ^/head.dim2010-11-116-23/+51
| |\ \
| * | | Fix warnings in fbsd-threads.c.dim2010-11-011-2/+6
| * | | For stuff under gnu/usr.bin/gdb, search contrib/binutils/include beforedim2010-11-011-1/+1
* | | | Use string literal format strings to quiet clang warnings.emaste2011-01-231-2/+2
* | | | Retire TARGET_ABI.imp2011-01-072-2/+2
| |_|/ |/| |
* | | Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-3/+44
* | | Add missing '/'.nyan2010-11-142-2/+2
* | | We need to add powerpc64->powerpc translations (I knew I hated copyingimp2010-11-142-2/+2
| |/ |/|
* | Complete the integration of tbemd branch into head.imp2010-11-103-5/+21
* | Fix cross-debugger buildgonzo2010-11-071-0/+8
* | Fix initialization order:_initialize_svr4_solib shouldgonzo2010-11-071-2/+2
* | - Use proper constant for accessing PCB intead of hardcoded numbersgonzo2010-11-071-15/+18
* | Link threads support to the buildgonzo2010-11-072-1/+2
|/
* Move test for zero bufp or size before rseq and wseq calculation. Thisemaste2010-09-221-1/+3
* MFtbemd:imp2010-08-232-5/+3
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files aswill2010-08-121-2/+2
* Change kgdb_lookup() to resolve symbols via GDB instead of via libkvm(3).jhb2010-08-043-29/+23
* Give kgdb(1) a chance to take a look at FPU state.jkim2010-08-021-0/+1
* kgdb: correctly map sections to addresses in elf object modules (amd64)avg2010-07-231-6/+28
* Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesnwhitehorn2010-07-104-0/+989
* For "thread signal" command, print some information from siginfo whenkib2010-07-041-0/+37
* Make this directory more regular. Since it is one we control, use theimp2010-04-144-14/+3
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* Simplify how we select which architectures to add gdbserver for. Ifimp2010-04-121-2/+1
* Allow building a cross-kgdb for ia64.marcel2010-03-262-1/+8
* Handle cross-builds for gdbserver.marcel2010-03-261-1/+3
* Fix typo in commentimp2010-03-191-1/+1
* Initial gdbserver support for amd64.jkim2010-02-254-3/+319
* These contain JC's patch to get gdb sort of workingrrs2010-02-203-14/+17
* Compile fbsd-threads.c. Threading & TLS support is working just fine.marcel2010-02-162-1/+3
* kgdb: initialize n_type field of nlist entry for kvm_nlist callavg2010-02-131-0/+1
* Initial gdbserver support for PowerPC.raj2009-02-234-1/+274
* Initial gdbserver support for ARM.raj2008-11-174-4/+226
* Document what the sed trick is for.obrien2008-10-162-4/+5
* Oops, initialize sections and sections_end to NULL.jhb2008-10-021-1/+1
* Differentiate between interrupt frames, trap interrupt frames and timerkib2008-09-271-3/+33
* Use existing GDB routines for parsing the section table of klds injhb2008-09-251-36/+23
* Widen psaddr_t from uintptr_t to uint64_t. This results in anmarcel2008-09-141-6/+7
* Unbreak the arm build, by spelling LIBSRCS correctly.cognet2008-08-021-1/+1
* Do not build fbsd-threads.c if we're building a cross-debugger.cognet2008-08-021-1/+4
OpenPOWER on IntegriCloud