Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBInstruction.h56 bool CanSetBreakpoint();
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBInstruction.cpp227 bool SBInstruction::CanSetBreakpoint() { in CanSetBreakpoint() function in SBInstruction
232 return inst_sp->CanSetBreakpoint(); in CanSetBreakpoint()
HDSBInstructionList.cpp92 if (!insn.CanSetBreakpoint()) in GetInstructionsCount()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDisassembler.h172 bool CanSetBreakpoint ();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDisassembler.cpp693 bool Instruction::CanSetBreakpoint () { in CanSetBreakpoint() function in Instruction
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp33590 result = (bool)(arg1)->CanSetBreakpoint(); in _wrap_SBInstruction_CanSetBreakpoint()