Age | Commit message (Expand) | Author | Files | Lines |
2024-11-08 | [gdb/tdep] Use raw_supply_zeroed in i387_supply_xsave | Tom de Vries | 1 | -20/+19 |
2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 1 | -199/+20 |
2024-06-18 | gdb: rename offset to high bits in ymm registers | Felix Willgerodt | 1 | -9/+10 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -3/+3 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-14 | gdb: make get_frame_register_bytes take the next frame | Simon Marchi | 1 | -5/+5 |
2023-12-14 | gdb: make put_frame_register take the next frame | Simon Marchi | 1 | -1/+1 |
2023-12-14 | gdb: make put_frame_register take an array_view | Simon Marchi | 1 | -2/+4 |
2023-11-27 | i386: Use a fallback XSAVE layout for remote targets | John Baldwin | 1 | -0/+48 |
2023-08-28 | gdb: Use x86_xstate_layout to parse the XSAVE extended state area. | John Baldwin | 1 | -190/+277 |
2023-08-28 | core: Support fetching x86 XSAVE layout from architectures. | John Baldwin | 1 | -0/+55 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -3/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -3/+3 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -10/+10 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -45/+45 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -31/+31 |
2022-01-02 | Use filtered output in print_i387_ext | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -10/+13 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -1/+1 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -2/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -5/+5 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -3/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+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-08 | x86-64: fix ZMM register state tracking | Jan Beulich | 1 | -14/+26 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -20/+20 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -74/+60 |
2018-05-30 | Remove regcache_raw_write | Simon Marchi | 1 | -1/+1 |
2018-05-22 | gdb/x86: Fix `-Wstrict-overflow' build error in `i387_collect_xsave' | Maciej W. Rozycki | 1 | -1/+1 |
2018-05-11 | gdb/x86: Fix write out of mxcsr register for xsave targets | Andrew Burgess | 1 | -2/+2 |
2018-05-08 | gdb/x86: Handle kernels using compact xsave format | Andrew Burgess | 1 | -335/+432 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-06 | Target FP: Remove convert_typed_floating from tdep files | Ulrich Weigand | 1 | -2/+2 |
2017-11-06 | Target FP: Add string routines to target-float.{c,h} | Ulrich Weigand | 1 | -4/+3 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -6/+6 |
2017-10-24 | Target FP printing: Use floatformat_to_string in tdep code | Ulrich Weigand | 1 | -13/+4 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -1/+0 |
2017-05-24 | Get register contents by register_size instead of TYPE_LENGTH | Yao Qi | 1 | -1/+2 |
2017-05-24 | Restrict i387_convert_register_p | Yao Qi | 1 | -2/+3 |
2017-03-07 | amd64-mpx: initialize BND register before performing inferior calls. | Walfred Tedeschi | 1 | -0/+17 |
2017-02-24 | Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZE | Alan Hayward | 1 | -1/+1 |