Home
last modified time | relevance | path

Searched refs:debug_buf_ptr (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dmodel_dep.c604 …panic_info->eph_panic_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_p… in do_print_all_backtraces()
619 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
623 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
627 debug_buf_ptr += (8 - ((uintptr_t)debug_buf_ptr % 8)); in do_print_all_backtraces()
628 stackshot_begin_loc = debug_buf_ptr; in do_print_all_backtraces()
631 err = kcdata_memory_static_init(&kc_panic_data, (mach_vm_address_t)debug_buf_ptr, in do_print_all_backtraces()
654 debug_buf_ptr += bytes_traced; in do_print_all_backtraces()
659 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
674 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
680 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()
[all …]
/xnu-8019.80.24/osfmk/i386/AT386/
H A Dmodel_dep.c686 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
696 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
703 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
711 stackshot_begin_loc = debug_buf_ptr; in RecordPanicStackshot()
718 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
727 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
772 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
796 debug_buf_ptr += bytes_traced; in RecordPanicStackshot()
808 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
830 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in RecordPanicStackshot()
[all …]
/xnu-8019.80.24/osfmk/kern/
H A Ddebug.c228 char *debug_buf_ptr = NULL; variable
240 char *debug_buf_ptr = (debug_buf + offsetof(struct macos_panic_header, mph_data)); variable
415 debug_buf_ptr = debug_buf_base = (new_debug_buf + offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init()
441 debug_buf_ptr = debug_buf_base; in debug_log_init()
448 assert(debug_buf_ptr != NULL); in debug_log_init()
1498 ((debug_buf_ptr - debug_buf_base) < (int)debug_buf_size)) {
1499 *debug_buf_ptr = c;
1500 debug_buf_ptr++;
H A Ddebug.h676 extern char *debug_buf_ptr;
/xnu-8019.80.24/pexpert/arm/
H A Dpe_init.c681 panic_info->eph_panic_log_len = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
696 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
/xnu-8019.80.24/pexpert/i386/
H A Dpe_init.c454 panic_info->mph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_core.c870 coredump_log_start = debug_buf_ptr; in do_kern_dump()
1039 assert(debug_buf_ptr >= buf); in do_kern_dump()
1041 size_t other_log_length = debug_buf_ptr - buf; in do_kern_dump()
H A Dkdp_udp.c2090 debug_buf_ptr - debug_buf_base, in kdp_panic_dump()
/xnu-8019.80.24/tools/lldbmacros/
H A Dxnu.py669 cur_debug_buf_ptr_offset = (unsigned(kern.globals.debug_buf_ptr) - unsigned(panic_header))