Home
last modified time | relevance | path

Searched refs:CanSetBreakpoint (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h56 bool CanSetBreakpoint();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp226 bool SBInstruction::CanSetBreakpoint() { in CanSetBreakpoint() function in SBInstruction
231 return inst_sp->CanSetBreakpoint(); in CanSetBreakpoint()
H A DSBInstructionList.cpp94 if (!insn.CanSetBreakpoint()) in GetInstructionsCount()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h172 bool CanSetBreakpoint ();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp727 bool Instruction::CanSetBreakpoint () { in CanSetBreakpoint() function in Instruction
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp34063 result = (bool)(arg1)->CanSetBreakpoint(); in _wrap_SBInstruction_CanSetBreakpoint()