You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-devel/gdb-apple/files/gdb-apple-1705-darwin8-10.p...

12 lines
286 B

--- src/gdb/macosx/macosx-nat-dyld.c
+++ src/gdb/macosx/macosx-nat-dyld.c
@@ -788,7 +788,7 @@
}
else
{
-#if defined (NM_NEXTSTEP)
+#if defined (NM_NEXTSTEP) && defined(TASK_DYLD_INFO_COUNT)
if (macosx_status->task == TASK_NULL)
return 0;