Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h32 llvm::Expected<unsigned> GetBreakpointSize(lldb::addr_t bp_addr) override;
H A DEmulateInstructionRISCV.cpp1819 RISCVSingleStepBreakpointLocationsPredictor::GetBreakpointSize( in GetBreakpointSize() function in lldb_private::RISCVSingleStepBreakpointLocationsPredictor
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeProcessSoftwareSingleStep.cpp134 auto bp_size = bp_locaions_predictor->GetBreakpointSize(bp_addr); in SetupSoftwareSingleStepping()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h50 GetBreakpointSize([[maybe_unused]] lldb::addr_t bp_addr) { in GetBreakpointSize() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h26 llvm::Expected<unsigned> GetBreakpointSize(lldb::addr_t bp_addr) override;
H A DEmulateInstructionARM.cpp14476 ARMSingleStepBreakpointLocationsPredictor::GetBreakpointSize( in GetBreakpointSize() function in ARMSingleStepBreakpointLocationsPredictor