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

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

Completed in 103 milliseconds