Age | Commit message (Expand) | Author | Files | Lines |
2024-07-15 | gdb: pass program space to entry_point_address | Simon Marchi | 1 | -1/+1 |
2024-05-10 | Change gdbarch_inner_than to return bool | Tom Tromey | 1 | -4/+4 |
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-04-19 | gdb: Introduce is_address_tagged target hook | Gustavo Romero | 1 | -1/+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 | -3/+3 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -4/+5 |
2024-02-06 | gdb: remove core_bfd macro | Simon Marchi | 1 | -1/+1 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-10-16 | gdb: replace architecture_changed with new_architecture observer | Andrew Burgess | 1 | -0/+2 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -10/+2 |
2023-10-10 | gdb: move set_target_gdbarch to inferior::set_arch | Simon Marchi | 1 | -12/+8 |
2023-10-10 | gdb: add inferior parameter to architecture_changed observable | Simon Marchi | 1 | -1/+2 |
2023-10-10 | gdb: add inferior::{arch, set_arch} | Simon Marchi | 1 | -2/+2 |
2023-10-04 | corefile/bug: Add hook to control the use of target description notes from co... | Luis Machado | 1 | -0/+10 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -1/+1 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-04-21 | Handle erroneous DW_AT_call_return_pc | Tom Tromey | 1 | -0/+6 |
2023-04-18 | PowerPC: fix _Float128 type output string | Carl Love | 1 | -0/+7 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-02 | gdb: add supports_arch_info callback to gdbarch_register | Lancelot SIX | 1 | -2/+7 |
2023-01-05 | gdb: make gdbarch_alloc take ownership of the tdep | Simon Marchi | 1 | -1/+1 |
2023-01-03 | Don't emit gdbarch_return_value | Tom Tromey | 1 | -18/+18 |
2023-01-03 | Add new overload of gdbarch_return_value | Tom Tromey | 1 | -0/+18 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-16 | [aarch64] Fix removal of non-address bits for PAuth | Luis Machado | 1 | -0/+8 |
2022-11-30 | [gdb] Improve printing of float formats | Tom de Vries | 1 | -4/+4 |
2022-11-14 | PowerPC, fix support for printing the function return value for non-trivial v... | Carl Love | 1 | -0/+6 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -22/+11 |
2022-10-17 | Fix null pointer representations | TaiseiIto | 1 | -9/+9 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -3/+3 |
2022-10-02 | gdb: update now gdbarch_register_name doesn't return nullptr | Andrew Burgess | 1 | -2/+1 |
2022-09-20 | Move solib_ops into gdbarch | Tom Tromey | 1 | -0/+1 |
2022-08-16 | Remove register_gdbarch_init | Tom Tromey | 1 | -9/+1 |
2022-08-04 | Use registry in gdbarch | Tom Tromey | 1 | -109/+3 |
2022-08-04 | Use new and delete for gdbarch | Tom Tromey | 1 | -8/+4 |
2022-08-04 | Use bool in gdbarch | 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 | -2/+4 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -64/+64 |
2022-01-26 | Fix another crash with gdb parameters in Python | Tom Tromey | 1 | -2/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Use filtered output in show callbacks | Tom Tromey | 1 | -8/+8 |
2021-12-29 | Send arch-utils error messages to gdb_stderr | Tom Tromey | 1 | -4/+7 |
2021-12-17 | Move ordinary gdbarch code to arch-utils | Tom Tromey | 1 | -0/+488 |
2021-11-16 | gdb: Add aliases for read_core_file_mappings callbacks | Aaron Merey | 1 | -10/+5 |
2021-08-12 | gdb: make gdbarch_printable_names return a vector | Simon Marchi | 1 | -11/+14 |
2021-06-28 | gdb: remove gdbarch_info_init | Simon Marchi | 1 | -25/+1 |