aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-08gdb: Allow prologue detection via symbols for Intel compilers.Felix Willgerodt1-4/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi1-10/+13
2020-11-02Add x86_64 ravenscar supportTom Tromey1-0/+3
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-18/+18
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi1-50/+25
2020-09-14Apply 'const' in more placesTom Tromey1-14/+14
2020-08-20Fix for incorrect breakpoint set in case of flang compiled binaryAlok Kumar Sharma1-3/+4
2020-08-06amd64_analyze_prologue: fix incorrect commentVictor Collod1-1/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-2/+2
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-2/+2
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-3/+3
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-8/+8
2020-05-06gdb: handle endbr64 instruction in amd64_analyze_prologueSimon Marchi1-0/+19
2020-02-18Fix build with gcc-4.8.xBernd Edlinger1-1/+2
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi1-1/+1
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi1-4/+4
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-16[gdb/tdep] Fix inferior call arg passing for amd64Tom de Vries1-47/+67
2019-10-16[gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_argumentsTom de Vries1-0/+3
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-07-04i386/AArch64: Remove old xml testsAlan Hayward1-23/+0
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