summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* MFC 288371:jhb2015-11-051-1/+0
* MFC r285041:kib2015-08-051-3/+3
* MFC r276187, r276190, r271422:ian2015-02-121-13/+5
* MFC r264400,r265836:ngie2014-12-312-2/+2
* Fold in frame-unwind patchemaste2013-06-172-35/+2
* Add a new knob WITH_DEBUG_FILES to control the building of standaloneemaste2013-06-0710-24/+2
* Fix mips64 and mipsn32 bilds by using proper register names.imp2013-04-251-0/+11
* KGDB: Accept KLD symbol files with the ".symbols" extension.will2013-03-281-0/+1
* KGDB: Allow modules to be loaded from the specified kernel's directory.will2013-03-281-1/+4
* kgdb enhancements!adrian2013-02-192-10/+13
* In kthr.c, obtain the address of the PCB for threads that were runningmarcel2013-02-1711-7/+75
* Add command-line support to kgdb to allow the baudrate to be set.adrian2013-01-211-1/+14
* Fix typo. Not a win in terms of functionality but in terms of completeness.andreast2012-08-191-1/+1
* Merging of projects/armv6, part 3gonzo2012-08-152-2/+2
* Print key value, an index, otherwise we don't know which key is allocated.davidxu2012-05-211-1/+1
* General mdoc(7) and typo fixes.gjb2012-05-101-2/+2
* Allow building a powerpc cross-kgdb.marcel2012-04-271-0/+5
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.jmallett2012-03-292-2/+2
* Note two shortcomings of GDB on MIPS that should be addressed.jmallett2012-03-131-0/+3
* Adopt to new layout of struct pcb.kib2012-01-211-1/+1
* Add missing -w to kgdb(1)'s usage().rwatson2012-01-041-1/+1
* 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
OpenPOWER on IntegriCloud