Home
last modified time | relevance | path

Searched refs:CanDebug (Results 1 – 14 of 14) sorted by relevance

/external/lldb/source/Plugins/Process/Linux/
DProcessLinux.cpp183 ProcessLinux::CanDebug(Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessLinux
192 return ProcessPOSIX::CanDebug(target, plugin_specified_by_name); in CanDebug()
DProcessLinux.h90 CanDebug(lldb_private::Target &target, bool plugin_specified_by_name);
/external/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.h63 CanDebug (lldb_private::Target &target,
DProcessMachCore.cpp72 ProcessMachCore::CanDebug(Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessMachCore
/external/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.h70 CanDebug (lldb_private::Target &target,
DProcessElfCore.cpp63 ProcessElfCore::CanDebug(Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessElfCore
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.h48 CanDebug(lldb_private::Target &target, bool plugin_specified_by_name);
DProcessPOSIX.cpp106 ProcessPOSIX::CanDebug(Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessPOSIX
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h74 CanDebug (lldb_private::Target &target,
DProcessKDP.cpp138 ProcessKDP::CanDebug(Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessKDP
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h75 CanDebug (lldb_private::Target &target,
DProcessGDBRemote.cpp206 ProcessGDBRemote::CanDebug (Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessGDBRemote
/external/lldb/include/lldb/Target/
DProcess.h1643 CanDebug (Target &target,
/external/lldb/source/Target/
DProcess.cpp956 if (process_sp->CanDebug(target, true)) in FindPlugin()
972 if (process_sp->CanDebug(target, false)) in FindPlugin()