aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sync from headSimon J. Gerraty2013-04-1214-18/+93
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-114-0/+4
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-165-10/+0
| * | | | | | Sync with HEAD.David E. O'Brien2013-02-081-1/+14
| |\ \ \ \ \ \
| * | | | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-082-24/+38
| * | | | | | | Sync from headSimon J. Gerraty2012-11-043-3/+3
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-225-0/+1345
* | | | | | | | | Remove gnu/ info pages to unbreak the build with MK_GCC != no, etcEnji Cooper2015-01-021-8/+0
* | | | | | | | | Remove GNU texinfo from base along with all info pages.Baptiste Daroussin2015-01-023-64/+1
* | | | | | | | | Cleanup up ARM *frame structures...Ian Lepore2014-12-241-13/+5
* | | | | | | | | Skip calling CPU_ISSET for NOCPU as a short period of time we can haveDmitry Chagin2014-12-091-1/+1
* | | | | | | | | Convert to LIBADDBaptiste Daroussin2014-11-253-8/+9
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Change kbdb's kthr::cpu field into an int, to avoid gcc warnings aboutDimitry Andric2014-11-112-2/+2
* | | | | | | | Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-193-6/+0
* | | | | | | | Rework privatelib/internallibBaptiste Daroussin2014-08-064-4/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-173-6/+6
* | | | | | | The GNU readline library is now an INTERNALLIB - that is, it isBaptiste Daroussin2014-07-094-3/+6
* | | | | | | Remove ia64.Marcel Moolenaar2014-07-074-1132/+0
* | | | | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-083-0/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-132-2/+2
* | | | | | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner2014-03-232-2/+2
* | | | | | add support for building a cross-gdb for ARM... This isn't hooked upJohn-Mark Gurney2014-02-121-0/+4
* | | | | | When building a cross-kgdb, suppress the registration of theMarcel Moolenaar2014-01-131-0/+12
* | | | | | When building a cross kgdb, link against the appropriate cross libkvm.Marcel Moolenaar2013-12-282-2/+29
| |_|_|_|/ |/| | | |
* | | | | 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
| |\