summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use target_read_memory() and extract_unsigned_integer() instead of directjhb2008-01-291-19/+6
* Don't look for "foo.ko.symbols" files. GDB is smart enough to open thejhb2008-01-291-1/+0
* Use a for loop in find_kld_address() as in kgdb_auto_load_klds() andjhb2008-01-281-7/+4
* Add support for automatically loading symbols for kld's on startup:jhb2008-01-283-140/+248
* Remove the warnx() from kgdb_lookup() so that we don't emit a warning aboutjhb2008-01-282-6/+10
* If the quiet flag is specified (-q), don't dump the unread portion ofjhb2008-01-281-1/+4
* Move the code for working with kld's out into its own file.jhb2008-01-244-269/+306
* Include the thread name (in addition to the proc name) in "info threads."emaste2008-01-181-3/+13
* Add a new 'add-kld <kld>' command to kgdb to make it easier to analyzejhb2008-01-173-2/+275
* Add thread support for arm.cognet2007-11-174-5/+40
* There's no reason why we couldn't attach to a live process on arm.cognet2007-11-171-0/+3
* Teach kgdb how to handle double fault frames on i386:jhb2007-11-163-1/+154
* NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb'jhb2007-08-221-0/+1
* Remove extern int verbose declaration. It is declared static in thekan2007-05-191-1/+0
* Fix static/extern mismatch by patching corresponding tdep fileskan2007-05-192-2/+11
* Add threading support.marcel2007-05-012-1/+3
OpenPOWER on IntegriCloud