Age | Commit message (Expand) | Author | Files | Lines |
2021-08-17 | gdb: Don't assume r_ldsomap when r_version > 1 on Linux | H.J. Lu | 1 | -1/+1 |
2021-03-08 | Convert stap probes to create operations | Tom Tromey | 1 | -25/+20 |
2021-01-20 | gdb: make some variables static | Simon Marchi | 1 | -1/+1 |
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 | -2/+1 |
2020-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -8/+8 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -13/+13 |
2020-10-30 | gdb: introduce displaced_debug_printf | Simon Marchi | 1 | -27/+17 |
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 | -5/+6 |
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-15 | Change gcc_target_options to return std::string | Tom Tromey | 1 | -2/+2 |
2019-09-20 | Move arm_apcs_32 extern declaration to header | Christian Biesinger | 1 | -1/+0 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-07-19 | Arm: Add read_description read funcs and use in GDB | Alan Hayward | 1 | -5/+6 |
2019-07-04 | Arm: Prefix register sizes with ARM_ | Alan Hayward | 1 | -20/+21 |
2019-07-04 | Arm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash | Alan Hayward | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -29/+27 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -27/+29 |
2019-03-25 | Add linux_get_hwcap | Alan Hayward | 1 | -4/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-27 | Avoid -Wnarrowing warnings in struct tramp_frame instances | Tom Tromey | 1 | -16/+16 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -5/+6 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -11/+10 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -11/+9 |
2018-01-19 | Don't pass -m32 to libcc1 on arm-linux | Yao Qi | 1 | -0/+11 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-04 | Introduce gdb_breakpoint_up | Tom Tromey | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -4/+4 |
2017-10-21 | Create a displaced_step_closure class hierarchy | Simon Marchi | 1 | -5/+5 |
2017-10-05 | Clean up includes of doublest.h and floatformat.h | Ulrich Weigand | 1 | -2/+0 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -2/+0 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 1 | -16/+5 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-22 | Change gdbarch software_single_step frame_info to regcache | Yao Qi | 1 | -2/+1 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -8/+4 |
2016-11-08 | Clear addr bit in next_pcs vector | Yao Qi | 1 | -1/+4 |
2016-11-08 | Remove arm_insert_single_step_breakpoint | Yao Qi | 1 | -1/+4 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-03-21 | Canonicalize more arm linux syscalls | Yao Qi | 1 | -10/+365 |
2016-03-16 | Process record: Fix arm-linux syscall arguments | Yao Qi | 1 | -3/+6 |
2016-02-16 | Fix cleanup in arm_linux_software_single_step | Yao Qi | 1 | -1/+3 |
2016-02-16 | Remove PC from syscall_next_pc | Yao Qi | 1 | -4/+3 |
2016-02-12 | [ARM] Fixup PC in software single step | Yao Qi | 1 | -13/+3 |