summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/kgdb
Commit message (Expand)AuthorAgeFilesLines
* Add missing function prototypes in KGDBwma2016-04-207-2/+78
* Fix KGDB backtrace on ARMwma2016-04-203-18/+74
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-30/+0
* 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-131-0/+57
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-273-18/+9
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-193-5/+3
| |\
| * \ Merge head from 7/28sjg2014-08-193-341/+5
| |\ \
| * | | Updated dependenciessjg2014-05-161-0/+1
| * | | Merge headsjg2014-04-284-2/+45
| |\ \ \
| * \ \ \ Merge from headsjg2013-09-051-0/+11
| |\ \ \ \
| * \ \ \ \ sync from headsjg2013-04-1214-18/+93
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | Sync with HEAD.obrien2013-02-081-1/+14
| |\ \ \ \ \ \
| * | | | | | | Updated/new Makefile.dependsjg2012-11-081-6/+6
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+58
* | | | | | | | 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-251-4/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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-191-2/+0
* | | | | | | Rework privatelib/internallibbapt2014-08-061-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
* | | | | | The GNU readline library is now an INTERNALLIB - that is, it isbapt2014-07-091-1/+1
* | | | | | Remove ia64.marcel2014-07-071-338/+0
* | | | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-081-0/+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
| |_|_|/ |/| | |
* | | | 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
|/
* Allow building a powerpc cross-kgdb.marcel2012-04-271-0/+5
* 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
* Walk the zombproc list as well as the allproc list when enumerating threadsjhb2011-08-191-33/+48
* 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
OpenPOWER on IntegriCloud