]> git.saurik.com Git - apple/libc.git/blobdiff - gen/stack_logging.h
Libc-763.11.tar.gz
[apple/libc.git] / gen / stack_logging.h
index bfb89df6d4ddd0f915bfb6e496b75a06ee5736fa..ff7079d78bf73a66ec241a5a6e16cac98ba94723 100644 (file)
@@ -59,6 +59,8 @@ typedef struct {
        mach_vm_address_t       address;
 } mach_stack_logging_record_t;
 
+extern kern_return_t __mach_stack_logging_set_file_path(task_t task, char* file_path);
+
 extern kern_return_t __mach_stack_logging_get_frames(task_t task, mach_vm_address_t address, mach_vm_address_t *stack_frames_buffer, uint32_t max_stack_frames, uint32_t *count);
     /* Gets the last allocation record (malloc, realloc, or free) about address */