summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesnwhitehorn2010-07-104-0/+989
* For "thread signal" command, print some information from siginfo whenkib2010-07-041-0/+37
* Make this directory more regular. Since it is one we control, use theimp2010-04-144-14/+3
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* Simplify how we select which architectures to add gdbserver for. Ifimp2010-04-121-2/+1
* Allow building a cross-kgdb for ia64.marcel2010-03-262-1/+8
* Handle cross-builds for gdbserver.marcel2010-03-261-1/+3
* Fix typo in commentimp2010-03-191-1/+1
* Initial gdbserver support for amd64.jkim2010-02-254-3/+319
* These contain JC's patch to get gdb sort of workingrrs2010-02-203-14/+17
* Compile fbsd-threads.c. Threading & TLS support is working just fine.marcel2010-02-162-1/+3
* kgdb: initialize n_type field of nlist entry for kvm_nlist callavg2010-02-131-0/+1
* Initial gdbserver support for PowerPC.raj2009-02-234-1/+274
* Initial gdbserver support for ARM.raj2008-11-174-4/+226
* Document what the sed trick is for.obrien2008-10-162-4/+5
* Oops, initialize sections and sections_end to NULL.jhb2008-10-021-1/+1
* Differentiate between interrupt frames, trap interrupt frames and timerkib2008-09-271-3/+33
* Use existing GDB routines for parsing the section table of klds injhb2008-09-251-36/+23
* Widen psaddr_t from uintptr_t to uint64_t. This results in anmarcel2008-09-141-6/+7
* Unbreak the arm build, by spelling LIBSRCS correctly.cognet2008-08-021-1/+1
* Do not build fbsd-threads.c if we're building a cross-debugger.cognet2008-08-021-1/+4
* Catch up to recentish kgdb changes:jhb2008-06-181-1/+6
* Add Juniper's copyright.obrien2008-05-201-0/+1
* MIPS arch target kgdb(1) support.obrien2008-05-201-0/+207
* Trim unneeded header.jhb2008-05-091-1/+0
* - Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. Wejhb2008-05-018-47/+40
* Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ishjhb2008-04-2911-184/+338
* - Add a global variable 'fbsdcoreops_suppress_target' that can be set tojhb2008-04-291-2/+11
* Use kgdb_parse() instead of libkvm(3) to read the first instruction fromjhb2008-04-281-16/+9
* Remove the 'add_kld_command' arg from load_kld(). It is always true sincejhb2008-04-281-12/+5
* FreeBSD/mips gdb build suspport. From the mips2-jnpr branch.imp2008-04-263-0/+794
* Change kgdb_parse() to use wrapped versions of parse_expression() andjhb2008-03-291-6/+9
* Initialize the head pointer in kld_current_sos() to NULL to avoid returningjhb2008-03-291-0/+1
* Remove a stale prototype I missed when converting the kld support over tojhb2008-02-251-1/+0
* - Rework the kld support to hook into GDB's shared library support.jhb2008-01-293-81/+165
* Don't close the kernel bfd object during startup. Instead, leave it openjhb2008-01-293-7/+13
OpenPOWER on IntegriCloud