Age | Commit message (Expand) | Author | Files | Lines |
2015-01-26 | Fix ARI warning in stack.c (return_command). | Mark Wielaard | 1 | -1/+1 |
2015-01-23 | Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally. | Mark Wielaard | 1 | -2/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -4/+4 |
2014-11-15 | expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial. | Doug Evans | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -8/+9 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-24 | constify stack.c | Tom Tromey | 1 | -2/+2 |
2014-07-22 | Fix read_frame_arg for optimized-out entry values. | Jan Kratochvil | 1 | -0/+2 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -6/+6 |
2014-05-30 | Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind. | Andrew Burgess | 1 | -2/+2 |
2014-05-30 | Rename frame_stop_reason_string to unwind_stop_reason_to_string. | Andrew Burgess | 1 | -2/+2 |
2014-05-21 | PR gdb/13860: make -interpreter-exec console "list" behave more like "list". | Pedro Alves | 1 | -10/+4 |
2014-04-27 | Make "set disassemble-next-line on" can work with DUMMY_FRAME, SIGTRAMP_FRAME... | Hui Zhu | 1 | -0/+7 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+2 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -7/+7 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -7/+8 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-08 | Avoid "may be used uninitialized" warning | Yao Qi | 1 | -1/+2 |
2013-12-06 | Fix "info frame" in the outermost frame. | Pedro Alves | 1 | -4/+23 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-09-17 | PR gdb/15911: "info threads" changes the default source and line (for "break"... | Pedro Alves | 1 | -11/+15 |
2013-08-20 | * blockframe.c: Remove #include "psymtab.h". | Doug Evans | 1 | -1/+0 |
2013-08-09 | gdb/ | Yao Qi | 1 | -1/+4 |
2013-08-08 | gdb/ | Yao Qi | 1 | -0/+21 |
2013-07-17 | * NEWS: Mention "set print raw frame-arguments". | Doug Evans | 1 | -0/+13 |
2013-07-09 | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 1 | -1/+1 |
2013-07-04 | http://sourceware.org/ml/gdb-patches/2013-07/msg00059.html | Andrew Burgess | 1 | -4/+0 |
2013-06-12 | 2013-06-12 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -11/+11 |
2013-05-22 | * ada-lang.c (is_known_support_routine): Add explicit free of | Keith Seitz | 1 | -7/+8 |
2013-05-10 | 2013-05-10 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -37/+84 |
2013-05-06 | Reimplement shared library support on ppc-aix... | Joel Brobecker | 1 | -4/+1 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -13/+15 |
2013-03-20 | * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops, | Tom Tromey | 1 | -1/+2 |
2013-03-07 | * breakpoint.c (catch_syscall_split_args): Use skip_spaces. | Keith Seitz | 1 | -2/+2 |
2013-02-08 | * stack.c (return_command): Work around uninitialized variable | Matthew Gretton-Dann | 1 | -1/+2 |
2013-02-06 | Allow struct 'return' on 32-bit sparc. | David S. Miller | 1 | -10/+15 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -1/+2 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -1/+4 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -2/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-25 | gdb/ | Jan Kratochvil | 1 | -2/+1 |
2012-12-24 | gdb/ | Jan Kratochvil | 1 | -2/+2 |
2012-09-26 | 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com> | Tom Tromey | 1 | -0/+2 |
2012-09-25 | * ada-valprint.c (ada_val_print_1): Eliminate single-use | Siddhesh Poyarekar | 1 | -5/+6 |
2012-07-19 | * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE. | Tom Tromey | 1 | -1/+2 |
2012-07-16 | gdb/ | Jan Kratochvil | 1 | -6/+46 |
2012-06-29 | * linespec.c: #include "stack.h". | Doug Evans | 1 | -1/+1 |