summaryrefslogtreecommitdiff
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'tOlivier Houchard2011-08-261-1/+1
* Walk the zombproc list as well as the allproc list when enumerating threadsJohn Baldwin2011-08-191-33/+48
* Compile fbsd-threads.c. Amongst others this is necessary for a workingMarius Strobl2011-08-062-0/+3
* Revert r222363, as bde@ pointed out the initial solution was far moreAttilio Rao2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()Attilio Rao2011-05-271-1/+1
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-7/+11
* Print the raw value of si_code, that is esp. useful for undecoded values.Konstantin Belousov2011-03-261-3/+4
* Merge binutils 2.17.50 to head. This brings a number of improvements toDimitry Andric2011-02-182-3/+7
|\
| * Sync: merge r215464 through r215708 from ^/head.Dimitry Andric2010-11-221-3/+44
| |\
| * \ Sync: merge r215273 through r215318 from ^/head.Dimitry Andric2010-11-142-2/+2
| |\ \
| * \ \ Sync: merge r214895 through r215140 from ^/head.Dimitry Andric2010-11-116-23/+51
| |\ \ \
| * | | | Fix warnings in fbsd-threads.c.Dimitry Andric2010-11-011-2/+6
| * | | | For stuff under gnu/usr.bin/gdb, search contrib/binutils/include beforeDimitry Andric2010-11-011-1/+1
* | | | | Use string literal format strings to quiet clang warnings.Ed Maste2011-01-231-2/+2
* | | | | Retire TARGET_ABI.Warner Losh2011-01-072-2/+2
| |_|_|/ |/| | |
* | | | Add the ability for GDB to printout the thread name along with otherAttilio Rao2010-11-221-3/+44
| |_|/ |/| |
* | | Add missing '/'.Yoshihiro Takahashi2010-11-142-2/+2
* | | We need to add powerpc64->powerpc translations (I knew I hated copyingWarner Losh2010-11-142-2/+2
| |/ |/|
* | Complete the integration of tbemd branch into head.Warner Losh2010-11-103-5/+21
* | Fix cross-debugger buildOleksandr Tymoshenko2010-11-071-0/+8
* | Fix initialization order:_initialize_svr4_solib shouldOleksandr Tymoshenko2010-11-071-2/+2
* | - Use proper constant for accessing PCB intead of hardcoded numbersOleksandr Tymoshenko2010-11-071-15/+18
* | Link threads support to the buildOleksandr Tymoshenko2010-11-072-1/+2
|/
* Move test for zero bufp or size before rseq and wseq calculation. ThisEd Maste2010-09-221-1/+3
* MFtbemd:Warner Losh2010-08-232-5/+3
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files asWill Andrews2010-08-121-2/+2
* Change kgdb_lookup() to resolve symbols via GDB instead of via libkvm(3).John Baldwin2010-08-043-28/+22
* Give kgdb(1) a chance to take a look at FPU state.Jung-uk Kim2010-08-021-0/+1
* kgdb: correctly map sections to addresses in elf object modules (amd64)Andriy Gapon2010-07-231-6/+28
* Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesNathan Whitehorn2010-07-104-0/+989
* For "thread signal" command, print some information from siginfo whenKonstantin Belousov2010-07-041-0/+37
* Make this directory more regular. Since it is one we control, use theWarner Losh2010-04-144-14/+3
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* Simplify how we select which architectures to add gdbserver for. IfWarner Losh2010-04-121-2/+1
* Allow building a cross-kgdb for ia64.Marcel Moolenaar2010-03-262-1/+8
* Handle cross-builds for gdbserver.Marcel Moolenaar2010-03-261-1/+3
* Fix typo in commentWarner Losh2010-03-191-1/+1
* Initial gdbserver support for amd64.Jung-uk Kim2010-02-254-3/+319
* These contain JC's patch to get gdb sort of workingRandall Stewart2010-02-203-14/+17
* Compile fbsd-threads.c. Threading & TLS support is working just fine.Marcel Moolenaar2010-02-162-1/+3
* kgdb: initialize n_type field of nlist entry for kvm_nlist callAndriy Gapon2010-02-131-0/+1
* 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