Age | Commit message (Expand) | Author | Files | Lines |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol | Simon Marchi | 1 | -1/+2 |
2024-08-12 | gdb: make lookup_minimal_symbol objf and sfile parameters optional | Simon Marchi | 1 | -1/+1 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -5/+4 |
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 | -1/+2 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-02 | [gdb/tdep] Fix nr array elements in ppc64_aggregate_candidate | Tom de Vries | 1 | -1/+5 |
2023-05-01 | Replace field_is_static with a method | Tom Tromey | 1 | -1/+1 |
2023-04-21 | Use entry values for 32-bit PPC struct return | Tom Tromey | 1 | -2/+1 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -2/+2 |
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 | -8/+8 |
2023-01-20 | gdb: remove language.h include from frame.h | Simon Marchi | 1 | -0/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-06 | Cosmetic fix in ppc-sysv-tdep.c | Tom Tromey | 1 | -3/+4 |
2022-11-14 | PowerPC, fix support for printing the function return value for non-trivial v... | Carl Love | 1 | -0/+41 |
2022-11-14 | PowerPC, function ppc64_sysv_abi_return_value add missing return value conven... | Carl Love | 1 | -0/+4 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -98/+98 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -12/+12 |
2022-09-16 | [gdb/tdep] Fix PowerPC IEEE 128-bit format arg passing | Tom de Vries | 1 | -6/+19 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -11/+11 |
2022-07-15 | PowerPC: Add support for IEEE 128-bit format. | Carl Love | 1 | -18/+69 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-01-28 | gdb: fix ppc-sysv-tdep.c build on 32-bit platforms | John Baldwin | 1 | -1/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-02 | (PPC64) fix handling of fixed-point values when using "return" command | Joel Brobecker | 1 | -3/+19 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -11/+11 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -2/+2 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -1/+1 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -4/+4 |
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 | -29/+29 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 1 | -22/+22 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -2/+2 |
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-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -99/+99 |
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 | -2/+2 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
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-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -6/+5 |
2018-05-30 | Remove regcache_cooked_write_part | Simon Marchi | 1 | -11/+10 |
2018-05-30 | Remove regcache_cooked_read_part | Simon Marchi | 1 | -6/+6 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -105/+75 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -46/+36 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |