This commit is contained in:
Glenn Maynard
2004-10-22 21:45:44 +00:00
parent 8b6b4f48fb
commit c35aa22588
+4 -1
View File
@@ -6,8 +6,11 @@
/* This contains the information necessary to backtrace a thread. */
struct BacktraceContext
{
#if defined(LINUX)
#if defined(CPU_X86) || defined(CPU_X86_64)
const void *ip, *bp, *sp;
#endif
#if defined(LINUX)
pid_t pid;
#endif