X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/9f83892a2b93eb5239bb24af5371fef9407632b4..8074fd5ce9395d82fc9f7ac611f5ad43378ffc70:/src/dyld_gdb.cpp diff --git a/src/dyld_gdb.cpp b/src/dyld_gdb.cpp index f13064d..5f4e7b5 100644 --- a/src/dyld_gdb.cpp +++ b/src/dyld_gdb.cpp @@ -36,6 +36,8 @@ #include "ImageLoader.h" #include "dyld.h" +extern "C" void _dyld_debugger_notification(enum dyld_notify_mode mode, unsigned long count, uint64_t machHeaders[]); + #if __IPHONE_OS_VERSION_MIN_REQUIRED #define INITIAL_UUID_IMAGE_COUNT 4 #else