Age | Commit message (Expand) | Author | Files | Lines |
2023-11-29 | Remove gdb_static_assert | Tom Tromey | 1 | -1/+1 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 1 | -3/+3 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -2/+3 |
2023-05-01 | Remove evaluate_expression | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn record_latest_value into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -2/+2 |
2023-01-05 | gdb: make gdbarch_alloc take ownership of the tdep | Simon Marchi | 1 | -3/+3 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -4/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -10/+10 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -6/+6 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -4/+4 |
2022-06-15 | gdb: refactor the non-printing disassemblers | Andrew Burgess | 1 | -23/+6 |
2022-05-27 | Fix crash with "maint print arc" | Tom Tromey | 1 | -5/+5 |
2022-04-07 | gdb: always add the default register groups | Andrew Burgess | 1 | -17/+0 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -13/+13 |
2022-02-07 | gdb/disasm: combine the no printing disassembler setup code | Andrew Burgess | 1 | -8/+2 |
2022-01-05 | Use filtered output for gdbarch dump | Tom Tromey | 1 | -10/+10 |
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 | -10/+10 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -2/+3 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+2 |
2021-06-05 | arc: Add 'set disassembler-options' support | Shahab Vahedi | 1 | -2/+4 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -1/+1 |
2021-01-26 | gdb: Add default reggroups for ARC | Shahab Vahedi | 1 | -0/+18 |
2021-01-26 | arc: Log "pc" value in "arc_skip_prologue" | Anton Kolesov | 1 | -1/+1 |
2021-01-19 | trad-frame cleanups | Luis Machado | 1 | -2/+2 |
2021-01-13 | gdb: convert arc to new-style debug macros | Simon Marchi | 1 | -83/+52 |
2021-01-13 | gdb: turn arc_debug into a bool | Simon Marchi | 1 | -8/+8 |
2021-01-04 | Refactor struct trad_frame_saved_regs | Luis Machado | 1 | -5/+6 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-22 | arc: Add support for signal handlers | Anton Kolesov | 1 | -0/+123 |
2020-11-17 | gdb/arc: fix print_one_insn selftest | Andrew Burgess | 1 | -0/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -33/+33 |
2020-10-07 | arc: Add support for Linux coredump files | Anton Kolesov | 1 | -3/+2 |
2020-10-07 | arc: Rename "arc_gdbarch_features" struct | Shahab Vahedi | 1 | -7/+7 |
2020-09-17 | Change management of tdesc_arch_data | Tom Tromey | 1 | -9/+8 |
2020-08-25 | arc: Add GNU/Linux support for ARC | Anton Kolesov | 1 | -2/+1 |
2020-08-25 | arc: Add hardware loop detection | Shahab Vahedi | 1 | -4/+35 |
2020-08-25 | arc: Add ARCv2 XML target along with refactoring | Shahab Vahedi | 1 | -236/+416 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -3/+3 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -13/+5 |
2020-03-16 | arc: Migrate to new target features | Anton Kolesov | 1 | -18/+41 |
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 | -3/+3 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -2/+2 |
2019-10-23 | Fix opcodes includes | Tom Tromey | 1 | -1/+1 |