Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.h69 bool CanDebug(lldb_private::Target &target, bool plugin_specified_by_name) override;
HDProcessElfCore.cpp86 ProcessElfCore::CanDebug(Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessElfCore
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessPOSIX.h48 CanDebug(lldb_private::Target &target, bool plugin_specified_by_name) override;
HDProcessPOSIX.cpp75 ProcessPOSIX::CanDebug(Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessPOSIX
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.h80 CanDebug (Target &target, bool plugin_specified_by_name) override;
HDProcessGDBRemote.cpp333 ProcessGDBRemote::CanDebug (Target &target, bool plugin_specified_by_name) in CanDebug() function in ProcessGDBRemote
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDProcess.h1034 CanDebug (Target &target,
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp656 if (process_sp->CanDebug(target, true)) in FindPlugin()
672 if (process_sp->CanDebug(target, false)) in FindPlugin()