···33 * Copyright (c) 2011, Google Inc. All rights reserved.
44 */
5566-76/*
87 * This module records the progress of boot and arbitrary commands, and
98 * permits accurate timestamping of each.
···55 * Licensed under the GPL-2 or later.
66 */
7788-98/* We need the weak marking as this symbol is provided specially */
109extern const char system_map[] __attribute__((weak));
1110
-1
common/kgdb.c
···446446 }
447447 break;
448448449449-450449 case 'k': /* kill the program, actually return to monitor */
451450 kd.extype = KGDBEXIT_KILL;
452451 *regs = entry_regs;