Age | Commit message (Expand) | Author | Files | Lines |
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-03-22 | Use std::string for disassembler options | Tom Tromey | 1 | -1/+1 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -17/+17 |
2024-02-12 | rs6000, unwind-on-each-instruction fix. | Carl Love | 1 | -6/+47 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-24 | gdb: make value::allocate_register_lazy store id of next non-inline frame | Simon Marchi | 1 | -5/+2 |
2023-12-24 | gdb: add type parameter to value::allocate_register and add value::allocate_r... | Simon Marchi | 1 | -9/+4 |
2023-12-24 | gdb: pass non-nullptr frame to gdbarch_value_from_register in address_from_re... | Simon Marchi | 1 | -6/+4 |
2023-12-24 | gdb: pass frame_info_ptr to gdbarch_value_from_register | Simon Marchi | 1 | -8/+8 |
2023-12-22 | gdb: fix refactoring hiccup in rs6000_register_to_value | Kévin Le Gouguec | 1 | -1/+1 |
2023-12-14 | gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist... | Simon Marchi | 1 | -2/+2 |
2023-12-14 | gdb: make get_frame_register_bytes take the next frame | Simon Marchi | 1 | -5/+5 |
2023-12-14 | gdb: make put_frame_register take the next frame | Simon Marchi | 1 | -1/+1 |
2023-12-14 | gdb: make put_frame_register take an array_view | Simon Marchi | 1 | -3/+4 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -26/+26 |
2023-11-08 | rs6000, Fix test gdb.base/store.exp | Carl Love | 1 | -1/+64 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -1/+1 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -2/+2 |
2023-08-17 | [gdb/build, c++20] Fix Wdeprecated-enum-enum-conversion | Tom de Vries | 1 | -1/+2 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-04-21 | Use entry values for 32-bit PPC struct return | Tom Tromey | 1 | -2/+1 |
2023-04-21 | Handle erroneous DW_AT_call_return_pc | Tom Tromey | 1 | -0/+19 |
2023-04-06 | gdb: fix reg corruption from displaced stepping on amd64 | Andrew Burgess | 1 | -1/+11 |
2023-03-29 | gdb: move displaced_step_dump_bytes into gdbsupport (and rename) | Andrew Burgess | 1 | -1/+1 |
2023-03-27 | displaced step: pass down target_waitstatus instead of gdb_signal | Pedro Alves | 1 | -2/+2 |
2023-03-18 | Unify arch_float_type and init_float_type | Tom Tromey | 1 | -1/+2 |
2023-03-13 | gdb: add gdbarch::displaced_step_buffer_length | Andrew Burgess | 1 | -2/+4 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -16/+16 |
2023-02-27 | Remove old GNU indent directives | Tom Tromey | 1 | -2/+0 |
2023-01-05 | gdb: make gdbarch_alloc take ownership of the tdep | Simon Marchi | 1 | -4/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-20 | sim: move register headers into sim/ namespace [PR sim/29869] | Mike Frysinger | 1 | -1/+1 |
2022-11-14 | PowerPC, fix support for printing the function return value for non-trivial v... | Carl Love | 1 | -1/+5 |
2022-11-04 | PowerPC update comments for the MMA instruction name changes. | Carl Love | 1 | -30/+43 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -11/+7 |
2022-10-11 | gdb: fix auxv caching | Simon Marchi | 1 | -2/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -17/+17 |
2022-09-29 | Constify target_desc declarations | Keith Seitz | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -2/+2 |
2022-08-04 | Use registry in gdbarch | Tom Tromey | 1 | -1/+1 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -1/+1 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -66/+66 |
2022-04-26 | Add recording support for the ISA 3.1 PowerPC instructions. | Carl Love | 1 | -26/+1169 |
2022-04-07 | gdb: make gdbarch_register_reggroup_p take a const reggroup * | Andrew Burgess | 1 | -1/+1 |
2022-04-02 | gdb: rename floatformats_ia64_quad to floatformats_ieee_quad | Tiezhu Yang | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -18/+18 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Use correct stream for process record output | Tom Tromey | 1 | -1/+1 |