Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -2/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -12/+10 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -10/+12 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -3/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -2/+1 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -6/+6 |
2018-10-03 | Change dwarf2_frame_state_reg_info::reg to be std::vector | Tom Tromey | 1 | -14/+14 |
2018-08-18 | Add support for DW_OP_GNU_variable_value | Kevin Buettner | 1 | -0/+5 |
2018-07-26 | gdb: Add switch to disable DWARF stack unwinders | Andrew Burgess | 1 | -0/+31 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -7/+6 |
2018-05-20 | Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible | Simon Marchi | 1 | -2/+1 |
2018-04-27 | Enable -Wsuggest-override | Tom Tromey | 1 | -10/+10 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-16 | Add selftests run filtering | Simon Marchi | 1 | -1/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-18 | Put selftests api into selftests namespace | Yao Qi | 1 | -1/+1 |
2017-08-11 | Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exception | Yao Qi | 1 | -14/+0 |
2017-08-11 | Class-fy dwarf2_frame_state_reg_info | Yao Qi | 1 | -80/+84 |
2017-08-11 | Class-fy dwarf2_frame_state | Yao Qi | 1 | -59/+45 |
2017-08-11 | Move dwarf2_frame_state_reg.exp_len to union .loc | Yao Qi | 1 | -8/+8 |
2017-04-26 | [gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to it | Jiong Wang | 1 | -80/+12 |
2017-02-20 | DWARF-5: call sites | Jan Kratochvil | 1 | -1/+1 |
2017-01-10 | Add scoped_value_mark | Tom Tromey | 1 | -4/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-21 | Make some dwarf_expr_context methods pure virtual | Tom Tromey | 1 | -0/+44 |
2016-10-21 | Convert dwarf_expr_context_funcs to methods | Tom Tromey | 1 | -39/+26 |
2016-10-21 | Convert DWARF expr functions to methods | Tom Tromey | 1 | -4/+4 |
2016-10-21 | Initial conversion of dwarf_expr_ctx | Tom Tromey | 1 | -16/+14 |
2016-07-14 | Remove unused variables | Tom Tromey | 1 | -2/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
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 |