]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/i386-tdep.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / i386-tdep.c
2024-04-25  Simon Marchigdb: remove gdbcmd.h
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-12  Schimpe, Christinagdb: Deprecate MPX commands.
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-12-14  Simon Marchigdb: migrate i386 and amd64 to the new gdbarch_pseudo_r...
2023-12-14  Simon Marchigdb: rename gdbarch_pseudo_register_write to gdbarch_de...
2023-12-14  Simon Marchigdb: read pseudo register through frame
2023-12-14  Simon Marchigdb: make get_frame_register_bytes take the next frame
2023-12-14  Simon Marchigdb: make put_frame_register take the next frame
2023-12-14  Simon Marchigdb: make put_frame_register take an array_view
2023-12-14  Simon Marchigdb: don't handle i386 k registers as pseudo registers
2023-12-07  Cupertino Mirandagdb/record: Support for rdtscp in i386_process_record.
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-27  John Baldwini386: Use a fallback XSAVE layout for remote targets
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-10-27  Simon Marchigdb: trim trailing spaces in i386-tdep.{c,h}
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-08-28  John Baldwingdb: Store an x86_xsave_layout in i386_gdbarch_tdep.
2023-06-05  Tom de Vries[gdb] Fix grammar in comments and docs
2023-06-03  Tom de Vries[gdb] Fix typos
2023-05-01  Tom TromeyReplace field_is_static with a method
2023-04-06  Andrew Burgessgdb: fix reg corruption from displaced stepping on...
2023-03-29  Andrew Burgessgdb: move displaced_step_dump_bytes into gdbsupport...
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-20  Tom de Vries[gdb/tdep] Add amd64/i386 epilogue override unwinders
2023-02-20  Tom de Vries[gdb/tdep] Fix amd64/i386_stack_frame_destroyed_p
2023-02-20  Tom de Vries[gdb/symtab] Factor out compunit_epilogue_unwind_valid
2023-02-15  Felix Willgerodtgdb, fortran: Fix quad floating-point type for ifort...
2023-02-13  Tom TromeyIntroduce set_lval method on value
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn some value_contents functions into methods
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn value_enclosing_type into method
2023-02-13  Tom TromeyTurn deprecated_set_value_type into a method
2023-02-13  Tom TromeyTurn value_type into method
2023-02-11  Tom de Vries[gdb/tdep] Don't use i386 unwinder for amd64
2023-01-05  Simon Marchigdb: make gdbarch_alloc take ownership of the tdep
2023-01-03  Tom TromeyFix inferior calls with variably-sized return type
2023-01-03  Tom TromeyConvert selected architectures to gdbarch_return_value_...
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-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-08-16  Tom TromeyRemove register_gdbarch_init
2022-08-03  Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-21  Andrew Burgessgdb: move the type cast into gdbarch_tdep
2022-04-07  Andrew Burgessgdb: more 'const' in gdb/reggroups.{c,h}
2022-04-07  Andrew Burgessgdb: always add the default register groups
2022-04-07  Andrew Burgessgdb: make gdbarch_register_reggroup_p take a const...
2022-04-02  Tiezhu Yanggdb: rename floatformats_ia64_quad to floatformats_ieee...
2022-03-29  Tom TromeyUnify gdb printf functions
2022-02-06  Simon Marchigdb: remove COMPUNIT_EPILOGUE_UNWIND_VALID macro, add...
2022-02-06  Simon Marchigdb: remove COMPUNIT_PRODUCER macro, add getter/setter
2022-01-05  Tom TromeyUse filtered output in *-tdep commands
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-29  Tom TromeyUse correct stream for process record output
2021-12-07  Tom de Vries[gdb/tdep] Fix inferior plt calls in PIE for i386
2021-11-15  Simon Marchigdb: fix gdbarch_tdep ODR violation
2021-10-28  Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-09-03  Felix Willgerodtgdb: Enable finish command and inferior calls for _Floa...
2021-09-03  Felix WillgerodtAdd half support for AVX512 register view.
2021-06-29  Simon Marchigdb: add names to unwinders, add debug messages when...
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-04-08  Felix Willgerodtgdb: Allow prologue detection via symbols for Intel...
2021-03-15  Felix Willgerodtgdb/fortran: Fix quad floating-point type for Intel...
2021-03-08  Tom TromeyConvert stap probes to create operations
2021-01-21  Simon Marchigdb: make some variables static
2021-01-19  Luis MachadoConvert some frame functions to use gdb::array_view.
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04  Simon Marchigdb: rename displaced_step_closure to displaced_step_co...
2020-12-04  Tom de Vries[gdb/tdep] Handle static field in i386_16_byte_align_p
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-30  Simon Marchigdb: introduce displaced_debug_printf
2020-09-19  Victor Collodgdb: Update i386_analyze_prologue to skip endbr32
2020-09-17  Tom TromeyChange management of tdesc_arch_data
2020-09-14  Tom TromeyApply 'const' in more places
2020-09-14  Simon Marchigdb: remove TYPE_VECTOR
2020-09-14  Simon Marchigdb: add type::is_vector / type::set_is_vector
2020-09-11  Felix WillgerodtAdd bfloat16 support for AVX512 register view.
2020-09-11  Felix Willgerodti386-tdep: Fix naming in zmm and ymm type descriptions.
2020-09-03  Alok Kumar SharmaSupport printing of 16 byte real/complex type for Flang...
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-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-30  Hannes DomaniUse thiscall calling convention for class members
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-02-18  Bernd EdlingerFix build with gcc-4.8.x
2020-02-14  Simon Marchigdb: introduce displaced_step_closure_up type alias
2020-02-14  Simon Marchigdb: make gdbarch_displaced_step_copy_insn return an...
2020-02-08  Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
next