aboutsummaryrefslogtreecommitdiff
path: root/gdb/amd64-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-17/+17
2022-02-06gdb: remove SYMTAB_COMPUNIT macro, add getter/setterSimon Marchi1-2/+2
2022-02-06gdb: remove COMPUNIT_EPILOGUE_UNWIND_VALID macro, add getter/setterSimon Marchi1-1/+1
2022-02-06gdb: remove COMPUNIT_PRODUCER macro, add getter/setterSimon Marchi1-5/+5
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-23gdb: on x86-64 non-trivial C++ objects are returned in memoryAndrew Burgess1-3/+13
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-17/+19
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-2/+2
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-3/+3
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi1-5/+6
2021-09-03gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386.Felix Willgerodt1-6/+6
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi1-0/+3
2021-06-07gdb: handle case where type alignment is unknownAndrew Burgess1-1/+4
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-8/+8
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