coredump: Support signal number
Change-Id: If220bcd0865569a566e08aa53cae748fdc6317d0 Refs: #1340
This commit is contained in:
committed by
Masamichi Takagi
parent
11ef2f8092
commit
0c1cae45fe
@@ -108,7 +108,8 @@ struct note {
|
||||
|
||||
/* functions */
|
||||
struct thread;
|
||||
extern void arch_fill_prstatus(struct elf_prstatus64 *prstatus, struct thread *thread, void *regs0);
|
||||
extern void arch_fill_prstatus(struct elf_prstatus64 *prstatus,
|
||||
struct thread *thread, void *regs0, int sig);
|
||||
extern int arch_get_thread_core_info_size(void);
|
||||
extern void arch_fill_thread_core_info(struct note *head,
|
||||
struct thread *thread, void *regs);
|
||||
|
||||
Reference in New Issue
Block a user