Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp216 bool SBInstruction::CanSetBreakpoint() { in CanSetBreakpoint() function in SBInstruction
217 LLDB_RECORD_METHOD_NO_ARGS(bool, SBInstruction, CanSetBreakpoint); in CanSetBreakpoint()
221 return inst_sp->CanSetBreakpoint(); in CanSetBreakpoint()
369 LLDB_REGISTER_METHOD(bool, SBInstruction, CanSetBreakpoint, ()); in RegisterMethods()
H A DSBInstructionList.cpp100 if (!insn.CanSetBreakpoint()) in GetInstructionsCount()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstruction.h54 bool CanSetBreakpoint();
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstruction.i60 CanSetBreakpoint ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h153 bool CanSetBreakpoint ();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp650 bool Instruction::CanSetBreakpoint () { in CanSetBreakpoint() function in Instruction
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp29663 result = (bool)(arg1)->CanSetBreakpoint(); in _wrap_SBInstruction_CanSetBreakpoint()