gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / i386-tdep.c
2020-06-04  Simon Marchigdb: rename displaced_step_closure to displaced_step_co...
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
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-26  Simon MarchiMake a bunch of functions static
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-17  Tom de Vries[gdb] Fix typos in comments
2019-07-17  Andrew Burgessgdb: Remove a non-const reference parameter
2019-07-15  Tom TromeyUse field_string in more places
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-04  Alan Haywardi386/AArch64: Remove old xml tests
2019-06-28  Sergio Durigan JuniorAdjust i386 registers on SystemTap probes' arguments...
2019-05-18  Andrew Burgessgdb/fortran: Use floatformats_ia64_quad for fortran...
2019-05-16  Sergio Durigan JuniorBool-ify stap-probe.c and stap-related code on i386...
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-03-12  John BaldwinSupport the fs_base and gs_base registers on i386.
2019-02-27  Andrew Burgessgdb: Restructure type_align and gdbarch_type_align
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-10-22  Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-08-13  Alan HaywardSplit size in regset section iterators
2018-05-30  Simon MarchiRemove regcache_raw_collect
2018-05-30  Simon MarchiRemove regcache_raw_supply
2018-05-30  Simon MarchiRemove regcache_cooked_write
2018-05-30  Simon MarchiRemove regcache_raw_write_part
2018-05-30  Simon MarchiRemove regcache_raw_write
2018-05-30  Simon MarchiRemove regcache_raw_read
2018-05-05  Tom TromeyAdd fall-through comment to i386-tdep.c
2018-04-30  Tom TromeyRemove long_long_align_bit gdbarch attribute
2018-04-30  Tom TromeyAdd initial type alignment support
2018-04-13  Markus Metzgerinfrun: step through indirect branch thunks
2018-02-24  Tom TromeyRemove cleanups from check_fast_tracepoint_sals
2018-02-21  Yao Qiclass readable_regcache and pass readable_regcache...
2018-01-22  Yao QiReplace regcache_raw_read with regcache->raw_read
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-06  Ulrich WeigandTarget FP: Remove convert_typed_floating from tdep...
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-21  Simon MarchiCreate a displaced_step_closure class hierarchy
2017-10-13  Simon MarchiRemove simple_displaced_step_copy_insn
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-09-27  Tom TromeyConstify some commands in i386-tdep.c
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-05  Yao QiConvert the rest x86 target descriptions
2017-09-04  Yao QiLet i386_target_description return tdesc_i386_mmx
2017-09-04  Yao QiUse i386_target_description to get tdesc_i386
2017-08-07  Maciej W. Rozyckigdbarch: Use an anonymous union for target data in...
2017-06-14  Yao QiDon't use print_insn_XXX in GDB
2017-04-12  Pedro Alvesgdb: Move DJGPP/go32 bits to their own tdep file
2017-04-12  Pedro AlvesRemove unnecessary set_gdbarch_gnu_triplet_regexp calls
2017-04-12  Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-04-05  Pedro Alves-Wwrite-strings: Constify struct disassemble_info's...
2017-03-07  Walfred Tedeschiamd64-mpx: initialize BND register before performing...
2017-02-24  Alan HaywardUse I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZE
2017-02-17  Michael SturmAdd support for Intel PKRU register to GDB and GDBserver.
2017-02-17  Michael SturmAdd target description for avx-avx512.
2017-02-17  Michael SturmRename target descriptions to reflect actual content...
2017-02-06  Luis Machado[BZ 21005] Add support for Intel 64 rdrand and rdseed...
2017-02-01  Pedro Alves[ob/pushed] Use gdb_insn_length instead of creating...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-11-07  Doug Evansi386-tdep.c (i386_gdbarch_init): Add comments.
2016-11-03  Yao QiRemove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_...
2016-11-03  Yao QiGDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPO...
2016-10-18  Maciej W. Rozyckii386-tdep: Verify architecture before proceeding with...
2016-09-16  Pedro Alvesgdb: Use std::min and std::max throughout
2016-09-06  Ulrich WeigandSupport 128-bit IEEE floating-point types on Intel...
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-04-19  Walfred TedeschiAdd target descriptions for AVX + MPX
2016-04-12  Pedro AlvesDo target_terminal_ours in query & friends instead...
2016-02-18  Walfred TedeschiIntel MPX bound violation handling
2016-02-10  Marcin Koƛcielnickigdb/x86: Implement ax_pseudo_register_collect hook.
2016-01-12  Pedro AlvesRemove trademark acknowledgements throughout
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-14  Andrew Burgessgdb: Use TYPE_LENGTH macro
2015-11-04  Walfred TedeschiImprove error message for MPX bound table examinations.
2015-10-26  Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-30  Simon Marchigdbarch.h: Change gdbarch_info::tdep_info's type to...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-07-30  Pierre LangloisRemove isize output argument from fast_tracepoint_valid_at
2015-07-06  Patrick PalkaDon't throw an error in "show mpx bound" implementation
2015-06-24  Gary BensonRemove redundant include directives.
2015-06-12  Walfred TedeschiFix broken GDB build after adding Bound table support...
2015-06-11  Walfred TedeschiFix ARI new warnings introduced in i386-tdep.c.
2015-06-10  Walfred TedeschiAdd support for bound table in the Intel MPX context.
2015-05-26  Martin GalvanRename in_function_epilogue_p to stack_frame_destroyed_p
next
This page took 0.673585 seconds and 106 git commands to generate.