aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-8/+8
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi1-4/+4
2022-09-20Move solib_ops into gdbarchTom Tromey1-1/+1
2022-08-06Don't use BFD_VMA_FMT in gdb and simAlan Modra1-8/+10
2022-08-04Use registry in gdbarchTom Tromey1-16/+9
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi1-15/+8
2022-03-29Unify gdb printf functionsTom Tromey1-14/+14
2022-03-06gdb: remove internalvar_funcs::destroySimon Marchi1-1/+0
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-06Clean up some dead code in windows-tdep.cTom Tromey1-24/+20
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-1/+1
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi1-1/+1
2021-09-30gdb: add field::name / field::set_nameSimon Marchi1-1/+1
2021-09-06Remove some complaints.h includesTom Tromey1-1/+0
2021-05-27gdb: fix some indentation issuesSimon Marchi1-4/+4
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-4/+5
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-1/+1
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-10-29Remove symfile_objfile macroTom Tromey1-2/+3
2020-10-29Remove the exec_bfd macroTom Tromey1-1/+2
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-09-28Remove target_has_stack macroTom Tromey1-1/+1
2020-09-18Add handling for 64-bit module addresses in Cygwin core dumpsJon Turney1-7/+23
2020-09-18Promote windows_core_xfer_shared_libraries and windows_core_pid_to_strJon Turney1-0/+98
2020-09-14gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi1-1/+1
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: add type::fields / type::set_fieldsSimon Marchi1-2/+2
2020-05-22gdb: add type::num_fields / type::set_num_fieldsSimon Marchi1-1/+1
2020-05-19Default gdb_bfd_open's fd parameter to -1Pedro Alves1-1/+1
2020-05-16gdb: add type::name / type::set_nameSimon Marchi1-5/+5
2020-04-24Add WOW64 exception numbers to $_siginfo.ExceptionCode enumHannes Domani1-0/+2
2020-04-23Fix infinite loop in is_linked_with_cygwin_dllTom Tromey1-8/+9
2020-04-18Restore some windows-tdep.c codeTom Tromey1-4/+16
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-20/+4
2020-04-16gdb: is_linked_with_cygwin_dll: mention filename in warning messagesSimon Marchi1-6/+8
2020-04-16gdb: is_linked_with_cygwin_dll: handle import table not at beginning of .idat...Simon Marchi1-13/+34
2020-04-08gdb: stop using host-dependent signal numbers in windows-tdep.cSimon Marchi1-72/+142
2020-04-02gdb: use bfd_get_section_contents to read section contents in is_linked_with_...Simon Marchi1-7/+6
2020-04-01gdb: fix style issues in is_linked_with_cygwin_dllSimon Marchi1-4/+4
2020-03-16gdb: select "Cygwin" OS ABI for Cygwin binariesSimon Marchi1-0/+99
2020-03-06Don't try to get the TIB address without an inferiorHannes Domani1-1/+2
2020-03-03Rebase executable to match relocated base addressHannes Domani1-1/+54
2020-02-12Cache the Thread Local Base pointer type in the gdbarchHannes Domani1-8/+7
2020-02-09Use enums for human-readable exception information.Hannes Domani1-6/+96
2020-02-09Display ExceptionRecord for $_siginfoHannes Domani1-0/+72
2020-01-23Cache the text section offset of shared librariesHannes Domani1-6/+14
2020-01-16Add type for $_tlb->process_environment_block->process_parametersHannes Domani1-1/+60