Home
last modified time | relevance | path

Searched refs:adjust_pc_if_needed (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp160 const bool adjust_pc_if_needed = true; in SetStopInfoFrom_KDP_EXCEPTION() local
165 adjust_pc_if_needed); in SetStopInfoFrom_KDP_EXCEPTION()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h46 bool pc_already_adjusted = true, bool adjust_pc_if_needed = false);
H A DStopInfoMachException.cpp525 bool pc_already_adjusted, bool adjust_pc_if_needed) { in CreateStopReasonWithMachException() argument
687 if (pc_decrement > 0 && adjust_pc_if_needed) in CreateStopReasonWithMachException()