Age | Commit message (Expand) | Author | Files | Lines |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -2/+2 |
2022-04-02 | gdb: rename floatformats_ia64_quad to floatformats_ieee_quad | Tiezhu Yang | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -52/+52 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -1/+1 |
2022-03-06 | Simplify hppa-tdep.c use of objfile_key | Tom Tromey | 1 | -23/+10 |
2022-02-18 | Add constructor to bound_minimal_symbol | Tom Tromey | 1 | -1/+1 |
2022-01-31 | gdb: fix some clang-tidy readability-misleading-indentation warnings | Simon Marchi | 1 | -1/+1 |
2022-01-05 | Use filtered output in *-tdep commands | Tom Tromey | 1 | -15/+15 |
2022-01-05 | Use filtered output for gdbarch dump | Tom Tromey | 1 | -3/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -12/+10 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -11/+11 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+3 |
2021-06-28 | gdb: convert obj_section macros to methods | Simon Marchi | 1 | -5/+1 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -3/+3 |
2021-01-19 | trad-frame cleanups | Luis Machado | 1 | -12/+12 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -1/+1 |
2021-01-04 | Refactor struct trad_frame_saved_regs | Luis Machado | 1 | -19/+21 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -125/+125 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -8/+8 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -1/+1 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -1/+1 |
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 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -6/+6 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -3/+3 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-05-08 | Convert hppa-tdep.c to type-safe registry API | Tom Tromey | 1 | -10/+7 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -2/+0 |
2019-02-27 | gdb/hppa: Use default gdbarch method default_dummy_id. | Andrew Burgess | 1 | -9/+0 |
2019-01-17 | Make minimal symbol range adapter a method on objfile | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -2/+2 |
2019-01-09 | Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS | Tom Tromey | 1 | -13/+14 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -50/+49 |
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 | -4/+6 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+0 |
2018-05-30 | Remove regcache_cooked_write_part | Simon Marchi | 1 | -8/+7 |
2018-05-30 | Remove regcache_cooked_read_part | Simon Marchi | 1 | -4/+3 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -8/+6 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -1/+1 |
2018-05-20 | Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible | Simon Marchi | 1 | -5/+2 |
2018-02-21 | Pass readable_regcache to gdbarch method read_pc | Yao Qi | 1 | -3/+3 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -1/+1 |
2018-01-22 | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 1 | -1/+1 |