summaryrefslogtreecommitdiff
path: root/gdb/amd64-windows-tdep.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-04-10Handle unwinding from SEGV on WindowsTom Tromey
2023-02-13Turn remaining value_contents functions into methodsTom Tromey
2023-02-13Turn some value_contents functions into methodsTom Tromey
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-01-03Fix inferior calls with variably-sized return typeTom Tromey
2023-01-03Convert selected architectures to gdbarch_return_value_as_valueTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-06-29gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi
2021-06-29gdb: introduce frame_debug_printfSimon Marchi
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-05gdb: TYPE_VECTOR -> type::is_vector in amd64-windows-tdep.cSimon Marchi
2020-10-05Fix function argument and return value locationsHannes Domani
2020-09-18Promote windows_core_xfer_shared_libraries and windows_core_pid_to_strJon Turney
2020-09-18Add amd64_windows_gregset_reg_offsetJon Turney
2020-09-18Add sniffer for Cygwin x86_64 core dumpsJon Turney
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi
2020-04-08gdb: stop using host-dependent signal numbers in windows-tdep.cSimon Marchi
2020-03-16gdb: define builtin long type to be 64 bits on amd64 CygwinSimon Marchi
2020-03-16gdb: select "Cygwin" OS ABI for Cygwin binariesSimon Marchi
2020-03-16gdb: add Windows OS ABISimon Marchi
2020-03-16gdb: recognize 64 bits Windows executables as Cygwin osabiSimon Marchi
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-08Change section_offsets to a std::vectorTom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger
2019-10-18[gdb] Fix more typos in commentsTom de Vries
2019-07-09Rename common to gdbsupportTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-03-29Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-17Replace "the the" with "the"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-06-29x86_64-windows GDB crash due to fs_base/gs_base registersPedro Alves
2018-05-30Remove regcache_cooked_writeSimon Marchi
2018-05-30Remove regcache_raw_write_partSimon Marchi