Age | Commit message (Expand) | Author | Files | Lines |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol | Simon Marchi | 1 | -5/+7 |
2024-08-12 | gdb: remove lookup_bound_minimal_symbol | Simon Marchi | 1 | -1/+1 |
2024-08-12 | gdb: make lookup_minimal_symbol objf and sfile parameters optional | Simon Marchi | 1 | -6/+4 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -10/+10 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -3/+3 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -1/+1 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -1/+1 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-05-07 | Remove ALL_OBJFILE_OSECTIONS | Tom Tromey | 1 | -8/+8 |
2023-03-18 | Unify arch_pointer_type and init_pointer_type | Tom Tromey | 1 | -1/+1 |
2023-03-18 | Remove arch_type | Tom Tromey | 1 | -2/+3 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -1/+1 |
2023-03-06 | gdb: fix -Wsingle-bit-bitfield-constant-conversion warning in z80-tdep.c | Simon Marchi | 1 | -5/+5 |
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-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -3/+3 |
2022-10-02 | gdb: final cleanup of various gdbarch_register_name methods | Andrew Burgess | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -1/+1 |
2022-08-16 | Remove register_gdbarch_init | Tom Tromey | 1 | -1/+1 |
2022-07-26 | gdb: rename gdbarch_tdep struct to fix g++ 4.8 build | Andrew Burgess | 1 | -1/+1 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -4/+4 |
2022-06-02 | ODR warnings for "struct insn_info" | Tom Tromey | 1 | -14/+14 |
2022-06-02 | ODR warnings from overlay constants | Tom Tromey | 1 | -6/+6 |
2022-06-02 | ODR warning for "struct instruction_type" | Tom Tromey | 1 | -2/+2 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -7/+6 |
2022-02-06 | gdb: remove SYMTAB_COMPUNIT macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove COMPUNIT_DEBUGFORMAT macro, add getter/setter | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
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 | -11/+15 |
2021-07-17 | Add basic Z80 CPU support | Sergey Belyashov | 1 | -0/+1461 |