Set the default DLL chracteristics to 0 for Cygwin based targets.
[binutils-gdb.git] / gdb / arm-tdep.c
2021-11-15 Simon Marchigdb: fix gdbarch_tdep ODR violation
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-11 Srinath Parvathaneni[ARM] Add support for M-profile MVE extension
2021-10-11 Luis Machado[ARM] Refactor pseudo register numbering
2021-10-11 Luis Machado[ARM] Small refactoring of arm gdbarch initialization
2021-09-13 Tom de Vries[gdb/tdep] Fix exec check in gdb_print_insn_arm
2021-06-29 Simon Marchigdb: add names to unwinders, add debug messages when...
2021-06-28 Simon Marchigdb: convert obj_section macros to methods
2021-06-28 Simon Marchigdb: remove gdbarch_info_init
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-05-27 Simon Marchigdb: fix some indentation issues
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-11 Simon Marchigdb: fix indentation in arm_record_data_proc_misc_ld_str
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-03-22 Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-01-21 Simon Marchigdb: convert arm to new-style debug macros
2021-01-21 Simon Marchigdb: make some variables static
2021-01-19 Luis Machadotrad-frame cleanups
2021-01-04 Luis MachadoRefactor struct trad_frame_saved_regs
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Simon Marchigdb: move displaced stepping logic to gdbarch, allow...
2020-12-04 Simon Marchigdb: rename displaced_step_closure to displaced_step_co...
2020-11-14 Simon Marchigdb: fix comment in arm-tdep.c
2020-11-13 Simon Marchigdb/arm: avoid undefined behavior shift when decoding...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-30 Simon Marchigdb: introduce displaced_debug_printf
2020-10-29 Tom TromeyRemove the exec_bfd macro
2020-09-29 Tom TromeyRemove target_has_registers macro
2020-09-19 Tom TromeyUse gdb_bfd_sections in ELF osabi tag sniffing
2020-09-17 Tom TromeyChange management of tdesc_arch_data
2020-09-14 Simon Marchigdb: remove TYPE_VECTOR
2020-09-14 Simon Marchigdb: add type::is_vector / type::set_is_vector
2020-09-14 Simon Marchigdb: remove TYPE_VARARGS
2020-09-14 Fredrik HederstiernaFix exception stack unwinding for ARM Cortex-M
2020-08-20 Alok Kumar SharmaFix for incorrect breakpoint set in case of flang compi...
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-05-27 Luis MachadoFix PR 26000, logical bitwise error / prologue analyzer
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16 Simon Marchigdb: add type::name / type::set_name
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-12 Tom TromeyCast to bfd_vma in arm-tdep.c
2020-02-14 Simon Marchignulib: import count-one-bits module and use it
2020-02-12 Christian BiesingerChange booleans to bool in ARM's gdbarch_tdep
2020-02-12 Christian BiesingerPrint more information in arm_dump_tdep
2020-02-11 Christian BiesingerAdd missing \n in fprintf
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-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-01 Luis Machado[ARM, thumb] Fix disassembling bug after reloading...
2019-10-31 Luis Machado[ARM] Store exception handling information per-bfd...
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-17 Tom de Vries[gdb] Fix typos in comments
2019-10-15 Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-09-20 Christian BiesingerMove arm_apcs_32 extern declaration to header
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Alan Modrabfd_asymbol_* macros
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-23 Srinath Parvathaneni[gdb][Arm]: gdb cannot step across CMSE secure entry...
2019-07-19 Alan HaywardArm: Remove unused feature files and tests
2019-07-19 Alan HaywardArm: Add xml unit tests
2019-07-19 Alan HaywardArm: Use feature target descriptions
2019-07-19 Alan HaywardArm: Add read_description read funcs and use in GDB
2019-07-10 Tom TromeyChange arm-tdep.c to use type-safe registry
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-04 Alan HaywardArm/AArch64: Use a single set of Arm register set size...
2019-07-04 Alan HaywardArm: Prefix register sizes with ARM_
2019-07-04 Alan HaywardArm/AArch64: Split DISPLACED_MODIFIED_INSNS name clash
2019-06-27 Tom TromeyChange arm_objfile_data_key to use type-safe registry
2019-06-26 Alan HaywardArm: Allow version strings in the triplet regexp
2019-06-25 Simon Marchiarm-tdep: sort mapping symbols after parsing all minima...
2019-06-25 Simon Marchiarm-tdep: replace arm_mapping_symbol VEC with std:...
2019-04-23 Andrew Burgessgdb/arm: Use type_align instead of arm_type_align
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/arm: Use default gdbarch methods where possible
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-16 Alan HaywardPass return_method to _push_dummy_call
2018-11-06 Marius MuenchARM: Do not use FP reg when on AAPCS
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-07-22 Tom TromeySimple unused variable removals
2018-07-22 Simon MarchiFix -Wunused-variable warnings related to conditional...
2018-07-02 Maciej W. RozyckiGDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
2018-05-30 Simon MarchiRemove regcache_cooked_write
2018-05-30 Simon MarchiRemove regcache_cooked_read
2018-05-30 Simon MarchiRemove regcache_raw_write
2018-05-30 Simon MarchiRemove regcache_raw_read
2018-05-07 Tom TromeyFix decoding of ARM VFP instructions
2018-05-05 Tom TromeyFix "fall through" comments
2018-04-27 Tom TromeyEnable -Wsuggest-override
2018-03-19 Tom TromeyConvert observers to C++
2018-03-12 Tom TromeyUse gdb::byte_vector when reading section data
2018-02-21 Yao Qiclass readable_regcache and pass readable_regcache...
2018-02-01 Yao QiRewrite arm_record_coproc_data_proc and arm_record_data...
2018-02-01 Yao Qiset ret signed in arm_record_extension_space
next