Age | Commit message (Expand) | Author | Files | Lines |
2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 1 | -65/+2 |
2024-06-14 | gdb/gdbserver: share x86/linux tdesc caching | Andrew Burgess | 1 | -21/+5 |
2024-06-14 | gdb/gdbserver: share some code relating to target description creation | Andrew Burgess | 1 | -0/+1 |
2024-06-14 | gdb: move xcr0 == 0 check into i386_linux_core_read_description | Andrew Burgess | 1 | -7/+8 |
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-03-26 | Revert "gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition" | Andrew Burgess | 1 | -1/+0 |
2024-03-26 | Revert "gdb/gdbserver: share some code relating to target description creation" | Andrew Burgess | 1 | -1/+0 |
2024-03-26 | Revert "gdb/gdbserver: share x86/linux tdesc caching" | Andrew Burgess | 1 | -8/+22 |
2024-03-26 | Revert "gdb: fix possible uninitialised variable use" | Andrew Burgess | 1 | -8/+10 |
2024-03-26 | gdb: fix possible uninitialised variable use | Andrew Burgess | 1 | -10/+8 |
2024-03-25 | gdb/gdbserver: share x86/linux tdesc caching | Andrew Burgess | 1 | -22/+8 |
2024-03-25 | gdb/gdbserver: share some code relating to target description creation | Andrew Burgess | 1 | -0/+1 |
2024-03-25 | gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition | Andrew Burgess | 1 | -0/+1 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -5/+5 |
2024-02-06 | gdb: remove core_bfd macro | Simon Marchi | 1 | -1/+2 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-08-28 | gdb: Update x86 Linux architectures to support XSAVE layouts. | John Baldwin | 1 | -30/+36 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -2/+2 |
2023-02-27 | Catch gdb_exception_error instead of gdb_exception (in many places) | Kevin Buettner | 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-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -5/+5 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -2/+2 |
2022-04-07 | gdb: make gdbarch_register_reggroup_p take a const reggroup * | Andrew Burgess | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
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 | -3/+4 |
2021-12-03 | gdb: make extract_integer take an array_view | Simon Marchi | 1 | -1/+1 |
2021-11-15 | gdb: fix gdbarch_tdep ODR violation | Simon Marchi | 1 | -2/+2 |
2021-08-17 | gdb: Don't assume r_ldsomap when r_version > 1 on Linux | H.J. Lu | 1 | -1/+1 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -5/+5 |
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 | -3/+1 |
2020-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -13/+14 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -10/+10 |
2020-07-21 | Migrate the x86 MPX handle_segmentation_fault hook to report_signal_info. | John Baldwin | 1 | -6/+5 |
2020-02-14 | gdb: introduce displaced_step_closure_up type alias | Simon Marchi | 1 | -2/+3 |
2020-02-14 | gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr | Simon Marchi | 1 | -3/+3 |
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 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-07-15 | Use field_core_addr in more places | Tom Tromey | 1 | -3/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-07-04 | i386/AArch64: Remove old xml tests | Alan Hayward | 1 | -24/+0 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-03-12 | Support the fs_base and gs_base registers on i386. | John Baldwin | 1 | -1/+1 |