summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-193-6/+0
* Rework privatelib/internallibbapt2014-08-064-4/+3
* Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-173-6/+6
* The GNU readline library is now an INTERNALLIB - that is, it isbapt2014-07-094-3/+6
* Remove ia64.marcel2014-07-074-1132/+0
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-083-0/+6
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-132-2/+2
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-232-2/+2
* add support for building a cross-gdb for ARM... This isn't hooked upjmg2014-02-121-0/+4
* When building a cross-kgdb, suppress the registration of themarcel2014-01-131-0/+12
* When building a cross kgdb, link against the appropriate cross libkvm.marcel2013-12-282-2/+29
* 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
OpenPOWER on IntegriCloud