Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcessTrace.h32 bool CanDebug(lldb::TargetSP target_sp,
DProcess.h583 virtual bool CanDebug(lldb::TargetSP target,
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.h49 bool CanDebug(lldb::TargetSP target_sp,
DProcessMinidump.cpp229 bool ProcessMinidump::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessMinidump
/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DProcessMachCore.h43 bool CanDebug(lldb::TargetSP target_sp,
DProcessMachCore.cpp86 bool ProcessMachCore::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessMachCore
/external/llvm-project/lldb/source/Target/
DProcessTrace.cpp44 bool ProcessTrace::CanDebug(TargetSP target_sp, bool plugin_specified_by_name) { in CanDebug() function in ProcessTrace
DProcess.cpp496 if (process_sp->CanDebug(target_sp, true)) { in FindPlugin()
510 if (process_sp->CanDebug(target_sp, false)) { in FindPlugin()
/external/llvm-project/lldb/unittests/Target/
DExecutionContextTest.cpp52 virtual bool CanDebug(lldb::TargetSP target, bool plugin_specified_by_name) { in CanDebug() function in __anonbfd90d6e0111::DummyProcess
/external/llvm-project/lldb/unittests/Thread/
DThreadTest.cpp45 virtual bool CanDebug(lldb::TargetSP target, bool plugin_specified_by_name) { in CanDebug() function in __anoncaeea47e0111::DummyProcess
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.h54 bool CanDebug(lldb::TargetSP target_sp,
DProcessElfCore.cpp81 bool ProcessElfCore::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessElfCore
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.h69 bool CanDebug(lldb::TargetSP target_sp,
DProcessWindows.cpp499 bool ProcessWindows::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in lldb_private::ProcessWindows
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h54 bool CanDebug(lldb::TargetSP target_sp,
DProcessKDP.cpp122 bool ProcessKDP::CanDebug(TargetSP target_sp, bool plugin_specified_by_name) { in CanDebug() function in ProcessKDP
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.h57 bool CanDebug(lldb::TargetSP target_sp,
DProcessFreeBSD.cpp275 bool ProcessFreeBSD::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessFreeBSD
/external/llvm-project/lldb/unittests/Process/
DProcessEventDataTest.cpp47 virtual bool CanDebug(lldb::TargetSP target, bool plugin_specified_by_name) { in CanDebug() function in __anonb3f179880111::DummyProcess
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h72 bool CanDebug(lldb::TargetSP target_sp,
DProcessGDBRemote.cpp216 bool ProcessGDBRemote::CanDebug(lldb::TargetSP target_sp, in CanDebug() function in ProcessGDBRemote