Age | Commit message (Expand) | Author | Files | Lines |
2001-06-26 | * stack.c (print_frame): For ui_out, output a list of arguments. | Andrew Cagney | 1 | -1/+1 |
2001-05-12 | s/ui_out_list/ui_out_tupple/ | Andrew Cagney | 1 | -6/+4 |
2001-04-08 | Use cleanup machinery to invoke ui_out_list_end(). | Kevin Buettner | 1 | -1/+6 |
2001-03-27 | * arch-utils.c (#include "gdbthread.h"): Removed. | J.T. Conklin | 1 | -2/+0 |
2001-03-21 | * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro | Andrew Cagney | 1 | -1/+1 |
2001-03-13 | Eliminate ARCH_NUM_REGS. | Andrew Cagney | 1 | -1/+1 |
2001-03-08 | Add comment (part of immediately previous commit). | David Taylor | 1 | -0/+5 |
2001-03-08 | * stack.c (parse_frame_specification): For one argument case, | David Taylor | 1 | -2/+9 |
2001-03-06 | Update/correct copyright notices. | Kevin Buettner | 1 | -2/+2 |
2001-02-10 | Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB. | Peter Schauer | 1 | -18/+0 |
2001-01-27 | * ui-out.c (do_list_end): New function. | Mark Kettenis | 1 | -2/+6 |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -3/+3 |
2000-11-06 | * stack.c (return_command): Pop dummy frame if we just returned from | Peter Schauer | 1 | -0/+6 |
2000-10-30 | * eval.c (parse_and_eval_long): New function. | David Taylor | 1 | -4/+4 |
2000-07-30 | Protoization. | Kevin Buettner | 1 | -147/+57 |
2000-06-04 | Eliminate PARAMS from function pointer declarations. | Kevin Buettner | 1 | -1/+1 |
2000-05-28 | PARAMS removal. | Kevin Buettner | 1 | -28/+29 |
2000-05-15 | Use make_cleanup_ui_out_stream_delete(). | Andrew Cagney | 1 | -1/+1 |
2000-02-29 | Add more checks for no stack frame. | Andrew Cagney | 1 | -0/+6 |
2000-02-08 | Clean up compiler warnings: | Jim Kingdon | 1 | -1/+1 |
2000-02-03 | import gdb-2000-02-02 snapshot | Jason Molenda | 1 | -1/+103 |
2000-02-02 | import gdb-2000-02-01 snapshot | Jason Molenda | 1 | -21/+18 |
2000-01-18 | import gdb-2000-01-17 snapshot | Jason Molenda | 1 | -114/+139 |
1999-10-26 | import gdb-1999-10-25 snapshot | Jason Molenda | 1 | -0/+1 |
1999-07-07 | import gdb-1999-07-07 post reformat | Jason Molenda | 1 | -253/+261 |
1999-06-01 | import gdb-1999-06-01 snapshot | Jason Molenda | 1 | -1/+3 |
1999-05-25 | import gdb-1999-05-25 snapshot | Jason Molenda | 1 | -6/+4 |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -12/+23 |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+2019 |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -2016/+0 |
1999-01-11 | * dwarf2read.c (dump_die): Change stderr gdb_stderr. | Stu Grossman | 1 | -1/+1 |
1998-12-31 | all remaining *.c *.h files from hp merge. | David Taylor | 1 | -69/+575 |
1998-12-10 | CARP: | Andrew Cagney | 1 | -13/+27 |
1995-11-19 | * solib.c (solib_address): Return the name of the containing solib. | Fred Fish | 1 | -3/+18 |
1995-08-01 | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1 | -1/+1 |
1995-07-31 | * configure.in: Check for unistd.h. | J.T. Conklin | 1 | -143/+173 |
1994-05-04 | * valprint.c (print_longest): Clarify comment about use_local. | Jim Kingdon | 1 | -21/+43 |
1994-01-27 | Fix many sins which will come up in 32 bit x 64 bit GDB, and | Jim Kingdon | 1 | -3/+2 |
1994-01-27 | Fix many sins which will come up in 32 bit x 64 bit GDB, and | Jim Kingdon | 1 | -32/+55 |
1994-01-19 | * infrun.c (normal_stop): Set stop_pc after popping the dummy frame | Peter Schauer | 1 | -8/+21 |
1993-12-30 | * breakpoint.c (breakpoint_chain): Make static. | Jim Kingdon | 1 | -1/+7 |
1993-11-03 | * stack.c (down_silently_command): Add comment about PR 1913. | Jim Kingdon | 1 | -1/+10 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -23/+50 |
1993-10-15 | * Move comments on bypassing call dummy breakpoint from stack.c | Jim Kingdon | 1 | -30/+24 |
1993-09-08 | some gcc lint | K. Richard Pixley | 1 | -10/+23 |
1993-08-16 | * blockframe.c (create_new_frame, get_prev_frame_info): | Peter Schauer | 1 | -7/+32 |
1993-07-08 | Revision to this change--use ->next != NULL, not just ->next, when | Jim Kingdon | 1 | -2/+2 |
1993-07-07 | * frame.h, blockframe.c, stack.c, a29k-tdep.c, | Jim Kingdon | 1 | -8/+9 |
1993-06-11 | * stack.c (print_frame_info): Use catch_errors around print_frame_args. | Jim Kingdon | 1 | -3/+25 |
1993-05-25 | * Many places: replace "the inferior" in messages with "the program" | Jim Kingdon | 1 | -3/+3 |