Lines Matching refs:skip_prologue
1294 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByLocation() local
1296 … = target_sp->CreateBreakpoint (NULL, *sb_file_spec, line, check_inlines, skip_prologue, internal); in BreakpointCreateByLocation()
1328 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByName() local
1333 …eBreakpoint (&module_spec_list, NULL, symbol_name, eFunctionNameTypeAuto, skip_prologue, internal); in BreakpointCreateByName()
1337 …get_sp->CreateBreakpoint (NULL, NULL, symbol_name, eFunctionNameTypeAuto, skip_prologue, internal); in BreakpointCreateByName()
1372 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByName() local
1378 skip_prologue, in BreakpointCreateByName()
1406 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByNames() local
1412 skip_prologue, in BreakpointCreateByNames()
1450 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByRegex() local
1457 … = target_sp->CreateFuncRegexBreakpoint (&module_spec_list, NULL, regexp, skip_prologue, internal); in BreakpointCreateByRegex()
1461 … *sb_bp = target_sp->CreateFuncRegexBreakpoint (NULL, NULL, regexp, skip_prologue, internal); in BreakpointCreateByRegex()
1488 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByRegex() local
1490 …eateFuncRegexBreakpoint (module_list.get(), comp_unit_list.get(), regexp, skip_prologue, internal); in BreakpointCreateByRegex()