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

123

/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_AGG_FUNC.bad.d42 @counts["xyz"] = breakpoint();
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_LEN.badbreakpoint.d31 * breakpoint() should handle arguments passed as an error.
33 * SECTION: Actions and Subroutines/breakpoint()
40 breakpoint(1, 2);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dbreakpoint.h34 /* This is the maximum number of bytes a breakpoint instruction can take.
41 /* Type of breakpoint. */
42 /* FIXME In the future, we should fold all other breakpoint-like things into
52 bp_breakpoint, /* Normal breakpoint */
53 bp_hardware_breakpoint, /* Hardware assisted breakpoint */
60 bp_longjmp, /* secret breakpoint to find longjmp() */
61 bp_longjmp_resume, /* secret breakpoint to escape longjmp() */
73 This breakpoint has some interesting properties:
84 /* The breakpoint at the end of a call dummy. */
87 have no way of cleaning up the breakpoint i
287 struct breakpoint struct
[all...]
H A Dgdbthread.h28 struct breakpoint;
33 #include "breakpoint.h"
47 struct breakpoint *step_resume_breakpoint;
48 struct breakpoint *through_sigtramp_breakpoint;
120 struct breakpoint *step_resume_breakpoint,
121 struct breakpoint *through_sigtramp_breakpoint,
139 struct breakpoint **step_resume_breakpoint,
140 struct breakpoint **through_sigtramp_breakpoint,
H A Dbreakpoint.c28 #include "breakpoint.h"
63 static void enable_delete_breakpoint (struct breakpoint *);
67 static void enable_once_breakpoint (struct breakpoint *);
73 static void map_breakpoint_numbers (char *, void (*)(struct breakpoint *));
92 static int break_command_1 (char *, int, int, struct breakpoint *);
94 static void mention (struct breakpoint *);
96 struct breakpoint *set_raw_breakpoint (struct symtab_and_line, enum bptype);
98 static void check_duplicates (struct breakpoint *);
110 static bpstat bpstat_alloc (struct breakpoint *, bpstat);
170 static void do_enable_breakpoint (struct breakpoint *, enu
1922 bpstat_find_breakpoint(bpstat bsp, struct breakpoint *breakpoint) argument
6042 struct breakpoint *breakpoint; local
[all...]
H A Dthread.c71 struct breakpoint **breakpointp = (struct breakpoint **) arg;
296 struct breakpoint **step_resume_breakpoint,
297 struct breakpoint **through_sigtramp_breakpoint,
342 struct breakpoint *step_resume_breakpoint,
343 struct breakpoint *through_sigtramp_breakpoint,
H A Dannotate.c27 #include "breakpoint.h"
37 static void breakpoint_changed (struct breakpoint *);
86 printf_filtered ("\n\032\032breakpoint %d\n", num);
577 breakpoint_changed (struct breakpoint *b)
H A Dinfcmd.c154 /* Chain containing status of breakpoint(s) that we have stopped at. */
159 current breakpoint. */
185 and how to set the frame for the breakpoint used to step out. */
515 /* If have argument (besides '&'), set proceed count of breakpoint
524 ("Not stopped at any breakpoint; argument ignored.\n");
934 /* "signal 0" should not get stuck if we are stopped at a breakpoint.
945 that only source lines are printed out when we hit the breakpoint
1147 struct breakpoint *breakpoint;
1150 breakpoint
1138 struct breakpoint *breakpoint; local
1182 struct breakpoint *breakpoint; local
[all...]
H A Ddefs.h323 struct breakpoint;
1229 extern void (*create_breakpoint_hook) (struct breakpoint * b);
1230 extern void (*delete_breakpoint_hook) (struct breakpoint * bpt);
1231 extern void (*modify_breakpoint_hook) (struct breakpoint * bpt);
H A Dada-lang.h385 extern void ada_report_exception_break (struct breakpoint *);
/freebsd-10.2-release/contrib/gdb/gdb/gdbserver/
H A Dmem-break.c1 /* Memory breakpoint operations for the remote server for GDB.
31 struct breakpoint struct
33 struct breakpoint *next;
37 /* Non-zero iff we are stepping over this breakpoint. */
40 /* Non-NULL iff this breakpoint was inserted to step over
41 another one. Points to the other breakpoint (which is also
43 struct breakpoint *breakpoint_to_reinsert;
45 /* Function to call when we hit this breakpoint. */
49 struct breakpoint *breakpoints;
54 struct breakpoint *b
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_ACT_SPEC.SpeculateWithBreakPoint.d51 breakpoint();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp90 Breakpoint *breakpoint; local
91 breakpoint = m_thread.CalculateTarget()->CreateBreakpoint (m_addresses[i], true, false).get();
92 if (breakpoint != NULL)
94 m_break_ids[i] = breakpoint->GetID();
95 breakpoint->SetThreadID(m_thread.GetID());
96 breakpoint->SetBreakpointKind("run-to-address");
156 s->Printf (" using breakpoint: %d - ", m_break_ids[i]);
157 Breakpoint *breakpoint = m_thread.CalculateTarget()->GetBreakpointByID (m_break_ids[i]).get(); local
158 if (breakpoint)
159 breakpoint
[all...]
/freebsd-10.2-release/sys/ia64/include/
H A Dcpufunc.h49 breakpoint(void) function
/freebsd-10.2-release/sys/powerpc/include/
H A Dcpufunc.h42 void breakpoint(void);
45 breakpoint(void) function
/freebsd-10.2-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h55 const char *breakpoint; member in struct:fbsd_target_ops
96 /* If this flag is set, the pending status is a (GDB-placed) breakpoint. */
100 /* If this is non-zero, it is a breakpoint to be reinserted at our next
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointIDList.cpp144 result.AppendErrorWithFormat ("'%s' is not a valid breakpoint ID.\n", string_array[i]);
155 // an array of space-separated strings, and searches through the arguments for any breakpoint ID range specifiers.
157 // ID range specifiers are found, the range is interpreted and a list of canonical breakpoint IDs corresponding to
213 result.AppendErrorWithFormat ("'%d' is not a valid breakpoint ID.\n", bp_id);
244 result.AppendErrorWithFormat ("'%s' is not a valid breakpoint ID.\n", range_start.c_str());
253 result.AppendErrorWithFormat ("'%s' is not a valid breakpoint ID.\n", range_end);
265 result.AppendErrorWithFormat ("Invalid breakpoint id range: Either both ends of range must specify"
266 " a breakpoint location, or neither can specify a breakpoint location.\n");
271 // We have valid range starting & ending breakpoint ID
297 Breakpoint *breakpoint = breakpoints.GetBreakpointAtIndex (j).get(); local
[all...]
/freebsd-10.2-release/contrib/groff/src/roff/troff/
H A Dnode.h36 struct breakpoint;
90 virtual breakpoint *get_breakpoints(hunits, int, breakpoint * = 0, int = 0);
143 struct breakpoint { struct
144 breakpoint *next;
192 breakpoint *get_breakpoints(hunits, int, breakpoint * = 0, int = 0);
245 breakpoint *get_breakpoints(hunits, int, breakpoint * = 0, int = 0);
H A Denv.h101 struct breakpoint;
244 breakpoint *choose_breakpoint();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp69 "breakpoint set",
70 "Sets a breakpoint or set of breakpoints in the executable.",
71 "breakpoint set <cmd-options>"),
169 error.SetErrorStringWithFormat ("Unknown language type: '%s' for exception breakpoint", option_arg);
172 error.SetErrorStringWithFormat ("Unsupported language type: '%s' for exception breakpoint", option_arg);
376 // 1). -f -l -p [-s -g] (setting breakpoint by source location)
377 // 2). -a [-s -g] (setting breakpoint by address)
378 // 3). -n [-s -g] (setting breakpoint by function name)
379 // 4). -r [-s -g] (setting breakpoint by function name regular expression)
380 // 5). -p -f (setting a breakpoint b
1101 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); local
1221 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); local
1385 Breakpoint *breakpoint = breakpoints.GetBreakpointAtIndex (i).get(); local
1401 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); local
1725 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); local
1842 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); local
[all...]
/freebsd-10.2-release/sys/dev/twa/
H A Dtw_osl_inline.h317 #define tw_osl_breakpoint() breakpoint()
/freebsd-10.2-release/contrib/gdb/gdb/tui/
H A Dtui-winsource.c29 #include "breakpoint.h"
367 This is called whenever a breakpoint is inserted, removed or
400 struct breakpoint *bp;
401 extern struct breakpoint *breakpoint_chain;
409 /* Scan each breakpoint to see if the current line has something to
414 bp != (struct breakpoint *) NULL;
/freebsd-10.2-release/lib/msun/src/
H A Dmath_private.h545 #define breakpoint() asm("int $3") macro
549 #define breakpoint() raise(SIGTRAP) macro
/freebsd-10.2-release/sys/mips/include/
H A Dcpufunc.h344 breakpoint(void) function
/freebsd-10.2-release/sys/sparc64/include/
H A Dcpufunc.h207 breakpoint(void) function

Completed in 359 milliseconds

123