Age | Commit message (Expand) | Author | Files | Lines |
2001-02-08 | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 1 | -6/+12 |
2001-01-31 | Replace strsave() with xstrdup(). | Andrew Cagney | 1 | -4/+4 |
2001-01-18 | * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT) | Andrew Cagney | 1 | -1/+1 |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -42/+42 |
2000-12-01 | 2000-11-30 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 1 | -0/+1 |
2000-11-27 | * remote.c (remote_write_bytes): Add default case to switch | Andrew Cagney | 1 | -2/+4 |
2000-10-30 | * eval.c (parse_and_eval_long): New function. | David Taylor | 1 | -2/+2 |
2000-10-27 | Corrected spelling errors in comments. | David Anderson | 1 | -2/+2 |
2000-08-30 | 2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 1 | -1/+1 |
2000-08-03 | Protoization. | Kevin Buettner | 1 | -9/+3 |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -349/+148 |
2000-07-07 | * breakpoint.c (bpstat_what): Keep returning | Mark Kettenis | 1 | -1/+1 |
2000-06-12 | 2000-06-12 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 1 | -2/+2 |
2000-06-04 | Eliminate PARAMS from function pointer declarations. | Kevin Buettner | 1 | -1/+1 |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -121/+79 |
2000-05-15 | Cleanup delete_breakpoint cleanups. | Andrew Cagney | 1 | -5/+22 |
2000-05-15 | Use make_cleanup_ui_out_stream_delete(). | Andrew Cagney | 1 | -2/+2 |
2000-03-30 | 2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 1 | -3/+3 |
2000-03-29 | Fix various GCC warnings. | Andrew Cagney | 1 | -1/+1 |
2000-03-28 | 2000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | Michael Snyder | 1 | -0/+21 |
2000-03-28 | 2000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> | Michael Snyder | 1 | -4/+4 |
2000-03-21 | 2000-03-21 Eli Zaretskii <eliz@is.elta.co.il> | Michael Snyder | 1 | -0/+11 |
2000-03-21 | 2000-03-20 Eli Zaretskii <eliz@is.elta.co.il> | Michael Snyder | 1 | -45/+85 |
2000-02-23 | Add mi/ and testsuite/gdb.mi/ subdirectories. | Andrew Cagney | 1 | -0/+45 |
2000-02-03 | import gdb-2000-02-02 snapshot | Jason Molenda | 1 | -0/+373 |
2000-01-11 | import gdb-2000-01-10 snapshot | Jason Molenda | 1 | -10/+17 |
2000-01-06 | import gdb-2000-01-05 snapshot | Jason Molenda | 1 | -110/+313 |
1999-12-22 | import gdb-1999-12-21 snapshot | Jason Molenda | 1 | -3/+2 |
1999-12-14 | import gdb-1999-12-13 snapshot | Jason Molenda | 1 | -229/+341 |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 1 | -3/+1 |
1999-11-17 | import gdb-1999-11-16 snapshot | Jason Molenda | 1 | -0/+9 |
1999-11-09 | import gdb-1999-11-08 snapshot | Jason Molenda | 1 | -7/+8 |
1999-11-02 | import gdb-1999-11-01 snapshot | Jason Molenda | 1 | -47/+200 |
1999-10-26 | import gdb-1999-10-25 snapshot | Jason Molenda | 1 | -156/+193 |
1999-10-19 | import gdb-1999-10-18 snapshot | Jason Molenda | 1 | -31/+44 |
1999-10-05 | import gdb-1999-10-04 snapshot | Jason Molenda | 1 | -4/+6 |
1999-09-28 | import gdb-1999-09-28 snapshot | Jason Molenda | 1 | -12/+6 |
1999-09-22 | import gdb-1999-09-21 | Jason Molenda | 1 | -29/+109 |
1999-09-09 | import gdb-1999-09-08 snapshot | Stan Shebs | 1 | -9/+5 |
1999-08-31 | import gdb-1999-08-30 snapshot | Jason Molenda | 1 | -2/+10 |
1999-08-23 | import gdb-1999-08-23 snapshot | Jason Molenda | 1 | -203/+329 |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -2066/+2109 |
1999-07-05 | import gdb-1999-07-05 snapshot | Jason Molenda | 1 | -5/+71 |
1999-06-01 | import gdb-1999-06-01 snapshot | Jason Molenda | 1 | -0/+6 |
1999-05-25 | import gdb-1999-05-25 snapshot | Jason Molenda | 1 | -0/+1 |
1999-05-19 | import gdb-1999-0519 | Jason Molenda | 1 | -1/+1 |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -49/+77 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+6686 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -6624/+0 |
1999-01-19 | disable_breakpoints_in_shlibs now takes a new parameter -- silent; callers | David Taylor | 1 | -9/+13 |