Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-12-19 | Extend SystemTap SDT probe argument parser | Sergio Durigan Junior | 1 | -78/+107 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-08-09 | This patch implements the new gdbarch method gdbarch_gdb_signal_to_target. | Sergio Durigan Junior | 1 | -0/+33 |
2013-05-15 | ppc-aix core file relocation. | Joel Brobecker | 1 | -0/+33 |
2013-02-04 | 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -0/+33 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-19 | Fix copyright years in gdbarch.h and gdbarch.c. | Joel Brobecker | 1 | -2/+1 |
2012-12-15 | gdbarch-ification of ravenscar-thread support. | Joel Brobecker | 1 | -0/+24 |
2012-12-14 | gdb | Tom Tromey | 1 | -0/+33 |
2012-11-21 | gdb/ | Yao Qi | 1 | -24/+0 |
2012-11-14 | * gdbarch.h, gdbarch.c: Rebuild. | Tom Tromey | 1 | -1/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -2/+2 |
2012-11-09 | gdb/ | Pedro Alves | 1 | -2/+9 |
2012-10-31 | * gdbarch.c: Rebuild. | Tom Tromey | 1 | -5/+2 |
2012-10-22 | Ali Anwar <ali_anwar@codesourcery.com> | Ali Anwar | 1 | -8/+8 |
2012-08-02 | gdb/ | Yao Qi | 1 | -2/+2 |
2012-07-27 | gdb/ | Jan Kratochvil | 1 | -1/+2 |
2012-06-08 | gdb/ | Yao Qi | 1 | -0/+24 |
2012-06-05 | New "iterate_over_objfiles_in_search_order" gdbarch method. | Joel Brobecker | 1 | -0/+25 |
2012-06-04 | 2012-06-04 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -3/+12 |