aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-24Fix passing of struct with bitfields on x86-64Tom Tromey1-4/+6
2019-04-15Fix AMD64 return value ABI in expression evaluationLeszek Swirski1-11/+33
2019-04-08Replace throw_exception with throw in some casesTom Tromey1-3/+3
2019-04-08Rename gdb exception typesTom Tromey1-3/+3
2019-04-08Rewrite TRY/CATCHTom Tromey1-9/+6
2019-04-06Revert the header-sorting patchTom Tromey1-20/+16
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-16/+20
2019-03-12Support the fs_base and gs_base registers on i386.John Baldwin1-9/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-6/+7
2018-10-21Allocate buffer with proper size in amd64_pseudo_register_{read_value,write}Simon Marchi1-13/+18
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-06-29x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves1-7/+10
2018-05-30Remove regcache_raw_collectSimon Marchi1-4/+4
2018-05-30Remove regcache_raw_supplySimon Marchi1-6/+4
2018-05-30Remove regcache_cooked_writeSimon Marchi1-3/+3
2018-05-30Remove regcache_raw_write_partSimon Marchi1-3/+3
2018-05-30Remove regcache_raw_read_partSimon Marchi1-2/+2
2018-05-30Remove regcache_raw_writeSimon Marchi1-6/+5
2018-05-30Remove regcache_raw_readSimon Marchi1-6/+5
2018-05-08gdb/x86: Handle kernels using compact xsave formatAndrew Burgess1-6/+16
2018-04-13infrun: step through indirect branch thunksMarkus Metzger1-0/+14
2018-04-07Fix generation of x86-64 gdbarch with osabi none (PR 22979)Simon Marchi1-1/+23
2018-03-06gdb/amd64: Ignore zero sized fields when calling functionsAndrew Burgess1-2/+3
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-1/+1
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-5/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-04Fix displaced-stepping RIP-relative VEX-encoded instructions (AVX) (PR gdb/22...Pedro Alves1-9/+49
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-6/+6
2017-10-21Create a displaced_step_closure class hierarchySimon Marchi1-20/+18
2017-09-26Move GDB producer parsing routines to a separate fileWalfred Tedeschi1-0/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-05Convert the rest x86 target descriptionsYao Qi1-29/+37
2017-08-09Remove x32 non-linux target descriptionsYao Qi1-8/+0
2017-07-25Make amd64_x32_init_abi and amd64_init_abi argument constantYao Qi1-2/+2
2017-07-13Fix x86-64 GNU/Linux crashesPedro Alves1-9/+6
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-1/+1
2017-03-07amd64-mpx: initialize BND register before performing inferior calls.Walfred Tedeschi1-0/+7
2017-02-17Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm1-4/+15
2017-02-17Add target description for avx-avx512.Michael Sturm1-3/+6
2017-02-17Rename target descriptions to reflect actual content of description.Michael Sturm1-7/+7
2017-01-27amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi1-0/+13
2017-01-18Use register_size () instead of MAX_REGISTER_SIZEAlan Hayward1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-6/+7
2016-08-19x32: gdb: Fix 'call' insn relocation with qRelocInsnPedro Alves1-5/+37
2016-05-07remove trivialy unused variablesTrevor Saunders1-3/+0
2016-04-19Add target descriptions for AVX + MPXWalfred Tedeschi1-0/+4
2016-02-10gdb/x86: Implement ax_pseudo_register_collect hook.Marcin Koƛcielnicki1-0/+31