summaryrefslogtreecommitdiff
path: root/gdb/amd64-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: handle endbr64 instruction in amd64_analyze_prologueSimon Marchi2020-05-061-0/+19
* Fix build with gcc-4.8.xBernd Edlinger2020-02-181-1/+2
* gdb: introduce displaced_step_closure_up type aliasSimon Marchi2020-02-141-1/+1
* gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi2020-02-141-4/+4
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb/tdep] Fix inferior call arg passing for amd64Tom de Vries2019-10-161-47/+67
* [gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_argumentsTom de Vries2019-10-161-0/+3
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* i386/AArch64: Remove old xml testsAlan Hayward2019-07-041-23/+0
* Fix passing of struct with bitfields on x86-64Tom Tromey2019-04-241-4/+6
* Fix AMD64 return value ABI in expression evaluationLeszek Swirski2019-04-151-11/+33
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-3/+3
* Rename gdb exception typesTom Tromey2019-04-081-3/+3
* Rewrite TRY/CATCHTom Tromey2019-04-081-9/+6
* Revert the header-sorting patchTom Tromey2019-04-061-20/+16
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-16/+20
* Support the fs_base and gs_base registers on i386.John Baldwin2019-03-121-9/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* 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