Age | Commit message (Expand) | Author | Files | Lines |
2008-10-28 | gdb | Tom Tromey | 1 | -5/+14 |
2008-10-03 | 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -1/+1 |
2008-09-25 | * stack.c (print_frame_args): Fix typos in comments. | Joel Brobecker | 1 | -2/+2 |
2008-09-11 | * stack.c (return_command): Use frame architecture to determine | Ulrich Weigand | 1 | -2/+4 |
2008-08-26 | * dummy-frame.h (dummy_frame_pop): Add prototype. | Ulrich Weigand | 1 | -23/+2 |
2008-08-21 | * ax-gdb.c (gen_var_ref): Use SYMBOL_LINKAGE_NAME. | Daniel Jacobowitz | 1 | -45/+31 |
2008-08-16 | * gdbthread.h: Add comments. | Pedro Alves | 1 | -0/+3 |
2008-07-15 | Revert frame_unwind_caller_pc / frame_unwind_caller_id. | Daniel Jacobowitz | 1 | -11/+3 |
2008-07-15 | * frame.c (frame_unwind_id): Renamed to ... | Daniel Jacobowitz | 1 | -3/+11 |
2008-07-09 | Add "executing" property to threads. | Pedro Alves | 1 | -0/+4 |
2008-05-27 | * symtab.h (enum address_class): Remove LOC_REGPARM and | Andreas Schwab | 1 | -18/+13 |
2008-05-22 | * symtab.h (enum address_class): Remove LOC_BASEREG and | Ulrich Weigand | 1 | -3/+0 |
2008-05-22 | * symtab.h (enum address_class): Remove LOC_LOCAL_ARG. | Ulrich Weigand | 1 | -2/+0 |
2008-05-19 | * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter. | Ulrich Weigand | 1 | -2/+2 |
2008-05-06 | * valprint.c (val_print): Add new language parameter and use it | Joel Brobecker | 1 | -1/+11 |
2008-05-03 | * breakpoint.c (create_exception_catchpoint): Remove prototype | Thiago Jung Bauermann | 1 | -8/+0 |
2008-04-22 | doc/ChangeLog: | Corinna Vinschen | 1 | -3/+4 |
2008-03-17 | * stack.c (print_stack_frame, print_frame): Use RETURN_MASK_ERROR. | Daniel Jacobowitz | 1 | -2/+2 |
2008-01-11 | * exec.c: #include "arch-utils.h" | Markus Deuling | 1 | -13/+13 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-12-13 | Remove unused support for target-based exception catching. | Jim Blandy | 1 | -16/+3 |
2007-12-04 | Support lexical blocks and function bodies that occupy | Jim Blandy | 1 | -0/+4 |
2007-11-21 | 2007-11-21 Markus Deuling <deuling@de.ibm.com> | Markus Deuling | 1 | -6/+6 |
2007-11-09 | * stack.c (print_this_frame_argument_p): Handle arguments passed | Joel Brobecker | 1 | -0/+2 |
2007-11-09 | * stack.c (print_frame_arguments_choices): New static global. | Joel Brobecker | 1 | -16/+74 |
2007-11-02 | 2007-11-02 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -1/+3 |
2007-10-13 | * gdbarch.sh (deprecated_use_struct_convention): Remove. | Ulrich Weigand | 1 | -16/+0 |
2007-10-12 | * block.h (struct block): Remove "gcc_compile_flag" member. | Ulrich Weigand | 1 | -1/+1 |
2007-10-10 | 2007-10-10 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -17/+19 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-08-18 | 2007-08-17 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 1 | -0/+4 |
2007-07-25 | 2007-07-05 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 1 | -0/+1 |
2007-06-18 | 2007-06-18 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -1/+1 |
2007-06-18 | 2007-06-18 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -9/+14 |
2007-06-16 | * regcache.c (struct regcache): Add ptid_t member. | Ulrich Weigand | 1 | -1/+1 |
2007-06-09 | 2007-06-09 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -3/+4 |
2007-06-06 | 2007-06-06 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -5/+5 |
2007-05-31 | 2007-05-31 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -1/+2 |
2007-03-29 | 2007-03-29 Denis Pilat <denis.pilat@st.com> | Denis Pilat | 1 | -0/+2 |
2007-02-27 | * frame.c (deprecated_selected_frame): Rename to... | Daniel Jacobowitz | 1 | -20/+3 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -2/+2 |
2006-10-18 | * frame.c (struct frame_info): Add stop_reason. | Daniel Jacobowitz | 1 | -0/+26 |
2006-05-19 | Checked in under the 'obvious fix rule' | Fred Fish | 1 | -1/+1 |
2006-03-30 | * frame.h (set_current_sal_from_frame): New prototype. | Daniel Jacobowitz | 1 | -3/+1 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -3/+3 |
2005-08-18 | * stack.c: Reformat. Improve comments. Include "valprint.h". | Mark Kettenis | 1 | -448/+390 |
2005-08-05 | Reviewed and approved by Mark Kettenis <mark.kettenis@xs4all.nl> | Fred Fish | 1 | -5/+5 |
2005-08-01 | Reviewed/approved by Daniel Jacobowitz <dan@codesourcery.com> | Fred Fish | 1 | -16/+0 |
2005-05-22 | 2005-05-22 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -1/+1 |
2005-05-18 | 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com> | Daniel Jacobowitz | 1 | -0/+6 |