Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h49 bool CanDebug(lldb::TargetSP target_sp,
H A DProcessMinidump.cpp136 bool ProcessMinidump::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessMinidump
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h60 bool CanDebug(lldb::TargetSP target_sp,
H A DProcessElfCore.cpp77 bool ProcessElfCore::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessElfCore
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h65 bool CanDebug(lldb::TargetSP target_sp,
H A DProcessFreeBSD.cpp282 bool ProcessFreeBSD::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessFreeBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h74 bool CanDebug(lldb::TargetSP target_sp,
H A DProcessGDBRemote.cpp249 bool ProcessGDBRemote::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessGDBRemote
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h752 virtual bool CanDebug(lldb::TargetSP target,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp682 if (process_sp->CanDebug(target_sp, true)) { in FindPlugin()
695 if (process_sp->CanDebug(target_sp, false)) { in FindPlugin()