Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-03-23 | Remove comments on software_single_step in gdbarch.sh | Yao Qi | 1 | -4/+0 |
2016-02-18 | Intel MPX bound violation handling | Walfred Tedeschi | 1 | -0/+12 |
2016-02-18 | gdb: Add guess_tracepoint_registers hook to gdbarch. | Marcin KoĆcielnicki | 1 | -0/+9 |
2016-01-19 | Add support for extracting thread names from cores. | John Baldwin | 1 | -0/+9 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -3/+3 |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -1/+2 |
2015-10-15 | Remove core_regset_section | Aleksandar Ristovski | 1 | -1/+0 |
2015-09-30 | gdbarch.h: Change gdbarch_info::tdep_info's type to void * | Simon Marchi | 1 | -1/+1 |
2015-09-02 | Use gdbarch obstack to allocate the TYPE_NAME string in arch_type | Patrick Palka | 1 | -0/+5 |
2015-08-29 | Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type" | Patrick Palka | 1 | -5/+0 |
2015-08-29 | Use gdbarch obstack to allocate the TYPE_NAME string in arch_type | Patrick Palka | 1 | -0/+5 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-07 | PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced stepping | Pedro Alves | 1 | -1/+5 |
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/+8 |
2015-06-03 | compile: Use also inferior munmap | Jan Kratochvil | 1 | -0/+7 |
2015-05-26 | Rename in_function_epilogue_p to stack_frame_destroyed_p | Martin Galvan | 1 | -4/+4 |
2015-02-27 | gdbarch.h: include regcache.h | Pedro Alves | 1 | -0/+2 |
2015-02-17 | New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, ... | Jose E. Marchesi | 1 | -0/+36 |
2015-02-04 | Fix internal error when core file section is too big | Andreas Arnez | 1 | -0/+6 |
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 | -2/+0 |
2014-12-12 | add gnu_triplet_regexp gdbarch method | Tom Tromey | 1 | -0/+10 |
2014-12-12 | add infcall_mmap and gcc_target_options gdbarch methods | Jan Kratochvil | 1 | -0/+17 |
2014-12-12 | MIPS: Keep the ISA bit in compressed code addresses | Maciej W. Rozycki | 1 | -0/+51 |
2014-11-20 | Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o... | Sergio Durigan Junior | 1 | -0/+11 |
2014-11-12 | add a default method for gdbarch_skip_permanent_breakpoint | Pedro Alves | 1 | -2/+0 |
2014-10-10 | Split vDSO range lookup to a gdbarch hook | Pedro Alves | 1 | -0/+10 |
2014-09-30 | Drop 'regset_from_core_section' gdbarch method | Andreas Arnez | 1 | -9/+0 |
2014-09-30 | Add 'regset' parameter to 'iterate_over_regset_sections_cb' | Andreas Arnez | 1 | -1/+2 |
2014-09-30 | Replace 'core_regset_sections' by iterator method | Andreas Arnez | 1 | -3/+14 |