Age | Commit message (Expand) | Author | Files | Lines |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -2/+2 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -3/+3 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -8/+8 |
2020-05-06 | gdb: handle endbr64 instruction in amd64_analyze_prologue | Simon Marchi | 1 | -0/+19 |
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 | -4/+4 |
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 |
2019-10-16 | [gdb/tdep] Fix inferior call arg passing for amd64 | Tom de Vries | 1 | -47/+67 |
2019-10-16 | [gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_arguments | Tom de Vries | 1 | -0/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-07-04 | i386/AArch64: Remove old xml tests | Alan Hayward | 1 | -23/+0 |
2019-04-24 | Fix passing of struct with bitfields on x86-64 | Tom Tromey | 1 | -4/+6 |
2019-04-15 | Fix AMD64 return value ABI in expression evaluation | Leszek Swirski | 1 | -11/+33 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -9/+6 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -20/+16 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -16/+20 |
2019-03-12 | Support the fs_base and gs_base registers on i386. | John Baldwin | 1 | -9/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-16 | Pass return_method to _push_dummy_call | Alan Hayward | 1 | -6/+7 |
2018-10-21 | Allocate buffer with proper size in amd64_pseudo_register_{read_value,write} | Simon Marchi | 1 | -13/+18 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -1/+0 |
2018-06-29 | x86_64-windows GDB crash due to fs_base/gs_base registers | Pedro Alves | 1 | -7/+10 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -4/+4 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -6/+4 |
2018-05-30 | Remove regcache_cooked_write | Simon Marchi | 1 | -3/+3 |
2018-05-30 | Remove regcache_raw_write_part | Simon Marchi | 1 | -3/+3 |
2018-05-30 | Remove regcache_raw_read_part | Simon Marchi | 1 | -2/+2 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -6/+5 |
2018-05-30 | Remove regcache_raw_read | Simon Marchi | 1 | -6/+5 |
2018-05-08 | gdb/x86: Handle kernels using compact xsave format | Andrew Burgess | 1 | -6/+16 |
2018-04-13 | infrun: step through indirect branch thunks | Markus Metzger | 1 | -0/+14 |
2018-04-07 | Fix generation of x86-64 gdbarch with osabi none (PR 22979) | Simon Marchi | 1 | -1/+23 |
2018-03-06 | gdb/amd64: Ignore zero sized fields when calling functions | Andrew Burgess | 1 | -2/+3 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -1/+1 |
2018-01-22 | Replace regcache_raw_read with regcache->raw_read | Yao Qi | 1 | -5/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-04 | Fix displaced-stepping RIP-relative VEX-encoded instructions (AVX) (PR gdb/22... | Pedro Alves | 1 | -9/+49 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -6/+6 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -20/+18 |
2017-09-26 | Move GDB producer parsing routines to a separate file | Walfred Tedeschi | 1 | -0/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-05 | Convert the rest x86 target descriptions | Yao Qi | 1 | -29/+37 |
2017-08-09 | Remove x32 non-linux target descriptions | Yao Qi | 1 | -8/+0 |
2017-07-25 | Make amd64_x32_init_abi and amd64_init_abi argument constant | Yao Qi | 1 | -2/+2 |