Searched refs:pe_init_debug_command (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.101.5/pexpert/arm/ |
| H A D | pe_identify_machine.c | 289 pe_init_debug_command(DTEntry entryP, command_buffer_element_t **command_buffer, const char* entry_… in pe_init_debug_command() function 501 pe_init_debug_command(entryP, &cpu_halt, "cpu_halt"); in pe_arm_init_debug() 502 pe_init_debug_command(entryP, &enable_trace, "enable_trace"); in pe_arm_init_debug() 503 pe_init_debug_command(entryP, &enable_alt_trace, "enable_alt_trace"); in pe_arm_init_debug() 504 pe_init_debug_command(entryP, &trace_halt, "trace_halt"); in pe_arm_init_debug() 510 pe_init_debug_command(entryP, &enable_stop_clocks, "enable_stop_clocks"); in pe_arm_init_debug() 511 pe_init_debug_command(entryP, &stop_clocks, "stop_clocks"); in pe_arm_init_debug()
|