Age | Commit message (Expand) | Author | Files | Lines |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -2/+2 |
2023-08-17 | [gdb/build, c++20] Fix Wdeprecated-enum-enum-conversion | Tom de Vries | 1 | -1/+2 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-04-21 | Use entry values for 32-bit PPC struct return | Tom Tromey | 1 | -2/+1 |
2023-04-21 | Handle erroneous DW_AT_call_return_pc | Tom Tromey | 1 | -0/+19 |
2023-04-06 | gdb: fix reg corruption from displaced stepping on amd64 | Andrew Burgess | 1 | -1/+11 |
2023-03-29 | gdb: move displaced_step_dump_bytes into gdbsupport (and rename) | Andrew Burgess | 1 | -1/+1 |
2023-03-27 | displaced step: pass down target_waitstatus instead of gdb_signal | Pedro Alves | 1 | -2/+2 |
2023-03-18 | Unify arch_float_type and init_float_type | Tom Tromey | 1 | -1/+2 |
2023-03-13 | gdb: add gdbarch::displaced_step_buffer_length | Andrew Burgess | 1 | -2/+4 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -16/+16 |
2023-02-27 | Remove old GNU indent directives | Tom Tromey | 1 | -2/+0 |
2023-01-05 | gdb: make gdbarch_alloc take ownership of the tdep | Simon Marchi | 1 | -4/+4 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-20 | sim: move register headers into sim/ namespace [PR sim/29869] | Mike Frysinger | 1 | -1/+1 |
2022-11-14 | PowerPC, fix support for printing the function return value for non-trivial v... | Carl Love | 1 | -1/+5 |
2022-11-04 | PowerPC update comments for the MMA instruction name changes. | Carl Love | 1 | -30/+43 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -11/+7 |
2022-10-11 | gdb: fix auxv caching | Simon Marchi | 1 | -2/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -17/+17 |
2022-09-29 | Constify target_desc declarations | Keith Seitz | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -2/+2 |
2022-08-04 | Use registry in gdbarch | Tom Tromey | 1 | -1/+1 |
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 |