Searched refs:pe_init_debug_command (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.81.5/pexpert/arm/ |
| H A D | pe_identify_machine.c | 312 pe_init_debug_command(DTEntry entryP, command_buffer_element_t **command_buffer, const char* entry_… in pe_init_debug_command() function 617 pe_init_debug_command(entryP, &cpu_halt, "cpu_halt"); in pe_arm_init_debug() 618 pe_init_debug_command(entryP, &enable_trace, "enable_trace"); in pe_arm_init_debug() 619 pe_init_debug_command(entryP, &enable_alt_trace, "enable_alt_trace"); in pe_arm_init_debug() 620 pe_init_debug_command(entryP, &trace_halt, "trace_halt"); in pe_arm_init_debug() 626 pe_init_debug_command(entryP, &enable_stop_clocks, "enable_stop_clocks"); in pe_arm_init_debug() 627 pe_init_debug_command(entryP, &stop_clocks, "stop_clocks"); in pe_arm_init_debug()
|