Home
last modified time | relevance | path

Searched refs:SetJdwpAllowed (Results 1 – 4 of 4) sorted by relevance

/art/test/909-attach-agent/
Ddisallow_debugging.cc23 Dbg::SetJdwpAllowed(val); in Java_Main_setDebuggingAllowed()
/art/runtime/
Ddebugger.h39 static void SetJdwpAllowed(bool allowed);
Ddebugger.cc131 void Dbg::SetJdwpAllowed(bool allowed) { in SetJdwpAllowed() function in art::Dbg
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc182 Dbg::SetJdwpAllowed((runtime_flags & DEBUG_ENABLE_JDWP) != 0); in EnableDebugFeatures()