aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove comments on software_single_step in gdbarch.shYao Qi2016-03-231-4/+0
* Intel MPX bound violation handlingWalfred Tedeschi2016-02-181-0/+7
* gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Kościelnicki2016-02-181-0/+6
* Add support for extracting thread names from cores.John Baldwin2016-01-191-0/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-4/+4
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-0/+1
* Remove core_regset_sectionAleksandar Ristovski2015-10-151-1/+0
* gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi2015-09-301-1/+1
* Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka2015-09-021-0/+13
* Fix gdbarch.c build errorSimon Marchi2015-08-261-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced steppingPedro Alves2015-08-071-0/+4
* Remove isize output argument from fast_tracepoint_valid_atPierre Langlois2015-07-301-1/+1
* gdbarch: add addressable_memory_unit_size methodSimon Marchi2015-06-121-0/+6
* compile: Use also inferior munmapJan Kratochvil2015-06-031-0/+4
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-2/+2
* gdbarch.h: include regcache.hPedro Alves2015-02-271-0/+2
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-11/+11
* New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, ...Jose E. Marchesi2015-02-171-0/+16
* Fix internal error when core file section is too bigAndreas Arnez2015-02-041-0/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-2/+2
* Refactor gdbarch method print_float_infoYao Qi2014-12-181-1/+1
* add gnu_triplet_regexp gdbarch methodTom Tromey2014-12-121-0/+7
* add infcall_mmap and gcc_target_options gdbarch methodsJan Kratochvil2014-12-121-0/+11
* MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki2014-12-121-1/+37
* Partial fix for PR breakpoints/10737: Make syscall info be per-arch instead o...Sergio Durigan Junior2014-11-201-0/+7
* add a default method for gdbarch_skip_permanent_breakpointPedro Alves2014-11-121-1/+1
* Split vDSO range lookup to a gdbarch hookPedro Alves2014-10-101-0/+7
* Drop 'regset_from_core_section' gdbarch methodAndreas Arnez2014-09-301-4/+0
* Add 'regset' parameter to 'iterate_over_regset_sections_cb'Andreas Arnez2014-09-301-1/+2
* Replace 'core_regset_sections' by iterator methodAndreas Arnez2014-09-301-2/+10
* Add "frame.h" #include in gdbarch.h.Joel Brobecker2014-08-151-1/+2
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify to_info_proc and friendsTom Tromey2014-06-161-2/+2
* Use address_from_register in dwarf2-frame.c:read_addr_from_regUlrich Weigand2014-04-171-2/+2
* Add auxv parsing to the architecture vector.Mark Kettenis2014-02-271-0/+6
* Fix PR16220Yao Qi2014-02-191-50/+0
* core_xfer_shared_libraries and core_xfer_shared_libraries_aix returns ULONGESTYao Qi2014-02-071-3/+6
* PowerPC64 ELFv2 ABI: skip global entry point codeUlrich Weigand2014-02-041-0/+13
* Add comments to gdbarch_address_class_name_to_type_flags.Simon Marchi2014-01-171-0/+4
* gdbarch: add instruction predicate methodsMarkus Metzger2014-01-161-0/+9
* Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_share...Yao Qi2014-01-141-2/+2
* replace XMALLOC with XNEWTom Tromey2014-01-131-5/+5
* Use enum bfd_endian in gdbarch.shYao Qi2014-01-071-4/+4
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-2/+2
* Extend SystemTap SDT probe argument parserSergio Durigan Junior2013-12-191-13/+48
* Remove gdb_string.h from gdbarch.shSergio Durigan Junior2013-11-291-1/+1
* Document the get_longjmp_target gdbarch method.Joel Brobecker2013-10-171-1/+6
* * README: Update references to writing code for GDB.Stan Shebs2013-09-161-2/+0