Age | Commit message (Expand) | Author | Files | Lines |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+1 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 1 | -3/+3 |
2021-01-21 | gdb: convert arm to new-style debug macros | Simon Marchi | 1 | -19/+19 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
2021-01-19 | trad-frame cleanups | Luis Machado | 1 | -5/+5 |
2021-01-04 | Refactor struct trad_frame_saved_regs | Luis Machado | 1 | -30/+32 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -3/+6 |
2020-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -89/+91 |
2020-11-14 | gdb: fix comment in arm-tdep.c | Simon Marchi | 1 | -2/+1 |
2020-11-13 | gdb/arm: avoid undefined behavior shift when decoding immediate value | Simon Marchi | 1 | -23/+119 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -1208/+1208 |
2020-10-30 | gdb: introduce displaced_debug_printf | Simon Marchi | 1 | -210/+129 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -3/+4 |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -1/+1 |
2020-09-19 | Use gdb_bfd_sections in ELF osabi tag sniffing | Tom Tromey | 1 | -3/+4 |
2020-09-17 | Change management of tdesc_arch_data | Tom Tromey | 1 | -40/+21 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -3/+3 |
2020-09-14 | gdb: add type::is_vector / type::set_is_vector | Simon Marchi | 1 | -2/+2 |
2020-09-14 | gdb: remove TYPE_VARARGS | Simon Marchi | 1 | -1/+1 |
2020-09-14 | Fix exception stack unwinding for ARM Cortex-M | Fredrik Hederstierna | 1 | -8/+117 |
2020-08-20 | Fix for incorrect breakpoint set in case of flang compiled binary | Alok Kumar Sharma | 1 | -1/+3 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -3/+3 |
2020-05-27 | Fix PR 26000, logical bitwise error / prologue analyzer | Luis Machado | 1 | -1/+1 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -1/+1 |
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 | -2/+2 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -25/+24 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -20/+6 |
2020-03-12 | Cast to bfd_vma in arm-tdep.c | Tom Tromey | 1 | -2/+2 |
2020-02-14 | gnulib: import count-one-bits module and use it | Simon Marchi | 1 | -5/+7 |
2020-02-12 | Change booleans to bool in ARM's gdbarch_tdep | Christian Biesinger | 1 | -12/+14 |
2020-02-12 | Print more information in arm_dump_tdep | Christian Biesinger | 1 | -0/+14 |
2020-02-11 | Add missing \n in fprintf | Christian Biesinger | 1 | -1/+1 |
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-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -3/+3 |
2019-11-01 | [ARM, thumb] Fix disassembling bug after reloading a symbol file | Luis Machado | 1 | -10/+10 |
2019-10-31 | [ARM] Store exception handling information per-bfd instead of per-objfile | Luis Machado | 1 | -4/+5 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -7/+7 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -4/+4 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -2/+0 |
2019-09-20 | Move arm_apcs_32 extern declaration to header | Christian Biesinger | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -9/+8 |
2019-09-18 | bfd_asymbol_* macros | Alan Modra | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -2/+2 |
2019-07-23 | [gdb][Arm]: gdb cannot step across CMSE secure entry function code. | Srinath Parvathaneni | 1 | -0/+56 |
2019-07-19 | Arm: Remove unused feature files and tests | Alan Hayward | 1 | -18/+0 |
2019-07-19 | Arm: Add xml unit tests | Alan Hayward | 1 | -0/+18 |