Error when gdb_is_target_1 is called without running gdb instance
[binutils-gdb.git] / gdb / amd64-tdep.c
2022-02-06 Simon Marchigdb: remove SYMTAB_COMPUNIT macro, add getter/setter
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-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-23 Andrew Burgessgdb: on x86-64 non-trivial C++ objects are returned...
2021-11-15 Simon Marchigdb: fix gdbarch_tdep ODR violation
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-07 Simon Marchigdb: add accessors for field (and call site) location
2021-09-03 Felix Willgerodtgdb: Enable finish command and inferior calls for _Floa...
2021-06-29 Simon Marchigdb: add names to unwinders, add debug messages when...
2021-06-07 Andrew Burgessgdb: handle case where type alignment is unknown
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-04-08 Felix Willgerodtgdb: Allow prologue detection via symbols for Intel...
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-11-02 Tom TromeyAdd x86_64 ravenscar support
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-30 Simon Marchigdb: introduce displaced_debug_printf
2020-09-14 Tom TromeyApply 'const' in more places
2020-08-20 Alok Kumar SharmaFix for incorrect breakpoint set in case of flang compi...
2020-08-06 Victor Collodamd64_analyze_prologue: fix incorrect comment
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-06 Simon Marchigdb: handle endbr64 instruction in amd64_analyze_prologue
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-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-10-16 Tom de Vries[gdb/tdep] Fix inferior call arg passing for amd64
2019-10-16 Tom de Vries[gdb/tdep] Fix 'Unexpected register class' assert in...
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-04 Alan Haywardi386/AArch64: Remove old xml tests
2019-04-24 Tom TromeyFix passing of struct with bitfields on x86-64
2019-04-15 Leszek SwirskiFix AMD64 return value ABI in expression evaluation
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-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-12 John BaldwinSupport the fs_base and gs_base registers on i386.
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 MarchiAllocate buffer with proper size in amd64_pseudo_regist...
2018-07-22 Tom TromeySimple unused variable removals
2018-06-29 Pedro Alvesx86_64-windows GDB crash due to fs_base/gs_base registers
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_read_part
2018-05-30 Simon MarchiRemove regcache_raw_write
2018-05-30 Simon MarchiRemove regcache_raw_read
2018-05-08 Andrew Burgessgdb/x86: Handle kernels using compact xsave format
2018-04-13 Markus Metzgerinfrun: step through indirect branch thunks
2018-04-07 Simon MarchiFix generation of x86-64 gdbarch with osabi none (PR...
2018-03-06 Andrew Burgessgdb/amd64: Ignore zero sized fields when calling functions
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-04 Pedro AlvesFix displaced-stepping RIP-relative VEX-encoded instruc...
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-21 Simon MarchiCreate a displaced_step_closure class hierarchy
2017-09-26 Walfred TedeschiMove GDB producer parsing routines to a separate file
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-05 Yao QiConvert the rest x86 target descriptions
2017-08-09 Yao QiRemove x32 non-linux target descriptions
2017-07-25 Yao QiMake amd64_x32_init_abi and amd64_init_abi argument...
2017-07-13 Pedro AlvesFix x86-64 GNU/Linux crashes
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-03-07 Walfred Tedeschiamd64-mpx: initialize BND register before performing...
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-01-27 Walfred Tedeschiamd64-linux: expose system register FS_BASE and GS_BASE...
2017-01-18 Alan HaywardUse register_size () instead of MAX_REGISTER_SIZE
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-08-19 Pedro Alvesx32: gdb: Fix 'call' insn relocation with qRelocInsn
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-04-19 Walfred TedeschiAdd target descriptions for AVX + MPX
2016-02-10 Marcin Koƛcielnickigdb/x86: Implement ax_pseudo_register_collect hook.
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-26 Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-12 Joel Brobecker[amd64] Invalid return address after displaced stepping
2015-05-26 Martin GalvanRename in_function_epilogue_p to stack_frame_destroyed_p
2015-04-13 John BaldwinAdd support for the x86 XSAVE extended state on FreeBSD...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07 Pedro AlvesNormalize TRY_CATCH exception handling block
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-04 Andreas ArnezFix internal error when core file section is too big
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-28 Pierre MullerFix amd64 dwarf register number mapping (MMX register...
next