diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-05-06 17:51:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:13:03 -0400 |
commit | 63843c265fd0e0c7894f713e0db5777560e756ae (patch) | |
tree | 020eb5c523857f2485fd1ca4968245f7264a4cba /arch/um/include/os.h | |
parent | 990c55871b655156ffd7787af791be977d946ef6 (diff) |
uml: dump core on panic
Dump core after a panic. This will provide better debugging information than
is currently available.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/include/os.h')
-rw-r--r-- | arch/um/include/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index b463170a5308..901804db3c35 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -279,6 +279,7 @@ extern int raw(int fd); | |||
279 | extern void setup_machinename(char *machine_out); | 279 | extern void setup_machinename(char *machine_out); |
280 | extern void setup_hostinfo(char *buf, int len); | 280 | extern void setup_hostinfo(char *buf, int len); |
281 | extern int setjmp_wrapper(void (*proc)(void *, void *), ...); | 281 | extern int setjmp_wrapper(void (*proc)(void *, void *), ...); |
282 | extern void os_dump_core(void); | ||
282 | 283 | ||
283 | /* time.c */ | 284 | /* time.c */ |
284 | #define BILLION (1000 * 1000 * 1000) | 285 | #define BILLION (1000 * 1000 * 1000) |