Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h98 CanDebugProcess () in CanDebugProcess() function
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h135 CanDebugProcess () { return false; } in CanDebugProcess() function
/external/lldb/include/lldb/Target/
DPlatform.h380 CanDebugProcess () in CanDebugProcess() function
/external/lldb/source/Commands/
DCommandObjectProcess.cpp273 if (platform_sp && platform_sp->CanDebugProcess ()) in DoExecute()