[BACK]Return to kdb_cmds CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / kdb

File: [Development] / linux-2.6-xfs / kdb / kdb_cmds (download)

Revision 1.6, Tue May 11 06:16:28 2004 UTC (13 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.5: +0 -0 lines

Merge in new kdb for 2.6.6

# Initial commands for kdb, alter to suit your needs.
# These commands are executed in kdb_init() context, no SMP, no
# processes.  Commands that require process data (including stack or
# registers) are not reliable this early.  set and bp commands should
# be safe.  Global breakpoint commands affect each cpu as it is booted.