Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h62 bool pc_already_adjusted = true, bool adjust_pc_if_needed = false);
H A DStopInfoMachException.cpp598 bool pc_already_adjusted, bool adjust_pc_if_needed) { in CreateStopReasonWithMachException() argument
773 if (pc_decrement > 0 && adjust_pc_if_needed) in CreateStopReasonWithMachException()