Age | Commit message (Expand) | Author | Files | Lines |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -3/+3 |
2023-11-16 | gdb: mips: Change E_MIPS_* to EF_MIPS_* | Ying Huang | 1 | -8/+8 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -6/+9 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -2/+2 |
2023-05-01 | Replace field_is_static with a method | Tom Tromey | 1 | -1/+1 |
2023-03-28 | Rename "raw" to "unrelocated" | Tom Tromey | 1 | -2/+2 |
2023-03-28 | Use unrelocated_addr in minimal symbols | Tom Tromey | 1 | -2/+4 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -3/+3 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -8/+8 |
2023-01-05 | gdb: make gdbarch_alloc take ownership of the tdep | Simon Marchi | 1 | -3/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-25 | gdb: remove spurious spaces after frame_info_ptr | Simon Marchi | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -28/+23 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -48/+48 |
2022-10-02 | gdb: update now gdbarch_register_name doesn't return nullptr | Andrew Burgess | 1 | -6/+2 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -56/+58 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -25/+25 |
2022-07-21 | gdb/mips: rewrite show_mask_address | Andrew Burgess | 1 | -20/+17 |
2022-06-15 | gdb: add new base class to gdb_disassembler | Andrew Burgess | 1 | -2/+2 |
2022-05-10 | gdb: mips: Fix large-frame.exp test case failure | Youling Tang | 1 | -0/+3 |
2022-04-27 | gdb: remove BLOCK_{START,END} macros | Simon Marchi | 1 | -2/+2 |
2022-04-13 | gdb: fix clang build failure in msymbol_is_mips | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove MSYMBOL_TARGET_FLAG_{1,2} macros | Simon Marchi | 1 | -2/+2 |
2022-04-11 | gdb: remove minimal symbol size macros | Simon Marchi | 1 | -2/+2 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -4/+4 |
2022-04-07 | gdb: make gdbarch_register_reggroup_p take a const reggroup * | Andrew Burgess | 1 | -2/+2 |
2022-04-06 | gdb: mips: Fix the handling of complex type of function return value | Youling Tang | 1 | -10/+24 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -271/+271 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -4/+4 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -20/+20 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -1/+1 |
2022-01-31 | gdb: fix some clang-tidy readability-misleading-indentation warnings | Simon Marchi | 1 | -1/+1 |
2022-01-05 | Use filtered output in *-tdep commands | Tom Tromey | 1 | -3/+3 |
2022-01-05 | Use filtered output for gdbarch dump | Tom Tromey | 1 | -27/+27 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Consistently Use ui_file parameter to show callbacks | Tom Tromey | 1 | -4/+5 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -62/+102 |
2021-10-29 | gdb: remove TYPE_FIELD_BITPOS | Simon Marchi | 1 | -2/+2 |
2021-10-29 | gdb: remove FIELD_BITPOS macro | Simon Marchi | 1 | -4/+2 |
2021-10-28 | gdb: add add_setshow_prefix_cmd | Simon Marchi | 1 | -7/+5 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -5/+5 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+4 |
2021-06-28 | gdb: remove gdbarch_info_init | Simon Marchi | 1 | -5/+0 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -1/+1 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -11/+14 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -3/+3 |
2021-01-19 | trad-frame cleanups | Luis Machado | 1 | -11/+11 |