Searched refs:CanDebug (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ProcessTrace.h | 34 bool CanDebug(lldb::TargetSP target_sp,
|
| H A D | Process.h | 559 virtual bool CanDebug(lldb::TargetSP target,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ProcessTrace.cpp | 44 bool ProcessTrace::CanDebug(TargetSP target_sp, bool plugin_specified_by_name) { in CanDebug() function in ProcessTrace
|
| H A D | Process.cpp | 354 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 D | ScriptedProcess.h | 59 bool CanDebug(lldb::TargetSP target_sp,
|
| H A D | ScriptedProcess.cpp | 85 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 D | ProcessMinidump.h | 49 bool CanDebug(lldb::TargetSP target_sp,
|
| H A D | ProcessMinidump.cpp | 229 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 D | ProcessElfCore.h | 54 bool CanDebug(lldb::TargetSP target_sp,
|
| H A D | ProcessElfCore.cpp | 81 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 D | ProcessGDBRemote.h | 74 bool CanDebug(lldb::TargetSP target_sp,
|
| H A D | ProcessGDBRemote.cpp | 222 bool ProcessGDBRemote::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessGDBRemote
|