index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
gdb
/
kgdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+58
*
Allow building a powerpc cross-kgdb.
marcel
2012-04-27
1
-0
/
+5
*
Adopt to new layout of struct pcb.
kib
2012-01-21
1
-1
/
+1
*
Add missing -w to kgdb(1)'s usage().
rwatson
2012-01-04
1
-1
/
+1
*
Walk the zombproc list as well as the allproc list when enumerating threads
jhb
2011-08-19
1
-33
/
+48
*
Revert r222363, as bde@ pointed out the initial solution was far more
attilio
2011-05-31
1
-1
/
+1
*
Style fix: cast to size_t rather than u_long when comparing to sizeof()
attilio
2011-05-27
1
-1
/
+1
*
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-7
/
+11
*
Use string literal format strings to quiet clang warnings.
emaste
2011-01-23
1
-2
/
+2
*
Complete the integration of tbemd branch into head.
imp
2010-11-10
1
-1
/
+1
*
Fix cross-debugger build
gonzo
2010-11-07
1
-0
/
+8
*
- Use proper constant for accessing PCB intead of hardcoded numbers
gonzo
2010-11-07
1
-15
/
+18
*
Move test for zero bufp or size before rseq and wseq calculation. This
emaste
2010-09-22
1
-1
/
+3
*
Change kgdb_lookup() to resolve symbols via GDB instead of via libkvm(3).
jhb
2010-08-04
3
-29
/
+23
*
Give kgdb(1) a chance to take a look at FPU state.
jkim
2010-08-02
1
-0
/
+1
*
kgdb: correctly map sections to addresses in elf object modules (amd64)
avg
2010-07-23
1
-6
/
+28
*
Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes
nwhitehorn
2010-07-10
1
-0
/
+192
*
mdoc: order prologue macros consistently by Dd/Dt/Os
uqs
2010-04-14
1
-1
/
+1
*
Allow building a cross-kgdb for ia64.
marcel
2010-03-26
1
-0
/
+7
*
These contain JC's patch to get gdb sort of working
rrs
2010-02-20
1
-12
/
+11
*
kgdb: initialize n_type field of nlist entry for kvm_nlist call
avg
2010-02-13
1
-0
/
+1
*
Oops, initialize sections and sections_end to NULL.
jhb
2008-10-02
1
-1
/
+1
*
Differentiate between interrupt frames, trap interrupt frames and timer
kib
2008-09-27
1
-3
/
+33
*
Use existing GDB routines for parsing the section table of klds in
jhb
2008-09-25
1
-36
/
+23
*
Catch up to recentish kgdb changes:
jhb
2008-06-18
1
-1
/
+6
*
Add Juniper's copyright.
obrien
2008-05-20
1
-0
/
+1
*
MIPS arch target kgdb(1) support.
obrien
2008-05-20
1
-0
/
+207
*
Trim unneeded header.
jhb
2008-05-09
1
-1
/
+0
*
- Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. We
jhb
2008-05-01
8
-47
/
+40
*
Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ish
jhb
2008-04-29
11
-184
/
+338
*
Use kgdb_parse() instead of libkvm(3) to read the first instruction from
jhb
2008-04-28
1
-16
/
+9
*
Remove the 'add_kld_command' arg from load_kld(). It is always true since
jhb
2008-04-28
1
-12
/
+5
*
Change kgdb_parse() to use wrapped versions of parse_expression() and
jhb
2008-03-29
1
-6
/
+9
*
Initialize the head pointer in kld_current_sos() to NULL to avoid returning
jhb
2008-03-29
1
-0
/
+1
*
Remove a stale prototype I missed when converting the kld support over to
jhb
2008-02-25
1
-1
/
+0
*
- Rework the kld support to hook into GDB's shared library support.
jhb
2008-01-29
3
-81
/
+165
*
Don't close the kernel bfd object during startup. Instead, leave it open
jhb
2008-01-29
3
-7
/
+13
*
Use target_read_memory() and extract_unsigned_integer() instead of direct
jhb
2008-01-29
1
-19
/
+6
*
Don't look for "foo.ko.symbols" files. GDB is smart enough to open the
jhb
2008-01-29
1
-1
/
+0
*
Use a for loop in find_kld_address() as in kgdb_auto_load_klds() and
jhb
2008-01-28
1
-7
/
+4
*
Add support for automatically loading symbols for kld's on startup:
jhb
2008-01-28
3
-140
/
+248
*
Remove the warnx() from kgdb_lookup() so that we don't emit a warning about
jhb
2008-01-28
2
-6
/
+10
*
If the quiet flag is specified (-q), don't dump the unread portion of
jhb
2008-01-28
1
-1
/
+4
*
Move the code for working with kld's out into its own file.
jhb
2008-01-24
4
-269
/
+306
*
Include the thread name (in addition to the proc name) in "info threads."
emaste
2008-01-18
1
-3
/
+13
*
Add a new 'add-kld <kld>' command to kgdb to make it easier to analyze
jhb
2008-01-17
3
-2
/
+275
*
Teach kgdb how to handle double fault frames on i386:
jhb
2007-11-16
3
-1
/
+154
*
NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb'
jhb
2007-08-22
1
-0
/
+1
*
Remove extern int verbose declaration. It is declared static in the
kan
2007-05-19
1
-1
/
+0
*
Unbreak the kgdb stepping over the special frames on i386 after rev. 1.117 of
kib
2007-03-01
1
-1
/
+22
[next]