Age | Commit message (Expand) | Author | Files | Lines |
2002-09-22 | * source.c (get_current_or_default_source_symtab_and_line): Remove | Fernando Nasser | 1 | -1/+3 |
2002-09-20 | * source.c: Make global variables current_source_symtab and | Fernando Nasser | 1 | -6/+7 |
2002-08-29 | * stack.c (print_frame_info_base): Always set current_source_symtab | Keith Seitz | 1 | -4/+6 |
2002-08-28 | * stack.c (select_frame): Add FIXME concerning selected-frame | Keith Seitz | 1 | -2/+15 |
2002-07-11 | * stack.c (print_frame): Use result of frame_address_in_block() | Corinna Vinschen | 1 | -4/+4 |
2002-06-10 | * infrun.c (struct inferior_status): Replace fields | Andrew Cagney | 1 | -11/+0 |
2002-06-01 | * stack.c (frame_info): Use frame_register_unwind instead of | Andrew Cagney | 1 | -30/+75 |
2002-05-05 | * stack.c (select_and_print_frame): Make static. Delete the | Andrew Cagney | 1 | -18/+4 |
2002-05-05 | * frame.h (select_frame): Delete level parameter. | Andrew Cagney | 1 | -43/+11 |
2002-04-26 | * stack.c (selected_frame_level): | Andrew Cagney | 1 | -8/+0 |
2002-04-21 | * frame.h (selected_frame_level): Document as deprecated. | Andrew Cagney | 1 | -11/+33 |
2002-04-10 | * stack.c (select_frame): Cleanup internal error message, do not | Andrew Cagney | 1 | -2/+3 |
2002-04-10 | * stack.c (select_frame): Check that selected_frame and the | Andrew Cagney | 1 | -0/+32 |
2002-04-05 | gdb/ChangeLog: | Jim Blandy | 1 | -6/+10 |
2002-03-23 | * defs.h (error): Add printf format attribute. | Andrew Cagney | 1 | -1/+1 |
2002-02-14 | 2002-02-13 Martin M. Hunt <hunt@redhat.com> | Martin Hunt | 1 | -1/+4 |
2002-01-17 | Remove else clause to #if UI_OUT. | Andrew Cagney | 1 | -67/+6 |
2002-01-13 | * stack.c (print_frame_info_base): Print the frame's pc | Keith Seitz | 1 | -9/+20 |
2001-11-10 | s/value_ptr/struct value */ | Andrew Cagney | 1 | -2/+2 |
2001-11-06 | 2001-11-06 Fred Fish <fnf@redhat.com> | Fred Fish | 1 | -1/+0 |
2001-10-16 | * value.h (value_as_address): Rename value_as_pointer. | Andrew Cagney | 1 | -2/+2 |
2001-10-12 | 2001-10-12 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 1 | -16/+3 |
2001-07-14 | * utils.c (query): Remove tui hacks; tui must use the query_hook. | Stephane Carrez | 1 | -60/+4 |
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 |