Searched refs:breakpoint (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-10.2-release/contrib/gdb/gdb/
H A Ds390-tdep.c2731 breakpoint. */
2861 static unsigned char breakpoint[] = { 0x0, 0x1 }; local
2863 *lenptr = sizeof (breakpoint);
2864 return breakpoint;
3001 /* Amount PC must be decremented by after a breakpoint. This is
/freebsd-10.2-release/sys/powerpc/aim/
H A Dtrap_subr64.S731 ASENTRY_NOPROF(breakpoint)
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp2670 // // Don't do anything about these events, since the breakpoint commands already echo these actions.
2678 BreakpointSP breakpoint = Breakpoint::BreakpointEventData::GetBreakpointFromEvent(event_sp); local
2682 output_sp->Printf("%d location%s added to breakpoint %d\n",
2685 breakpoint->GetID());
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp226 bp_loc: an lldb.SBBreakpointLocation for the breakpoint location information
274 error_sp->Printf ("Warning: No command attached to breakpoint.\n");
300 error_sp->Printf ("Warning: No command attached to breakpoint.\n");
1093 // Set a Python one-liner as the callback for the breakpoint.
1101 // The former is used to generate callback description (as in breakpoint command list)
H A DCommandInterpreter.cpp344 cmd_obj_sp = GetCommandSPExact ("breakpoint set", false);
378 m_command_dict["breakpoint"]= CommandObjectSP (new CommandObjectMultiwordBreakpoint (*this));
401 const char *break_regexes[][2] = {{"^(.*[^[:space:]])[[:space:]]*:[[:space:]]*([[:digit:]]+)[[:space:]]*$", "breakpoint set --file '%1' --line %2"},
402 {"^([[:digit:]]+)[[:space:]]*$", "breakpoint set --line %1"},
403 {"^\\*?(0x[[:xdigit:]]+)[[:space:]]*$", "breakpoint set --address %1"},
404 {"^[\"']?([-+]?\\[.*\\])[\"']?[[:space:]]*$", "breakpoint set --name '%1'"},
405 {"^(-.*)$", "breakpoint set %1"},
406 {"^(.*[^[:space:]])`(.*[^[:space:]])[[:space:]]*$", "breakpoint set --name '%2' --shlib '%1'"},
407 {"^\\&(.*[^[:space:]])[[:space:]]*$", "breakpoint set --name '%1' --skip-prologue=0"},
408 {"^(.*[^[:space:]])[[:space:]]*$", "breakpoint se
[all...]
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3592 % breakpoint, therefore no \nobreak needed.
3605 % following glue (such as a \parskip) would be a breakpoint. For example:
3963 % Loop until we get a decent breakpoint.
4538 % Do not let the kern be a potential breakpoint, as it would be if it
4543 % glue accumulate. (Not a breakpoint because it's preceded by a
4549 % section headings. Otherwise, it would insert a valid breakpoint between:
5325 \medskip % preceded by discardable penalty, so not a breakpoint
6690 % after the caption, to avoid chance of it being a breakpoint.
/freebsd-10.2-release/contrib/amd/doc/
H A Dtexinfo.tex3418 % breakpoint, therefore no \nobreak needed.
3431 % following glue (such as a \parskip) would be a breakpoint. For example:
3789 % Loop until we get a decent breakpoint.
4364 % Do not let the kern be a potential breakpoint, as it would be if it
4369 % glue accumulate. (Not a breakpoint because it's preceded by a
4375 % section headings. Otherwise, it would insert a valid breakpoint between:
5129 \medskip % preceded by discardable penalty, so not a breakpoint
6489 % after the caption, to avoid chance of it being a breakpoint.
/freebsd-10.2-release/contrib/groff/doc/
H A Dtexinfo.tex3490 % breakpoint, therefore no \nobreak needed.
3503 % following glue (such as a \parskip) would be a breakpoint. For example:
3861 % Loop until we get a decent breakpoint.
4436 % Do not let the kern be a potential breakpoint, as it would be if it
4441 % glue accumulate. (Not a breakpoint because it's preceded by a
4447 % section headings. Otherwise, it would insert a valid breakpoint between:
5201 \medskip % preceded by discardable penalty, so not a breakpoint
6561 % after the caption, to avoid chance of it being a breakpoint.
/freebsd-10.2-release/sys/dev/bce/
H A Dif_bce.c9630 "breakpoint", CTLTYPE_INT | CTLFLAG_RW,
9632 bce_sysctl_breakpoint, "I", "Driver breakpoint");
11593 breakpoint();

Completed in 303 milliseconds

123