Age | Commit message (Expand) | Author | Files | Lines |
2000-02-03 | import gdb-2000-02-02 snapshot | Jason Molenda | 1 | -0/+53 |
2000-02-01 | import gdb-2000-01-31 snapshot | Jason Molenda | 1 | -4/+23 |
2000-01-11 | import gdb-2000-01-10 snapshot | Jason Molenda | 1 | -9/+17 |
1999-12-22 | import gdb-1999-12-21 snapshot | Jason Molenda | 1 | -0/+9 |
1999-12-07 | import gdb-1999-12-06 snapshot | Jason Molenda | 1 | -15/+139 |
1999-11-09 | import gdb-1999-11-08 snapshot | Jason Molenda | 1 | -60/+36 |
1999-10-05 | import gdb-1999-10-04 snapshot | Jason Molenda | 1 | -6/+5 |
1999-09-28 | import gdb-1999-09-28 snapshot | Jason Molenda | 1 | -23/+32 |
1999-08-09 | import gdb-1999-08-09 snapshot | Jason Molenda | 1 | -12/+7 |
1999-07-19 | import gdb-1999-07-19 snapshot | Jason Molenda | 1 | -2/+2 |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -254/+262 |
1999-07-07 | import gdb-1999-07-07 pre reformat | Jason Molenda | 1 | -2/+4 |
1999-07-05 | import gdb-1999-07-05 snapshot | Jason Molenda | 1 | -53/+324 |
1999-05-25 | import gdb-1999-05-25 snapshot | Jason Molenda | 1 | -6/+8 |
1999-05-05 | import gdb-19990504 snapshot | Stan Shebs | 1 | -7/+9 |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -44/+41 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+1553 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -1541/+0 |
1998-12-31 | all remaining *.c *.h files from hp merge. | David Taylor | 1 | -11/+130 |
1998-12-28 | hp merge changes -- too numerous to mention here; see ChangeLog and | David Taylor | 1 | -37/+67 |
1996-07-28 | * configure.in: Add test for "long long" support. | Fred Fish | 1 | -0/+8 |
1996-07-26 | See gdb ChangeLog entry with header: | Fred Fish | 1 | -2/+11 |
1996-05-06 | * fork-child.c (fork_inferior), inferior.h: init_trace_fun now | Stu Grossman | 1 | -1/+1 |
1996-04-28 | * breakpoint.c (delete_breakpoint): Fix bpt->val, bpt->exp | Peter Schauer | 1 | -5/+4 |
1996-03-30 | * core-aout.c (fetch_core_registers): Cast core_reg_size to int | Fred Fish | 1 | -3/+6 |
1996-03-08 | * infcmd.c (do_registers_info): Ignore anonymous registers. | Stan Shebs | 1 | -2/+7 |
1996-01-04 | * symtab.h (namespace enum): becomes typedef to avoid namespace | Steve Chamberlain | 1 | -4/+12 |
1995-09-14 | * symfile.c: Move global variable auto_solib_add_at_startup from | Kung Hsu | 1 | -2/+0 |
1995-09-12 | * infcmd.c (attach_command): Add solibs only when | Kung Hsu | 1 | -2/+5 |
1995-08-01 | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1 | -4/+3 |
1995-01-14 | * infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1, | Jim Kingdon | 1 | -1/+5 |
1995-01-13 | * infcmd.c (signal_command): Accept "signal 0"; the change to not | Jim Kingdon | 1 | -2/+6 |
1995-01-08 | * target.c, target.h (target_signal_from_command): New function. | Jim Kingdon | 1 | -79/+45 |
1994-10-08 | The point of these changes is to avoid reading the frame pointer | Jim Kingdon | 1 | -15/+23 |
1994-07-14 | Breakpoint hit counts, from Bob Rusk (rrusk@mail.csd.harris.com). | Stan Shebs | 1 | -80/+14 |
1994-01-18 | * infcmd.c (signal_command): Accept 0 as legitimate signal number. | Jim Kingdon | 1 | -8/+9 |
1994-01-04 | * target.h: Add enum target_waitkind, enum target_signal, and | Jim Kingdon | 1 | -32/+43 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -9/+9 |
1993-10-31 | * objfiles.h, infcmd.c, symfile.c: Add comments about how various | Jim Kingdon | 1 | -1/+21 |
1993-09-28 | Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1 | -3/+9 |
1993-09-22 | infcmd.c (step_1), | K. Richard Pixley | 1 | -2/+1 |
1993-09-18 | * defs.h (make_cleanup): Change PTR to void * when inside PARAMS. | Jim Kingdon | 1 | -0/+40 |
1993-09-13 | add comment | Jim Kingdon | 1 | -0/+1 |
1993-09-13 | * inferior.h, infrun.c, thread.c, infcmd.c: Remove all uses of | Jim Kingdon | 1 | -2/+1 |
1993-08-27 | * infcmd.c, inferior.h (run_stack_dummy): If we stop somewhere | Jim Kingdon | 1 | -58/+15 |
1993-07-11 | * infrun.c: Remove step_resume_{duplicate,shadow}. Replace | Jim Kingdon | 1 | -3/+4 |
1993-07-08 | * infcmd.c (run_stack_dummy): New argument name. | Jim Kingdon | 1 | -4/+15 |
1993-07-06 | * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}. | Jim Kingdon | 1 | -14/+84 |
1993-05-19 | * blockframe.c (get_prev_frame_info): If pc in sigtramp, set | Jim Kingdon | 1 | -7/+20 |
1993-05-18 | * infcmd.c (step_1): Fix poorly worded error message. | Jim Kingdon | 1 | -7/+24 |