Age | Commit message (Expand) | Author | Files | Lines |
2023-01-17 | Remove two unused fields from gdbarch | Tom Tromey | 1 | -4/+0 |
2023-01-11 | gdb: Update gdbarch.py with latest changes in gdbarch.c | Thiago Jung Bauermann | 1 | -3/+3 |
2023-01-03 | Don't emit gdbarch_return_value | Tom Tromey | 1 | -33/+37 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-05 | gdbarch.py: Fix indentation in the generated set_gdbarch_* definitions | Thiago Jung Bauermann | 1 | -7/+14 |
2022-12-05 | gdbarch.py: Fix indentation in the generated gdbarch_dump function | Thiago Jung Bauermann | 1 | -12/+8 |
2022-10-31 | Inline initialization of gdbarch members | Tom Tromey | 1 | -9/+10 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+4 |
2022-10-02 | gdb: add asserts to gdbarch_register_name | Andrew Burgess | 1 | -1/+20 |
2022-08-04 | Use registry in gdbarch | Tom Tromey | 1 | -2/+2 |
2022-08-04 | Use new and delete for gdbarch | Tom Tromey | 1 | -17/+9 |
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 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -7/+7 |
2022-03-18 | gdb: run black to format some Python files | Simon Marchi | 1 | -0/+1 |
2022-03-14 | gdb/gdbarch: compare some fields against 0 verify_gdbarch | Andrew Burgess | 1 | -0/+10 |
2022-03-02 | Move copyright code from gdbarch.py to new file | Tom Tromey | 1 | -25/+4 |
2022-01-05 | Use filtered output for gdbarch dump | Tom Tromey | 1 | -4/+4 |
2022-01-01 | Manual copyright year update of various GDB files | Joel Brobecker | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-17 | Add new gdbarch generator | Simon Marchi | 1 | -0/+526 |