Home
last modified time | relevance | path

Searched refs:SingleStepBreakpointLocationsPredictor (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h41 class SingleStepBreakpointLocationsPredictor {
43 SingleStepBreakpointLocationsPredictor( in SingleStepBreakpointLocationsPredictor() function
54 virtual ~SingleStepBreakpointLocationsPredictor() = default;
534 static std::unique_ptr<SingleStepBreakpointLocationsPredictor>
544 std::function<std::unique_ptr<SingleStepBreakpointLocationsPredictor>(
567 return std::make_unique<SingleStepBreakpointLocationsPredictor>( in GetSingleStepBreakpointLocationsPredictorCreator()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h24 : public SingleStepBreakpointLocationsPredictor {
28 : SingleStepBreakpointLocationsPredictor{std::move(emulator)} {} in RISCVSingleStepBreakpointLocationsPredictor()
H A DEmulateInstructionRISCV.cpp1796 return SingleStepBreakpointLocationsPredictor::GetBreakpointLocations( in GetBreakpointLocations()
1815 return SingleStepBreakpointLocationsPredictor::GetBreakpointLocations(status); in GetBreakpointLocations()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp591 std::unique_ptr<SingleStepBreakpointLocationsPredictor>
620 SingleStepBreakpointLocationsPredictor::GetBreakpointLocations(Status &status) { in GetBreakpointLocations()
640 lldb::addr_t SingleStepBreakpointLocationsPredictor::GetNextInstructionAddress( in GetNextInstructionAddress()
659 SingleStepBreakpointLocationsPredictor::GetBreakpointLocationAddress( in GetBreakpointLocationAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h20 : public SingleStepBreakpointLocationsPredictor {
24 : SingleStepBreakpointLocationsPredictor{std::move(emulator_up)} {} in ARMSingleStepBreakpointLocationsPredictor()