Home
last modified time | relevance | path

Searched refs:gp_count (Results 1 – 2 of 2) sorted by relevance

/external/lldb/tools/darwin-threads/
Dexamine-threads.c211 mach_msg_type_number_t gp_count = x86_THREAD_STATE_COUNT; in get_current_pc() local
213 (thread_state_t) &gp_regs, &gp_count); in get_current_pc()
234 mach_msg_type_number_t gp_count = ARM_THREAD_STATE_COUNT; in get_current_pc() local
236 (thread_state_t) &gp_regs, &gp_count); in get_current_pc()
/external/lldb/tools/debugserver/source/
DRNBRemote.cpp4052 mach_msg_type_number_t gp_count = x86_THREAD_STATE_COUNT; in HandlePacket_qProcessInfo() local
4054 (thread_state_t) &gp_regs, &gp_count); in HandlePacket_qProcessInfo()