get_cpu_state
debug_nub_get_cpu_state get_cpu_state;
debugged_thread_get_cpu_state get_cpu_state;
get_cpu_state(thread_get_current_thread(), frame, cpuState);
get_cpu_state(thread, frame, cpuState);
debug_nub_get_cpu_state_reply get_cpu_state;
thread_id threadID = message.get_cpu_state.thread;
replyPort = message.get_cpu_state.reply_port;
reply.get_cpu_state.error = result;
replySize = sizeof(reply.get_cpu_state);
port_id replyPort = commandMessage.get_cpu_state.reply_port;