aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* MFC 320675: Add deprecation notices for gdb and kgdb.John Baldwin2017-07-092-1/+16
* MFC r312514:Enji Cooper2017-02-111-1/+1
* MFC 288371:John Baldwin2015-11-051-1/+0
* MFC r285041:Konstantin Belousov2015-08-051-3/+3
* MFC r276187, r276190, r271422:Ian Lepore2015-02-121-13/+5
* MFC r264400,r265836:Enji Cooper2014-12-312-2/+2
* Fold in frame-unwind patchEd Maste2013-06-172-35/+2
* Add a new knob WITH_DEBUG_FILES to control the building of standaloneEd Maste2013-06-0710-24/+2
* Fix mips64 and mipsn32 bilds by using proper register names.Warner Losh2013-04-251-0/+11
* KGDB: Accept KLD symbol files with the ".symbols" extension.Will Andrews2013-03-281-0/+1
* KGDB: Allow modules to be loaded from the specified kernel's directory.Will Andrews2013-03-281-1/+4
* kgdb enhancements!Adrian Chadd2013-02-192-10/+13
* In kthr.c, obtain the address of the PCB for threads that were runningMarcel Moolenaar2013-02-1711-7/+75
* Add command-line support to kgdb to allow the baudrate to be set.Adrian Chadd2013-01-211-1/+14
* Fix typo. Not a win in terms of functionality but in terms of completeness.Andreas Tobler2012-08-191-1/+1
* Merging of projects/armv6, part 3Oleksandr Tymoshenko2012-08-152-2/+2
* Print key value, an index, otherwise we don't know which key is allocated.David Xu2012-05-211-1/+1
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-2/+2
* Allow building a powerpc cross-kgdb.Marcel Moolenaar2012-04-271-0/+5
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-292-2/+2
* Note two shortcomings of GDB on MIPS that should be addressed.Juli Mallett2012-03-131-0/+3
* Adopt to new layout of struct pcb.Konstantin Belousov2012-01-211-1/+1
* Add missing -w to kgdb(1)'s usage().Robert Watson2012-01-041-1/+1
* 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