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