Changeset 0b6eba5 in mainline
- Timestamp:
- 2009-03-12T18:01:55Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4df7d3a
- Parents:
- 7012a8d
- Location:
- kernel/arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/debugger.c
r7012a8d r0b6eba5 235 235 #ifdef CONFIG_KCONSOLE 236 236 atomic_set(&haltstate, 1); 237 kconsole("debug", "Debug console ready (type 'exit' to continue)\n", false);237 kconsole("debug", "Debug console ready.\n", false); 238 238 atomic_set(&haltstate, 0); 239 239 #endif -
kernel/arch/mips32/src/debugger.c
r7012a8d r0b6eba5 385 385 spinlock_unlock(&bkpoint_lock); 386 386 387 kconsole("debug", "Debug console ready (type 'exit' to continue)\n", false);387 kconsole("debug", "Debug console ready.\n", false); 388 388 389 389 spinlock_lock(&bkpoint_lock);
Note:
See TracChangeset
for help on using the changeset viewer.