Age | Commit message (Expand) | Author | Files | Lines |
2022-06-02 | ODR warning for "struct stack_item" | Tom Tromey | 1 | -11/+11 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -12/+12 |
2022-01-05 | Use filtered output in *-tdep commands | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-31 | Do not call reinitialize_more_filter from avr_io_reg_read_command | Tom Tromey | 1 | -2/+0 |
2021-11-18 | gdb: include gdbarch.h in all files extending gdbarch_tdep | Simon Marchi | 1 | -0/+1 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -15/+21 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -1/+1 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+1 |
2021-04-04 | gdb: fix internal error in avr_frame_unwind_cache | Simon Marchi | 1 | -1/+1 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -2/+4 |
2021-01-19 | trad-frame cleanups | Luis Machado | 1 | -3/+3 |
2021-01-04 | Refactor struct trad_frame_saved_regs | Luis Machado | 1 | -16/+17 |
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 | -179/+179 |
2020-09-14 | Use type_instance_flags more throughout | Pedro Alves | 1 | -7/+8 |
2020-05-25 | gdb: make avr_integer_to_address generate code or data address based on type | Cristiano De Alti | 1 | -1/+4 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -7/+7 |
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-12-04 | Fix doc of AVR-specific command "info io_registers" | Simon Marchi | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -12/+8 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -8/+12 |
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-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -2/+2 |
2018-04-07 | Make target_read_alloc & al return vectors | Simon Marchi | 1 | -21/+19 |
2018-02-21 | Pass readable_regcache to gdbarch method read_pc | Yao Qi | 1 | -2/+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 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -1/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-05-24 | Use XCNEW gdbarch_tdep | Yao Qi | 1 | -1/+1 |
2017-05-24 | Delegate opcodes to select disassembler in GDB | Yao Qi | 1 | -1/+0 |
2017-04-12 | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 1 | -0/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-03 | Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -3/+4 |
2016-11-03 | GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATION | Yao Qi | 1 | -9/+4 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-09-06 | Add some missing arch_..._type helpers | Ulrich Weigand | 1 | -3/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -3/+0 |
2016-03-05 | Fix argument passing for call | Denis Chertykov | 1 | -7/+9 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-11 | gdb: Make use of 'add_info' to create info sub-commands. | Andrew Burgess | 1 | -3/+2 |