This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Daniel Jacobowitz <drow@mvista.com> writes:
+/* GDB maintains two groups of breakpoints and related events. One + group are the "implementation breakpoints"; these are minimal + structures used to manage stopping the program. They map to a specific + stop reason (trap at a particular PC, for instance). The other group + are "user breakpoints"; these carry higher-level information including + source locations and breakpoint conditions. */
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |