Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-09-06 | Add gdbarch callback to provide formats for debug info float types | Ulrich Weigand | 1 | -0/+23 |
2016-06-24 | Add a new gdbarch method to print a single AUXV entry. | John Baldwin | 1 | -0/+24 |
2016-05-23 | Skip unwritable frames in command "finish" | Yao Qi | 1 | -0/+23 |
2016-02-18 | Intel MPX bound violation handling | Walfred Tedeschi | 1 | -0/+32 |
2016-02-18 | gdb: Add guess_tracepoint_registers hook to gdbarch. | Marcin KoĆcielnicki | 1 | -0/+23 |
2016-01-19 | Add support for extracting thread names from cores. | John Baldwin | 1 | -0/+32 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -3/+3 |
2015-09-02 | Use gdbarch obstack to allocate the TYPE_NAME string in arch_type | Patrick Palka | 1 | -0/+8 |
2015-08-29 | Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type" | Patrick Palka | 1 | -10/+0 |
2015-08-29 | Use gdbarch obstack to allocate the TYPE_NAME string in arch_type | Patrick Palka | 1 | -0/+10 |
2015-08-26 | Fix gdbarch.c build error | Simon Marchi | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-07-30 | Remove isize output argument from fast_tracepoint_valid_at | Pierre Langlois | 1 | -2/+2 |
2015-06-12 | gdbarch: add addressable_memory_unit_size method | Simon Marchi | 1 | -0/+23 |
2015-06-04 | Regenerate gdbarch.c to sync with gdbarch.sh | Yao Qi | 1 | -3/+3 |
2015-06-03 | compile: Use also inferior munmap | Jan Kratochvil | 1 | -0/+23 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 1 | -12/+12 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -11/+11 |
2015-02-17 | New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, ... | Jose E. Marchesi | 1 | -0/+128 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-18 | Refactor gdbarch method print_float_info | Yao Qi | 1 | -11/+2 |
2014-12-12 | add gnu_triplet_regexp gdbarch method | Tom Tromey | 1 | -0/+23 |
2014-12-12 | add infcall_mmap and gcc_target_options gdbarch methods | Jan Kratochvil | 1 | -0/+46 |
2014-12-12 | MIPS: Keep the ISA bit in compressed code addresses | Maciej W. Rozycki | 1 | -2/+80 |
2014-11-20 | Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o... | Sergio Durigan Junior | 1 | -0/+44 |
2014-11-12 | add a default method for gdbarch_skip_permanent_breakpoint | Pedro Alves | 1 | -11/+2 |
2014-10-10 | Split vDSO range lookup to a gdbarch hook | Pedro Alves | 1 | -0/+23 |
2014-09-30 | Drop 'regset_from_core_section' gdbarch method | Andreas Arnez | 1 | -32/+0 |
2014-09-30 | Replace 'core_regset_sections' by iterator method | Andreas Arnez | 1 | -11/+23 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-16 | constify to_info_proc and friends | Tom Tromey | 1 | -2/+2 |
2014-04-17 | Use address_from_register in dwarf2-frame.c:read_addr_from_reg | Ulrich Weigand | 1 | -2/+2 |
2014-02-27 | Add auxv parsing to the architecture vector. | Mark Kettenis | 1 | -0/+32 |
2014-02-19 | Fix PR16220 | Yao Qi | 1 | -182/+0 |
2014-02-07 | core_xfer_shared_libraries and core_xfer_shared_libraries_aix returns ULONGEST | Yao Qi | 1 | -2/+2 |
2014-02-04 | PowerPC64 ELFv2 ABI: skip global entry point code | Ulrich Weigand | 1 | -0/+33 |
2014-01-16 | gdbarch: add instruction predicate methods | Markus Metzger | 1 | -0/+72 |
2014-01-14 | Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_share... | Yao Qi | 1 | -2/+2 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 1 | -5/+5 |
2014-01-07 | Use enum bfd_endian in gdbarch.sh | Yao Qi | 1 | -4/+4 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |