|
|
| File: [Development] / linux-2.4-xfs / kdb / kdb_cmds (download)
Revision 1.2, Wed Dec 21 14:32:30 2005 UTC (11 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.4.32. Merge of 2.4.x-xfs-melb:linux:24898a by kenmcd. |
# 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.