Age | Commit message (Expand) | Author | Files | Lines |
2020-08-20 | Fix for incorrect breakpoint set in case of flang compiled binary | Alok Kumar Sharma | 1 | -3/+5 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -3/+3 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -3/+3 |
2020-05-16 | gdb: add type::name / type::set_name | Simon Marchi | 1 | -4/+4 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -13/+13 |
2020-04-30 | Use thiscall calling convention for class members | Hannes Domani | 1 | -7/+28 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -22/+6 |
2020-02-18 | Fix build with gcc-4.8.x | Bernd Edlinger | 1 | -1/+2 |
2020-02-14 | gdb: introduce displaced_step_closure_up type alias | Simon Marchi | 1 | -1/+1 |
2020-02-14 | gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr | Simon Marchi | 1 | -2/+3 |
2020-02-08 | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-26 | Make a bunch of functions static | Simon Marchi | 1 | -1/+1 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -3/+3 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-07-17 | gdb: Remove a non-const reference parameter | Andrew Burgess | 1 | -14/+11 |
2019-07-15 | Use field_string in more places | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-07-04 | i386/AArch64: Remove old xml tests | Alan Hayward | 1 | -24/+0 |
2019-06-28 | Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541) | Sergio Durigan Junior | 1 | -0/+29 |
2019-05-18 | gdb/fortran: Use floatformats_ia64_quad for fortran 16-byte floats | Andrew Burgess | 1 | -1/+3 |
2019-05-16 | Bool-ify stap-probe.c and stap-related code on i386-tdep.c | Sergio Durigan Junior | 1 | -31/+31 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-03-12 | Support the fs_base and gs_base registers on i386. | John Baldwin | 1 | -8/+25 |
2019-02-27 | gdb: Restructure type_align and gdbarch_type_align | Andrew Burgess | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-16 | Pass return_method to _push_dummy_call | Alan Hayward | 1 | -2/+3 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -2/+2 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -2/+4 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -2/+2 |
2018-05-30 | Remove regcache_raw_write_part | Simon Marchi | 1 | -3/+3 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -41/+18 |
2018-05-30 | Remove regcache_raw_read | Simon Marchi | 1 | -10/+9 |
2018-05-04 | Add fall-through comment to i386-tdep.c | Tom Tromey | 1 | -0/+1 |
2018-04-30 | Remove long_long_align_bit gdbarch attribute | Tom Tromey | 1 | -1/+0 |
2018-04-30 | Add initial type alignment support | Tom Tromey | 1 | -0/+26 |
2018-04-13 | infrun: step through indirect branch thunks | Markus Metzger | 1 | -0/+13 |
2018-02-24 | Remove cleanups from check_fast_tracepoint_sals | Tom Tromey | 1 | -5/+5 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -3/+3 |
2018-01-22 | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 1 | -39/+27 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+2 |