Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-12-08 | Clear non-significant bits of address on memory access | Yao Qi | 1 | -0/+22 |
2017-10-11 | GDB: Remove Linux core PRPSINFO note writer override | Maciej W. Rozycki | 1 | -32/+0 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-07-07 | Add a new gdbarch method to fetch signal information from core files. | John Baldwin | 1 | -0/+32 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -24/+0 |
2017-05-24 | Delegate opcodes to select disassembler in GDB | Yao Qi | 1 | -2/+2 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 1 | -1/+1 |
2017-04-26 | [gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to it | Jiong Wang | 1 | -0/+23 |
2017-04-12 | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 1 | -0/+48 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -2/+2 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-03-07 | GDB: Fix some null pointer dereferences due to disassembler-options patch. | Peter Bergner | 1 | -2/+10 |
2017-02-28 | GDB: Add support for the new set/show disassembler-options commands. | Peter Bergner | 1 | -0/+44 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -19/+13 |
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/+2 |
2016-11-08 | Use ui_file_as_string in gdbarch.sh/gdbarch.c | Pedro Alves | 1 | -5/+3 |
2016-11-08 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -1/+1 |
2016-11-03 | Determine the kind of single step breakpoint | Yao Qi | 1 | -0/+23 |
2016-11-03 | Add default_breakpoint_from_pc | Yao Qi | 1 | -2/+2 |
2016-11-03 | Remove gdbarch_remote_breakpoint_from_pc | Yao Qi | 1 | -23/+0 |
2016-11-03 | New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -0/+46 |