summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-041-3/+3
* Update dependencies after r291406 added libelf to libkvm.bdrewery2015-12-011-0/+1
* Fix a double-semicolon typo in my libkvm changes.jhb2015-11-301-1/+1
* Add support to libkvm for reading vmcores from other architectures.jhb2015-11-273-29/+17
* Use PCB/LR from PCB rather from stack on armv7-gdbzbb2015-10-301-7/+3
* When XSAVE support was added on amd64, the FPU save area was movedjhb2015-09-291-1/+0
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()kib2015-07-021-3/+3
* Add META_MODE support.sjg2015-06-135-0/+1351
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-085-10/+0
| * Merge sync of headsjg2015-05-2710-94/+17
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-196-12/+5
| |\
| * \ Merge head from 7/28sjg2014-08-1911-1141/+18
| |\ \
| * | | Updated dependenciessjg2014-05-164-1/+3
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge headsjg2014-04-287-6/+49
| |\ \ \
| * | | | Updated dependenciessjg2013-10-131-8/+6
| * | | | Merge from headsjg2013-09-0513-59/+15
| |\ \ \ \
| * \ \ \ \ sync from headsjg2013-04-1214-18/+93
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-114-0/+4
| * | | | | | Updated dependenciessjg2013-02-165-10/+0
| * | | | | | Sync with HEAD.obrien2013-02-081-1/+14
| |\ \ \ \ \ \
| * | | | | | | Updated/new Makefile.dependsjg2012-11-082-24/+38
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Sync from headsjg2012-11-043-3/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-225-0/+1345
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Remove gnu/ info pages to unbreak the build with MK_GCC != no, etcngie2015-01-021-8/+0
* | | | | | | | | Remove GNU texinfo from base along with all info pages.bapt2015-01-023-64/+1
* | | | | | | | | Cleanup up ARM *frame structures...ian2014-12-241-13/+5
* | | | | | | | | Skip calling CPU_ISSET for NOCPU as a short period of time we can havedchagin2014-12-091-1/+1
* | | | | | | | | Convert to LIBADDbapt2014-11-253-8/+9
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Change kbdb's kthr::cpu field into an int, to avoid gcc warnings aboutdim2014-11-112-2/+2
* | | | | | | | 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
OpenPOWER on IntegriCloud