summaryrefslogtreecommitdiff
path: root/gdb/amd64-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-6/+7
* Allocate buffer with proper size in amd64_pseudo_register_{read_value,write}Simon Marchi2018-10-211-13/+18
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves2018-06-291-7/+10
* Remove regcache_raw_collectSimon Marchi2018-05-301-4/+4
* Remove regcache_raw_supplySimon Marchi2018-05-301-6/+4
* Remove regcache_cooked_writeSimon Marchi2018-05-301-3/+3
* Remove regcache_raw_write_partSimon Marchi2018-05-301-3/+3
* Remove regcache_raw_read_partSimon Marchi2018-05-301-2/+2
* Remove regcache_raw_writeSimon Marchi2018-05-301-6/+5
* Remove regcache_raw_readSimon Marchi2018-05-301-6/+5
* gdb/x86: Handle kernels using compact xsave formatAndrew Burgess2018-05-081-6/+16
* infrun: step through indirect branch thunksMarkus Metzger2018-04-131-0/+14
* Fix generation of x86-64 gdbarch with osabi none (PR 22979)Simon Marchi2018-04-071-1/+23
* gdb/amd64: Ignore zero sized fields when calling functionsAndrew Burgess2018-03-061-2/+3
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-1/+1
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-5/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix displaced-stepping RIP-relative VEX-encoded instructions (AVX) (PR gdb/22...Pedro Alves2017-12-041-9/+49
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-6/+6
* Create a displaced_step_closure class hierarchySimon Marchi2017-10-211-20/+18
* Move GDB producer parsing routines to a separate fileWalfred Tedeschi2017-09-261-0/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Convert the rest x86 target descriptionsYao Qi2017-09-051-29/+37
* Remove x32 non-linux target descriptionsYao Qi2017-08-091-8/+0
* Make amd64_x32_init_abi and amd64_init_abi argument constantYao Qi2017-07-251-2/+2
* Fix x86-64 GNU/Linux crashesPedro Alves2017-07-131-9/+6
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+1
* amd64-mpx: initialize BND register before performing inferior calls.Walfred Tedeschi2017-03-071-0/+7
* Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm2017-02-171-4/+15
* Add target description for avx-avx512.Michael Sturm2017-02-171-3/+6
* Rename target descriptions to reflect actual content of description.Michael Sturm2017-02-171-7/+7
* amd64-linux: expose system register FS_BASE and GS_BASE for Linux.Walfred Tedeschi2017-01-271-0/+13
* Use register_size () instead of MAX_REGISTER_SIZEAlan Hayward2017-01-181-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-6/+7
* x32: gdb: Fix 'call' insn relocation with qRelocInsnPedro Alves2016-08-191-5/+37
* remove trivialy unused variablesTrevor Saunders2016-05-071-3/+0
* Add target descriptions for AVX + MPXWalfred Tedeschi2016-04-191-0/+4
* gdb/x86: Implement ax_pseudo_register_collect hook.Marcin Koƛcielnicki2016-02-101-0/+31
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-3/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-7/+7
* Add casts to memory allocation related callsSimon Marchi2015-09-251-5/+6
* [amd64] Invalid return address after displaced steppingJoel Brobecker2015-08-121-1/+1
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-4/+6
* Add support for the x86 XSAVE extended state on FreeBSD/x86.John Baldwin2015-04-131-0/+20
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-9/+9
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-6/+15
* New common function "startswith"Gary Benson2015-03-061-2/+1