]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kdp/ml/x86_64/kdp_vm.c
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / osfmk / kdp / ml / x86_64 / kdp_vm.c
index 8b102b7878ddcaba5ecba39351245ae4f16fb858..7b237bb44a2afad82bf81f5a80befa82f1dd804a 100644 (file)
@@ -175,3 +175,15 @@ kdp_dump_trap(
        kdp_raise_exception(EXC_BAD_ACCESS, 0, 0, kdp.saved_state);
        return 0;
 }
+
+/*
+ * kdp_core_start_addr
+ *
+ * return the address where the kernel core file starts
+ *
+ */
+vm_map_offset_t
+kdp_core_start_addr()
+{
+       return VM_MIN_KERNEL_AND_KEXT_ADDRESS;
+}