|
|
| File: [Development] / linux-2.6-xfs-all / kdb / kdb_cmds (download)
Revision 1.3, Tue Feb 17 03:29:30 2004 UTC (13 years, 8 months ago) by nathans
Merge in the real kdb-v4.3-2.6.3-rc3-common-1 patch. |
# 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.