Age | Commit message (Expand) | Author | Files | Lines |
2003-11-06 | * breakpoint.h (struct bp_location): Add section. | Daniel Jacobowitz | 1 | -2/+4 |
2003-11-06 | * breakpoint.h (struct bp_location): Add a chain pointer. | Daniel Jacobowitz | 1 | -0/+3 |
2003-11-06 | * breakpoint.h (enum bp_loc_type, struct bp_location): New. | Daniel Jacobowitz | 1 | -22/+68 |
2003-10-13 | * breakpoint.h (struct breakpoint): Add new member | Kevin Buettner | 1 | -0/+8 |
2003-10-06 | 2003-10-06 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -3/+2 |
2003-04-27 | * breakpoint.h (struct breakpoint_ops): New. | Daniel Jacobowitz | 1 | -0/+21 |
2003-04-21 | 2003-04-21 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -1/+1 |
2003-02-20 | 2003-02-19 David Carlton <carlton@math.stanford.edu> | David Carlton | 1 | -0/+1 |
2003-02-04 | 2003-02-04 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -4/+4 |
2003-01-15 | 2003-01-14 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 1 | -1/+1 |
2002-12-11 | 2002-12-06 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -6/+4 |
2002-11-18 | 2002-11-18 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -5/+0 |
2002-11-10 | 2002-11-10 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 1 | -1/+10 |
2002-08-16 | * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to | Andrew Cagney | 1 | -1/+1 |
2002-06-10 | * infrun.c (struct inferior_status): Replace fields | Andrew Cagney | 1 | -4/+4 |
2002-02-06 | 2002-02-04 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -1/+10 |
2001-10-20 | * breakpoint.h, breakpoint.c: Ditto. | Andrew Cagney | 1 | -3/+5 |
2001-08-02 | The following changes avoid polluting global namespace with the | Eli Zaretskii | 1 | -11/+11 |
2001-05-06 | * breakpoint.c (check_duplicates): Use the breakpoint's type, not | Jim Blandy | 1 | -10/+9 |
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -2/+2 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -1/+2 |
2000-10-27 | Corrected spelling errors in comments. | David Anderson | 1 | -4/+4 |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -78/+72 |
2000-05-15 | Cleanup delete_breakpoint cleanups. | Andrew Cagney | 1 | -0/+4 |
2000-03-29 | Fix various GCC warnings. | Andrew Cagney | 1 | -0/+4 |
2000-02-03 | import gdb-2000-02-02 snapshot | Jason Molenda | 1 | -0/+6 |
1999-12-14 | import gdb-1999-12-13 snapshot | Jason Molenda | 1 | -0/+14 |
1999-11-02 | import gdb-1999-11-01 snapshot | Jason Molenda | 1 | -11/+15 |
1999-10-26 | import gdb-1999-10-25 snapshot | Jason Molenda | 1 | -4/+19 |
1999-10-19 | import gdb-1999-10-18 snapshot | Jason Molenda | 1 | -1/+11 |
1999-09-22 | import gdb-1999-09-21 | Jason Molenda | 1 | -3/+23 |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 1 | -2/+3 |
1999-08-23 | import gdb-1999-08-23 snapshot | Jason Molenda | 1 | -25/+40 |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -333/+339 |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -0/+1 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+604 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -604/+0 |
1999-01-19 | disable_breakpoints_in_shlibs now takes a new parameter -- silent; callers | David Taylor | 1 | -1/+1 |
1998-12-31 | all remaining *.c *.h files from hp merge. | David Taylor | 1 | -5/+184 |
1996-05-02 | * From Peter Schauer: | Jeff Law | 1 | -57/+105 |
1994-02-25 | * breakpoint.h (enum bptype): New type bp_through_sigtramp. | Jim Kingdon | 1 | -9/+19 |
1993-10-15 | * Move comments on bypassing call dummy breakpoint from stack.c | Jim Kingdon | 1 | -0/+6 |
1993-10-07 | * breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function | Jim Kingdon | 1 | -4/+4 |
1993-09-21 | * breakpoint.c (breakpoint_1): Support bp_call_dummy. | Jim Kingdon | 1 | -3/+0 |
1993-09-18 | * defs.h (make_cleanup): Change PTR to void * when inside PARAMS. | Jim Kingdon | 1 | -113/+143 |
1993-04-09 | * breakpoint.h (struct bpstat): Remove momentary field. | Jim Kingdon | 1 | -16/+58 |
1993-03-29 | * breakpoint.{c,h}: Add exp_string to struct breakpoint and use | Jim Kingdon | 1 | -72/+85 |
1992-02-22 | * infrun.c, infcmd.c, breakpoint.c, main.c, symfile.c, | Stu Grossman | 1 | -33/+183 |
1991-03-28 | Initial revision | K. Richard Pixley | 1 | -0/+129 |