Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h266 …nub_state_t DoSIGSTOP (bool clear_bps_and_wps, bool allow_running, uint32_t *thread_id…
DMachProcess.cpp404 nub_state_t state = DoSIGSTOP(true, false, NULL); in Kill()
458 MachProcess::DoSIGSTOP (bool clear_bps_and_wps, bool allow_running, uint32_t *thread_idx_ptr) in DoSIGSTOP() function in MachProcess
520 nub_state_t state = DoSIGSTOP(true, true, &thread_idx); in Detach()