Lines Matching refs:skip_prologue
263 LazyBool skip_prologue, in CreateBreakpoint() argument
299 if (skip_prologue == eLazyBoolCalculate) in CreateBreakpoint()
300 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
306 skip_prologue)); in CreateBreakpoint()
342 LazyBool skip_prologue, in CreateBreakpoint() argument
350 if (skip_prologue == eLazyBoolCalculate) in CreateBreakpoint()
351 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
357 skip_prologue)); in CreateBreakpoint()
368 LazyBool skip_prologue, in CreateBreakpoint() argument
377 if (skip_prologue == eLazyBoolCalculate) in CreateBreakpoint()
378 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
383 skip_prologue)); in CreateBreakpoint()
395 LazyBool skip_prologue, in CreateBreakpoint() argument
403 if (skip_prologue == eLazyBoolCalculate) in CreateBreakpoint()
404 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
410 skip_prologue)); in CreateBreakpoint()
480 LazyBool skip_prologue, in CreateFuncRegexBreakpoint() argument
486 … skip_prologue == eLazyBoolCalculate ? GetSkipPrologue() : skip_prologue)); in CreateFuncRegexBreakpoint()