Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp194 const bool adjust_pc_if_needed = true; in SetStopInfoFrom_KDP_EXCEPTION() local
203adjust_pc_if_needed); in SetStopInfoFrom_KDP_EXCEPTION()
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.h66 bool adjust_pc_if_needed = false);
DStopInfoMachException.cpp275 bool adjust_pc_if_needed in CreateStopReasonWithMachException() argument
451 if (pc_decrement > 0 && adjust_pc_if_needed) in CreateStopReasonWithMachException()