X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/eb6b6ca394357805f2bdba989abae309f718b4d8..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/osfmk/kdp/kdp_internal.h?ds=sidebyside diff --git a/osfmk/kdp/kdp_internal.h b/osfmk/kdp/kdp_internal.h index 356429b67..7fb3e852f 100644 --- a/osfmk/kdp/kdp_internal.h +++ b/osfmk/kdp/kdp_internal.h @@ -109,7 +109,8 @@ kdp_exception_ack( extern void kdp_panic( - const char *msg + const char *fmt, + ... ); extern @@ -208,3 +209,6 @@ int int kdp_machine_msr64_write(kdp_writemsr64_req_t *, caddr_t /* data */, uint16_t /* lcpu */); + +vm_map_offset_t +kdp_core_start_addr(void);