Age | Commit message (Expand) | Author | Files | Lines |
2021-03-24 | New gdbarch memory tagging hooks | Luis Machado | 1 | -0/+54 |
2021-03-08 | Convert stap probes to create operations | Tom Tromey | 1 | -2/+2 |
2021-03-08 | Convert dtrace probes to use operations | Tom Tromey | 1 | -2/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -9/+29 |
2020-12-04 | gdb: move displaced stepping types to displaced-stepping.{h,c} | Simon Marchi | 1 | -0/+1 |
2020-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -4/+4 |
2020-11-19 | gdb: remove `other` parameter in read_core_file_mappings parameter | Simon Marchi | 1 | -2/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -2/+2 |
2020-10-29 | gdb: fix documentation of gdbarch_displaced_step_hw_singlestep | Simon Marchi | 1 | -8/+7 |
2020-10-29 | gdb: remove parameter of gdbarch_displaced_step_hw_singlestep | Simon Marchi | 1 | -2/+2 |
2020-10-21 | gdb: make gdbarch_make_corefile_notes return a unique ptr | Simon Marchi | 1 | -2/+2 |
2020-10-20 | gdb: make gdbarch_displaced_step_hw_singlestep return bool | Simon Marchi | 1 | -2/+2 |
2020-10-20 | gdb: make gdbarch predicates return bool | Simon Marchi | 1 | -61/+61 |
2020-09-14 | Use type_instance_flags more throughout | Pedro Alves | 1 | -8/+8 |
2020-09-11 | Add bfloat16 support for AVX512 register view. | Felix Willgerodt | 1 | -1/+7 |
2020-07-22 | Add new gdbarch method, read_core_file_mappings | Kevin Buettner | 1 | -0/+6 |
2020-07-21 | Retire the now-unused gdbarch handle_segmentation_fault hook. | John Baldwin | 1 | -11/+0 |
2020-07-21 | Add a new gdbarch hook to report additional signal information. | John Baldwin | 1 | -0/+10 |
2020-07-06 | gdb: Remove deprecated_set_gdbarch_data | Andrew Burgess | 1 | -3/+0 |
2020-06-29 | gdb: fix documentation of gdbarch_displaced_step_copy_insn | Simon Marchi | 1 | -3/+1 |
2020-06-25 | Remove obsolete gdbarch_static_transform_name | Rainer Orth | 1 | -8/+0 |
2020-05-24 | gdb: make gdbarch.sh write gdbarch.{c,h} directly | Simon Marchi | 1 | -11/+1 |
2020-03-16 | gdb: move enum gdb_osabi to osabi.h | Simon Marchi | 1 | -0/+1 |
2020-02-14 | gdb: introduce displaced_step_closure_up type alias | Simon Marchi | 1 | -3/+3 |
2020-02-14 | gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptr | Simon Marchi | 1 | -2/+2 |
2020-01-29 | Recognize more program breakpoint patterns | Luis Machado | 1 | -0/+7 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-04 | Remove gdbarch_bits_big_endian | Tom Tromey | 1 | -6/+0 |
2019-10-15 | Change gcc_target_options to return std::string | Tom Tromey | 1 | -3/+3 |
2019-08-16 | Move [PAC] into a new MI field addr_flags | Alan Hayward | 1 | -0/+6 |
2019-07-17 | gdb: Remove a non-const reference parameter | Andrew Burgess | 1 | -2/+2 |
2019-06-28 | Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541) | Sergio Durigan Junior | 1 | -0/+30 |
2019-04-04 | Make base class for parser_state | Tom Tromey | 1 | -3/+3 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -2/+2 |
2019-03-12 | Add a new gdbarch method to resolve the address of TLS variables. | John Baldwin | 1 | -0/+12 |
2019-02-27 | gdb: Restructure type_align and gdbarch_type_align | Andrew Burgess | 1 | -1/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-19 | gdb: Add default frame methods to gdbarch | Andrew Burgess | 1 | -5/+8 |
2018-12-13 | Add an optional "alias" attribute to syscall entries. | John Baldwin | 1 | -3/+0 |
2018-11-16 | Pass return_method to _push_dummy_call | Alan Hayward | 1 | -2/+2 |
2018-11-16 | Use enum for return method for dummy calls | Alan Hayward | 1 | -0/+23 |
2018-10-21 | Introduce gdbarch_num_cooked_regs | Simon Marchi | 1 | -0/+8 |
2018-08-31 | Regenerate gdbarch.h | Pedro Alves | 1 | -1/+2 |
2018-08-31 | Add comment describing continuable/steppable/non-steppable watchpoints | Pedro Alves | 1 | -0/+2 |
2018-08-13 | Split size in regset section iterators | Alan Hayward | 1 | -5/+7 |
2018-07-02 | GDB PR tdep/8282: MIPS: Wire in `set disassembler-options' | Maciej W. Rozycki | 1 | -2/+5 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-20 | Introduce obstack_new, poison other "typed" obstack functions | Simon Marchi | 1 | -3/+7 |
2018-04-30 | Remove long_long_align_bit gdbarch attribute | Tom Tromey | 1 | -6/+0 |