Age | Commit message (Expand) | Author | Files | Lines |
2021-03-24 | gdb: make gdbarch_data_registry static | Simon Marchi | 1 | -1/+1 |
2021-03-24 | New gdbarch memory tagging hooks | Luis Machado | 1 | -1/+138 |
2021-03-08 | Convert stap probes to create operations | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Convert dtrace probes to use operations | Tom Tromey | 1 | -3/+3 |
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: move displaced stepping logic to gdbarch, allow starting concurrent disp... | Simon Marchi | 1 | -14/+99 |
2020-12-04 | gdb: rename displaced_step_closure to displaced_step_copy_insn_closure | Simon Marchi | 1 | -2/+2 |
2020-11-19 | gdb: remove `other` parameter in read_core_file_mappings parameter | Simon Marchi | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -21/+21 |
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 | -1/+1 |
2020-10-20 | gdb: make gdbarch_displaced_step_hw_singlestep return bool | Simon Marchi | 1 | -1/+1 |
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 | -4/+4 |
2020-09-11 | Add bfloat16 support for AVX512 register view. | Felix Willgerodt | 1 | -0/+45 |
2020-07-22 | Add new gdbarch method, read_core_file_mappings | Kevin Buettner | 1 | -0/+23 |
2020-07-21 | Retire the now-unused gdbarch handle_segmentation_fault hook. | John Baldwin | 1 | -32/+0 |
2020-07-21 | Add a new gdbarch hook to report additional signal information. | John Baldwin | 1 | -0/+32 |
2020-07-06 | gdb: Remove deprecated_set_gdbarch_data | Andrew Burgess | 1 | -19/+3 |
2020-06-25 | Remove obsolete gdbarch_static_transform_name | Rainer Orth | 1 | -32/+0 |
2020-05-24 | gdb: make gdbarch.sh write gdbarch.{c,h} directly | Simon Marchi | 1 | -11/+1 |
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 | -1/+1 |
2020-01-29 | Recognize more program breakpoint patterns | Luis Machado | 1 | -0/+23 |
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-12-04 | Remove gdbarch_bits_big_endian | Tom Tromey | 1 | -23/+0 |
2019-10-15 | Change gcc_target_options to return std::string | Tom Tromey | 1 | -1/+1 |
2019-08-16 | Move [PAC] into a new MI field addr_flags | Alan Hayward | 1 | -0/+23 |
2019-07-17 | gdb: Remove a non-const reference parameter | Andrew Burgess | 1 | -3/+3 |
2019-06-28 | Adjust i386 registers on SystemTap probes' arguments (PR breakpoints/24541) | Sergio Durigan Junior | 1 | -0/+32 |
2019-04-04 | Make base class for parser_state | Tom Tromey | 1 | -2/+2 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -1/+1 |
2019-03-12 | Add a new gdbarch method to resolve the address of TLS variables. | John Baldwin | 1 | -0/+32 |
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 | -33/+8 |
2018-11-16 | Pass return_method to _push_dummy_call | Alan Hayward | 1 | -2/+2 |
2018-07-02 | GDB PR tdep/8282: MIPS: Wire in `set disassembler-options' | Maciej W. Rozycki | 1 | -3/+25 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+2 |
2018-05-31 | Unset gdbarch significant_addr_bit by default | Omair Javaid | 1 | -2/+2 |
2018-05-20 | Introduce obstack_new, poison other "typed" obstack functions | Simon Marchi | 1 | -7/+2 |
2018-04-30 | Remove long_long_align_bit gdbarch attribute | Tom Tromey | 1 | -23/+0 |
2018-04-30 | Add initial type alignment support | Tom Tromey | 1 | -0/+23 |
2018-04-13 | infrun: step through indirect branch thunks | Markus Metzger | 1 | -0/+23 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-02-24 | Remove cleanups from check_fast_tracepoint_sals | Tom Tromey | 1 | -1/+1 |
2018-02-21 | Pass readable_regcache to gdbarch method read_pc | Yao Qi | 1 | -1/+1 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |