Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessTrace.h34 bool CanDebug(lldb::TargetSP target_sp,
H A DProcess.h559 virtual bool CanDebug(lldb::TargetSP target,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp44 bool ProcessTrace::CanDebug(TargetSP target_sp, bool plugin_specified_by_name) { in CanDebug() function in ProcessTrace
H A DProcess.cpp354 if (process_sp->CanDebug(target_sp, true)) { in FindPlugin()
368 if (process_sp->CanDebug(target_sp, false)) { in FindPlugin()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h59 bool CanDebug(lldb::TargetSP target_sp,
H A DScriptedProcess.cpp85 bool ScriptedProcess::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ScriptedProcess
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h49 bool CanDebug(lldb::TargetSP target_sp,
H A DProcessMinidump.cpp229 bool ProcessMinidump::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessMinidump
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h54 bool CanDebug(lldb::TargetSP target_sp,
H A DProcessElfCore.cpp81 bool ProcessElfCore::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessElfCore
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h74 bool CanDebug(lldb::TargetSP target_sp,
H A DProcessGDBRemote.cpp222 bool ProcessGDBRemote::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessGDBRemote