aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-3/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-7/+7
2015-09-25Add casts to memory allocation related callsSimon Marchi1-5/+6
2015-08-12[amd64] Invalid return address after displaced steppingJoel Brobecker1-1/+1
2015-05-26Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan1-4/+6
2015-04-13Add support for the x86 XSAVE extended state on FreeBSD/x86.John Baldwin1-0/+20
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-9/+9
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-6/+15
2015-03-06New common function "startswith"Gary Benson1-2/+1