Searched refs:CanDebug (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.h | 49 bool CanDebug(lldb::TargetSP target_sp,
|
| H A D | ProcessMinidump.cpp | 136 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 D | ProcessElfCore.h | 60 bool CanDebug(lldb::TargetSP target_sp,
|
| H A D | ProcessElfCore.cpp | 77 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 D | ProcessFreeBSD.h | 65 bool CanDebug(lldb::TargetSP target_sp,
|
| H A D | ProcessFreeBSD.cpp | 282 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 D | ProcessGDBRemote.h | 74 bool CanDebug(lldb::TargetSP target_sp,
|
| H A D | ProcessGDBRemote.cpp | 249 bool ProcessGDBRemote::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessGDBRemote
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Process.h | 752 virtual bool CanDebug(lldb::TargetSP target,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 682 if (process_sp->CanDebug(target_sp, true)) { in FindPlugin() 695 if (process_sp->CanDebug(target_sp, false)) { in FindPlugin()
|