Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-12-08 | ppc: recognize all program traps | Jan Vrany | 1 | -0/+65 |
2021-12-08 | ppc: use "trap" ("tw, 31, 0, 0") as breakpoint instruction | Jan Vrany | 1 | -2/+2 |
2021-11-18 | gdb: PowerPC fix gdb.base/break-interp.exp | Carl Love | 1 | -9/+1 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -61/+60 |
2021-11-02 | [gdb/tdep, rs6000] Don't skip system call in skip_prologue | Tom de Vries | 1 | -0/+6 |
2021-10-28 | gdb: add add_setshow_prefix_cmd | Simon Marchi | 1 | -7/+5 |
2021-10-13 | PPC fix for stfiwx instruction (and additional stores with primary opcode of 31) | Carl Love | 1 | -4/+4 |
2021-06-29 | gdb: add names to unwinders, add debug messages when looking for unwinder | Simon Marchi | 1 | -0/+2 |
2021-06-28 | gdb: remove gdbarch_info_init | Simon Marchi | 1 | -3/+1 |
2021-06-07 | Add Power 10 PLT instruction patterns | Carl Love | 1 | -0/+8 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -8/+8 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -3/+6 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -2/+2 |
2021-04-13 | Fix build failure for 32-bit targets with --enable-targets=all | Luis Machado | 1 | -2/+4 |
2021-04-12 | [PATCH] gdb-power10-single-step | Will Schmidt | 1 | -9/+49 |
2021-04-12 | [PATCH, rs6000, v3][PR gdb/27525] displaced stepping across addpcis/lnia. | Will Schmidt | 1 | -1/+26 |
2021-04-12 | RS6000 Add support to print vector register contents as float128 | Carl Love | 1 | -0/+6 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -1/+2 |
2021-01-19 | trad-frame cleanups | Luis Machado | 1 | -4/+2 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -4/+8 |
2021-01-04 | Refactor struct trad_frame_saved_regs | Luis Machado | 1 | -13/+14 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: make displaced stepping implementation capable of managing multiple buffers | Simon Marchi | 1 | -1/+1 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -2/+76 |
2020-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -7/+9 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -205/+205 |
2020-10-30 | gdb: introduce displaced_debug_printf | Simon Marchi | 1 | -28/+13 |
2020-10-30 | gdb: rs6000_dwarf2_reg_to_regnum return -1 for unknown register number | Simon Marchi | 1 | -2/+3 |
2020-10-29 | gdb: remove parameter of gdbarch_displaced_step_hw_singlestep | Simon Marchi | 1 | -2/+1 |
2020-10-20 | gdb: make gdbarch_displaced_step_hw_singlestep return bool | Simon Marchi | 1 | -2/+2 |
2020-09-17 | Change management of tdesc_arch_data | Tom Tromey | 1 | -122/+62 |
2020-09-14 | gdb: add type::is_vector / type::set_is_vector | Simon Marchi | 1 | -2/+2 |
2020-05-16 | gdb: add type::name / type::set_name | Simon Marchi | 1 | -2/+2 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -3/+3 |
2020-04-24 | Rename "variant" to "ppc_variant" | Tom Tromey | 1 | -5/+5 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -22/+6 |
2020-02-18 | Fix build with gcc-4.8.x | Bernd Edlinger | 1 | -1/+2 |
2020-02-14 | gdb: introduce displaced_step_closure_up type alias | Simon Marchi | 1 | -1/+1 |
2020-02-14 | gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr | Simon Marchi | 1 | -2/+2 |
2020-02-08 | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |