summaryrefslogtreecommitdiff
path: root/gdb/amd64-tdep.c
AgeCommit message (Expand)Author
2022-08-03gdb/amd64: clean up unused variableEnze Li
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-02-06gdb: remove SYMTAB_COMPUNIT macro, add getter/setterSimon Marchi
2022-02-06gdb: remove COMPUNIT_EPILOGUE_UNWIND_VALID macro, add getter/setterSimon Marchi
2022-02-06gdb: remove COMPUNIT_PRODUCER macro, add getter/setterSimon Marchi
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-23gdb: on x86-64 non-trivial C++ objects are returned in memoryAndrew Burgess
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi
2021-09-03gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386.Felix Willgerodt
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi
2021-06-07gdb: handle case where type alignment is unknownAndrew Burgess
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi
2021-04-08gdb: Allow prologue detection via symbols for Intel compilers.Felix Willgerodt
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-04gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi
2020-11-02Add x86_64 ravenscar supportTom Tromey
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi
2020-09-14Apply 'const' in more placesTom Tromey
2020-08-20Fix for incorrect breakpoint set in case of flang compiled binaryAlok Kumar Sharma
2020-08-06amd64_analyze_prologue: fix incorrect commentVictor Collod
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi
2020-05-06gdb: handle endbr64 instruction in amd64_analyze_prologueSimon Marchi
2020-02-18Fix build with gcc-4.8.xBernd Edlinger
2020-02-14gdb: introduce displaced_step_closure_up type aliasSimon Marchi
2020-02-14gdb: make gdbarch_displaced_step_copy_insn return an std::unique_ptrSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-16[gdb/tdep] Fix inferior call arg passing for amd64Tom de Vries
2019-10-16[gdb/tdep] Fix 'Unexpected register class' assert in amd64_push_argumentsTom de Vries
2019-07-09Rename common to gdbsupportTom Tromey
2019-07-04i386/AArch64: Remove old xml testsAlan Hayward
2019-04-24Fix passing of struct with bitfields on x86-64Tom Tromey
2019-04-15Fix AMD64 return value ABI in expression evaluationLeszek Swirski
2019-04-08Replace throw_exception with throw in some casesTom Tromey
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-03-12Support the fs_base and gs_base registers on i386.John Baldwin
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-11-16Pass return_method to _push_dummy_callAlan Hayward
2018-10-21Allocate buffer with proper size in amd64_pseudo_register_{read_value,write}Simon Marchi