Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-04-30 | Add initial type alignment support | Tom Tromey | 1 | -0/+6 |
2018-04-13 | infrun: step through indirect branch thunks | Markus Metzger | 1 | -0/+6 |
2018-02-24 | Remove cleanups from check_fast_tracepoint_sals | Tom Tromey | 1 | -2/+2 |
2018-02-21 | Pass readable_regcache to gdbarch method read_pc | Yao Qi | 1 | -2/+2 |
2018-02-21 | class readable_regcache and pass readable_regcache to gdbarch pseudo_register... | Yao Qi | 1 | -4/+4 |
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/+8 |
2017-10-12 | Remove simple_displaced_step_copy_insn | Simon Marchi | 1 | -4/+0 |
2017-10-11 | GDB: Remove Linux core PRPSINFO note writer override | Maciej W. Rozycki | 1 | -13/+0 |
2017-10-03 | gdbarch: Remove duplicate `struct objfile' declaration | Maciej W. Rozycki | 1 | -1/+0 |
2017-08-07 | gdbarch: Use an anonymous union for target data in `gdbarch_info' | Maciej W. Rozycki | 1 | -1/+15 |
2017-07-07 | Add a new gdbarch method to fetch signal information from core files. | John Baldwin | 1 | -0/+10 |
2017-06-10 | gdbarch: Remove displaced_step_free_closure | Simon Marchi | 1 | -15/+0 |
2017-05-03 | gdbarch.sh: Remove commented out TARGET_CHAR_BIT definition | Simon Marchi | 1 | -5/+1 |
2017-05-02 | Change return type of gdbarch_software_single_step to vector<CORE_ADDR> | Simon Marchi | 1 | -2/+3 |
2017-05-02 | Change field separator in gdbarch.sh | 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/+7 |
2017-04-12 | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 1 | -0/+11 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -2/+2 |
2017-02-28 | GDB: Add support for the new set/show disassembler-options commands. | Peter Bergner | 1 | -0/+9 |
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 | gdbarch software_single_step returns VEC (CORE_ADDR) * | Yao Qi | 1 | -9/+10 |
2016-11-03 | Determine the kind of single step breakpoint | Yao Qi | 1 | -0/+8 |
2016-11-03 | Remove gdbarch_remote_breakpoint_from_pc | Yao Qi | 1 | -8/+0 |
2016-11-03 | New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -0/+14 |
2016-09-06 | Add gdbarch callback to provide formats for debug info float types | Ulrich Weigand | 1 | -0/+8 |
2016-06-24 | Add a new gdbarch method to print a single AUXV entry. | John Baldwin | 1 | -0/+7 |
2016-05-23 | Skip unwritable frames in command "finish" | Yao Qi | 1 | -0/+6 |
2016-04-25 | Force to insert software single step breakpoint | Yao Qi | 1 | -1/+6 |