summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-12Remove simple_displaced_step_copy_insnSimon Marchi
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-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
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-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi
2016-11-03GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand
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-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-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-01-16gdbarch: add instruction predicate methodsMarkus Metzger
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-08-02gdb/Yao Qi
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-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-09-27 Add return address collection for tracepoints.Stan Shebs
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-12-312010-12-31 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-03-05gdbTom Tromey
2010-02-01 * arch-utils.c (default_remote_breakpoint_from_pc): New function.Daniel Jacobowitz
2010-01-06 Add fast tracepoints.Stan Shebs
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2009-09-29 * gdbarch.sh (displaced_step_hw_singlestep): New callback.Ulrich Weigand