Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254631 - kdb ebuild request
Summary: kdb ebuild request
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Kernel Miscellaneous
URL: http://oss.sgi.com/projects/kdb/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-12 13:36 UTC by f
Modified: 2009-01-14 11:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description f 2009-01-12 13:36:29 UTC
KDB (Built-in Kernel Debugger)

the built-in kernel debugger for linux. This debugger is part of the linux kernel and provides a means of examining kernel memory and data structures while the system is operational. Additional commands may be easily added to format and display essential system data structures given an identifier or address of the data structure. Current command set allows complete control of kernel operations including single-stepping a processor, stopping upon execution of a specific instruction, stopping upon access (or modification) of a specific virtual memory location, stopping upon access to a register in the input-output address space, stack tracebacks for the current active task as well as for all other tasks (by process id), instruction disassembly, et. al. 

Reproducible: Always
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2009-01-14 11:48:06 UTC
oops, thought this was a userspace package rather than a kernel patch.

Anyway, we don't accept new non-upstream patches into our kernels. Also, kgdb (similar/same functionality?) is already included since Linux 2.6.26