]>
Commit | Line | Data |
---|---|---|
cf37c299 A |
1 | /* |
2 | * Copyright (c) 2015 Apple Inc. All rights reserved. | |
3 | */ | |
4 | ||
5 | #include "corefile.h" | |
6 | #include <mach/task.h> | |
7 | ||
8 | #ifndef _THREADS_H | |
9 | #define _THREADS_H | |
10 | ||
11 | extern size_t sizeof_LC_THREAD(void); | |
12 | extern void dump_thread_state(native_mach_header_t *, struct thread_command *, mach_port_t); | |
13 | ||
14 | #endif /* _THREADS_H */ |