Age | Commit message (Expand) | Author | Files | Lines |
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 |
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-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -4/+5 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_cooked_read | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -7/+7 |
2017-10-12 | Remove simple_displaced_step_copy_insn | Simon Marchi | 1 | -3/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-05 | Convert the rest x86 target descriptions | Yao Qi | 1 | -1/+1 |
2017-09-05 | Share i386-linux target description between GDB and GDBserver | Yao Qi | 1 | -34/+2 |
2017-09-05 | [GDBserver] Centralize tdesc for i386-linux | Yao Qi | 1 | -0/+1 |
2017-08-07 | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 1 | -2/+1 |
2017-07-26 | Add "maint check xml-descriptions" to test builtin xml target descriptions | Yao Qi | 1 | -0/+24 |
2017-07-26 | Lazily and dynamically create i386-linux target descriptions | Yao Qi | 1 | -34/+49 |
2017-07-26 | Centralize i386 linux target descriptions | Yao Qi | 1 | -11/+23 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -2/+0 |
2017-02-17 | Add support for Intel PKRU register to GDB and GDBserver. | Michael Sturm | 1 | -4/+5 |
2017-02-17 | Add target description for avx-avx512. | Michael Sturm | 1 | -1/+4 |
2017-02-17 | Rename target descriptions to reflect actual content of description. | Michael Sturm | 1 | -5/+5 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -15/+10 |
2016-04-19 | Add target descriptions for AVX + MPX | Walfred Tedeschi | 1 | -0/+4 |
2016-02-25 | Initialize variables in i386_linux_handle_segmentation_fault | Simon Marchi | 1 | -1/+2 |
2016-02-18 | Intel MPX bound violation handling | Walfred Tedeschi | 1 | -0/+68 |
2016-02-02 | Use linux_get_siginfo_type_with_fields for x86 | Walfred Tedeschi | 1 | -0/+8 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-30 | gdb/linux-record: Support time, waitpid, pipe syscalls | Marcin KoĆcielnicki | 1 | -0/+1 |
2015-10-30 | gdb/linux-record: Fix readdir and getdents handling | Marcin KoĆcielnicki | 1 | -2/+1 |