]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/arc-tdep.c
gdb: move store/extract integer functions to extract-store-integer.{c,h}
[thirdparty/binutils-gdb.git] / gdb / arc-tdep.c
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-22  Tom TromeyUse std::string for disassembler options
2024-02-21  Yuriy Kolerovarc: Determine a branch target of DBNZ correctly
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-29  Tom TromeyRemove gdb_static_assert
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-05-01  Tom TromeyRemove evaluate_expression
2023-02-13  Tom TromeyTurn record_latest_value into a method
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_type into method
2023-01-05  Simon Marchigdb: make gdbarch_alloc take ownership of the tdep
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-07-21  Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-06-15  Andrew Burgessgdb: refactor the non-printing disassemblers
2022-05-27  Tom TromeyFix crash with "maint print arc"
2022-04-07  Andrew Burgessgdb: always add the default register groups
2022-03-29  Tom TromeyUnify gdb printf functions
2022-02-07  Andrew Burgessgdb/disasm: combine the no printing disassembler setup...
2022-01-05  Tom TromeyUse filtered output for gdbarch dump
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-15  Simon Marchigdb: fix gdbarch_tdep ODR violation
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-06-29  Simon Marchigdb: add names to unwinders, add debug messages when...
2021-06-05  Shahab Vahediarc: Add 'set disassembler-options' support
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-01-26  Shahab Vahedigdb: Add default reggroups for ARC
2021-01-26  Anton Kolesovarc: Log "pc" value in "arc_skip_prologue"
2021-01-19  Luis Machadotrad-frame cleanups
2021-01-13  Simon Marchigdb: convert arc to new-style debug macros
2021-01-13  Simon Marchigdb: turn arc_debug into a bool
2021-01-04  Luis MachadoRefactor struct trad_frame_saved_regs
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-22  Anton Kolesovarc: Add support for signal handlers
2020-11-17  Andrew Burgessgdb/arc: fix print_one_insn selftest
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-07  Anton Kolesovarc: Add support for Linux coredump files
2020-10-07  Shahab Vahediarc: Rename "arc_gdbarch_features" struct
2020-09-17  Tom TromeyChange management of tdesc_arch_data
2020-08-25  Anton Kolesovarc: Add GNU/Linux support for ARC
2020-08-25  Shahab Vahediarc: Add hardware loop detection
2020-08-25  Shahab Vahediarc: Add ARCv2 XML target along with refactoring
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-03-16  Anton Kolesovarc: Migrate to new target features
2020-02-08  Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26  Simon MarchiMake a bunch of functions static
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-23  Tom TromeyFix opcodes includes
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-05-04  Tom TromeyChange arc_tdesc_init to return bool
2019-05-04  Tom TromeyUse bool, true, and false in arc-tdep.c
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-02-27  Andrew Burgessgdb/arc: Use default gdbarch methods where possible
2019-02-27  Andrew Burgessgdb: Restructure type_align and gdbarch_type_align
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-16  Alan HaywardPass return_method to _push_dummy_call
2018-10-07  Tom TromeyDo not accidentally include in-tree readline headers
2018-05-30  Simon MarchiRemove regcache_cooked_write
2018-04-30  Tom TromeyRemove long_long_align_bit gdbarch attribute
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-12  Tom TromeyC++-ify prologue-value's pv_area
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-11  Anton Kolesovarc: Pass proper CPU value to the disassembler
2017-09-27  Tom TromeyConstify dump_arc_instruction_command
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-06-16  Anton Kolesovarc: Select CPU model properly before disassembling
2017-05-24  Yao QiDelegate opcodes to select disassembler in GDB
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-03-28  Anton Kolesovarc: Add prologue analysis
2017-03-28  Anton Kolesovarc: Add disassembler helper
2017-03-28  Anton Kolesovarc: Add "maintenance print arc" command prefix
2017-03-28  Anton Kolesovarc: Align internal regnums with architectural regnums
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-03  Yao QiRemove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_...
2016-11-03  Yao QiAdd default_breakpoint_from_pc
2016-11-03  Yao QiSplit breakpoint_from_pc to breakpoint_kind_from_pc...
2016-10-12  Anton Kolesovarc: Add evaluation of long jump targets
2016-10-12  Anton Kolesovarc: Add a gdbarch_tdep structure
2016-10-05  Anton Kolesovarc: Remove annoying debug message
2016-09-22  Anton Kolesovarc: Fix ARI warning for printf(%p)
2016-09-21  Anton Kolesovarc: New Synopsys ARC port
2002-12-16  Andrew Cagney2002-12-16 Andrew Cagney <ac131313@redhat.com>
2002-08-23  Elena ZannoniThis commit was generated by cvs2svn to track changes...
2002-08-06  Andrew Cagney2002-08-06 Andrew Cagney <cagney@redhat.com>
2002-07-30  Andrew Cagney2002-07-30 Andrew Cagney <ac131313@redhat.com>
2002-04-22  Andrew Cagney* config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
2002-04-22  David S. Miller2002-04-21 David S. Miller <davem@redhat.com>
2002-02-20  Richard Earnshaw* arc-tdep.c (get_longjmp_target): Only compile this...
2002-02-05  Andrew Cagney* cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New funct...
2001-03-06  Kevin BuettnerUpdate/correct copyright notices.
next