]> git.saurik.com Git - apple/system_cmds.git/blame - gcore.tproj/threads.h
system_cmds-735.20.1.tar.gz
[apple/system_cmds.git] / gcore.tproj / threads.h
CommitLineData
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
11extern size_t sizeof_LC_THREAD(void);
12extern void dump_thread_state(native_mach_header_t *, struct thread_command *, mach_port_t);
13
14#endif /* _THREADS_H */