summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_setshow_*Tom Tromey
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-12Remove simple_displaced_step_copy_insnSimon Marchi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-07GDB/opcodes: Remove arch/mach/endian disassembler assertionsMaciej W. Rozycki
2017-07-25Catch exceptions thrown from gdbarch_skip_prologueYao Qi
2017-06-10gdbarch: Remove displaced_step_free_closureSimon Marchi
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi
2017-04-26[gdbarch] New method "execute_dwarf_cfa_vendor_op" and migrate SPARC to itJiong Wang
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-03Determine the kind of single step breakpointYao Qi
2016-11-03Add default_breakpoint_from_pcYao Qi
2016-11-03Remove gdbarch_remote_breakpoint_from_pcYao Qi
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand
2016-07-14Remove some variables but call functions for side effectsTom Tromey
2016-05-23Skip unwritable frames in command "finish"Yao Qi
2016-02-18gdb: Add guess_tracepoint_registers hook to gdbarch.Marcin Koƛcielnicki
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-07-30Remove isize output argument from fast_tracepoint_valid_atPierre Langlois
2015-06-12gdbarch: add addressable_memory_unit_size methodSimon Marchi
2015-06-03compile: Use also inferior munmapJan Kratochvil
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan
2015-03-06New common function "startswith"Gary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12add gnu_triplet_regexp gdbarch methodTom Tromey
2014-12-12add infcall_mmap and gcc_target_options gdbarch methodsJan Kratochvil
2014-12-12MIPS: Keep the ISA bit in compressed code addressesMaciej W. Rozycki
2014-11-12add a default method for gdbarch_skip_permanent_breakpointPedro Alves
2014-10-10Split vDSO range lookup to a gdbarch hookPedro Alves
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-05-22Add new infrun.h header.Pedro Alves
2014-01-16gdbarch: add instruction predicate methodsMarkus Metzger
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-09-02gdb/Yao Qi
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-14 * gdbarch.h, gdbarch.c: Rebuild.Tom Tromey
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey
2012-06-08gdb/Yao Qi
2012-06-042012-06-04 Pedro Alves <palves@redhat.com>Pedro Alves
2012-05-242012-05-24 Pedro Alves <palves@redhat.com>Pedro Alves
2012-05-24gdb/Pedro Alves
2012-05-232012-05-23 Pedro Alves <palves@redhat.com>Pedro Alves
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves
2012-02-02 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type ofDoug Evans
2012-01-28gdb/Jan Kratochvil