Age | Commit message (Expand) | Author | Files | Lines |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -22/+17 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -15/+25 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -9/+9 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -8/+3 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -8/+9 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -2/+2 |
2015-02-27 | Fix struct, union, and enum nesting in C++ | Tom Tromey | 1 | -17/+22 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-13 | Lift DWARF unwinder restriction in dwarf2-frame.c::dwarf2_frame_cfa | Joel Brobecker | 1 | -6/+6 |
2014-12-12 | split dwarf2_fetch_cfa_info from dwarf2_compile_expr_to_ax | Tom Tromey | 1 | -21/+19 |
2014-12-12 | MIPS: Keep the ISA bit in compressed code addresses | Maciej W. Rozycki | 1 | -3/+6 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -4/+4 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
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-04-17 | Use address_from_register in dwarf2-frame.c:read_addr_from_reg | Ulrich Weigand | 1 | -8/+2 |
2014-01-16 | record-btrace: extend unwinder | Markus Metzger | 1 | -0/+6 |
2014-01-16 | frame, cfa: check unwind stop reason first | Markus Metzger | 1 | -4/+4 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 1 | -1/+1 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-17 | "tfind" across unavailable-stack frames. | Pedro Alves | 1 | -5/+4 |
2013-11-26 | revert patch from 2013-11-22 | Tom Tromey | 1 | -4/+0 |
2013-11-22 | handle an unspecified return address column | Tom Tromey | 1 | -0/+4 |
2013-11-22 | Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ... | Pedro Alves | 1 | -15/+22 |
2013-11-22 | Revert "Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 ... | Pedro Alves | 1 | -22/+15 |
2013-11-22 | Eliminate dwarf2_frame_cache recursion, don't unwind from the dwarf2 sniffer ... | Pedro Alves | 1 | -15/+22 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | Simplify dwarf2-frame.c:read_addr_from_reg. | Pedro Alves | 1 | -6/+1 |
2013-11-17 | Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcs | Joel Brobecker | 1 | -6/+7 |
2013-11-14 | Fix DW_OP_GNU_regval_type with FP registers | Joel Brobecker | 1 | -0/+13 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -2/+2 |
2013-04-19 | -Wpointer-sign: dwarf2-frame.c: Pass unsigned variable to safe_read_uleb128. | Pedro Alves | 1 | -3/+3 |
2013-04-12 | * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now | Tom Tromey | 1 | -1/+1 |
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-09 | gdb/ | Jan Kratochvil | 1 | -4/+0 |
2012-08-16 | DWARF frame unwinder executes one too many rows | Joel Brobecker | 1 | -2/+3 |
2012-08-06 | * dwarf2-frame.c (clear_pointer_cleanup): New function. | Tom Tromey | 1 | -1/+14 |
2012-08-03 | * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before | Tom Tromey | 1 | -0/+1 |
2012-05-24 | * dwarf2-frame.c (execute_cfa_program): Update to handle long long -> | Doug Evans | 1 | -8/+8 |
2012-05-22 | * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end | Doug Evans | 1 | -135/+89 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+1 |
2012-04-28 | Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission | Doug Evans | 1 | -1/+2 |
2012-01-17 | 2012-01-17 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -0/+4 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-10-09 | gdb/ | Jan Kratochvil | 1 | -9/+97 |
2011-10-09 | gdb/ | Jan Kratochvil | 1 | -1/+2 |
2011-10-09 | gdb/ | Jan Kratochvil | 1 | -0/+1 |
2011-07-27 | gdb/ | Jan Kratochvil | 1 | -55/+6 |