Searched refs:CanDebug (Results 1 – 14 of 14) sorted by relevance
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessLinux.cpp | 183 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()
|
D | ProcessLinux.h | 90 CanDebug(lldb_private::Target &target, bool plugin_specified_by_name);
|
/external/lldb/source/Plugins/Process/mach-core/ |
D | ProcessMachCore.h | 63 CanDebug (lldb_private::Target &target,
|
D | ProcessMachCore.cpp | 72 ProcessMachCore::CanDebug(Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessMachCore
|
/external/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.h | 70 CanDebug (lldb_private::Target &target,
|
D | ProcessElfCore.cpp | 63 ProcessElfCore::CanDebug(Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessElfCore
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.h | 48 CanDebug(lldb_private::Target &target, bool plugin_specified_by_name);
|
D | ProcessPOSIX.cpp | 106 ProcessPOSIX::CanDebug(Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessPOSIX
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ProcessKDP.h | 74 CanDebug (lldb_private::Target &target,
|
D | ProcessKDP.cpp | 138 ProcessKDP::CanDebug(Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessKDP
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.h | 75 CanDebug (lldb_private::Target &target,
|
D | ProcessGDBRemote.cpp | 206 ProcessGDBRemote::CanDebug (Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessGDBRemote
|
/external/lldb/include/lldb/Target/ |
D | Process.h | 1643 CanDebug (Target &target,
|
/external/lldb/source/Target/ |
D | Process.cpp | 956 if (process_sp->CanDebug(target, true)) in FindPlugin() 972 if (process_sp->CanDebug(target, false)) in FindPlugin()
|