Home
last modified time | relevance | path

Searched refs:debugger_action_t (Results 1 – 3 of 3) sorted by relevance

/system/core/include/cutils/
Ddebugger.h36 } debugger_action_t; typedef
/system/core/libcutils/
Ddebugger.c45 static int make_dump_request(debugger_action_t action, pid_t tid, int timeout_secs) { in make_dump_request()
/system/core/debuggerd/
Ddebuggerd.cpp70 debugger_action_t action;
230 out_request->action = static_cast<debugger_action_t>(msg.action); in read_request()