summaryrefslogtreecommitdiff
path: root/gdb/windows-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Unify arch_pointer_type and init_pointer_typeTom Tromey2023-03-181-7/+7
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-181-6/+7
* Remove arch_typeTom Tromey2023-03-181-13/+15
* Turn some value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn allocate_computed_value into static "constructor"Tom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-8/+8
* gdb: add type::target_type / type::set_target_typeSimon Marchi2022-09-211-4/+4
* Move solib_ops into gdbarchTom Tromey2022-09-201-1/+1
* Don't use BFD_VMA_FMT in gdb and simAlan Modra2022-08-061-8/+10
* Use registry in gdbarchTom Tromey2022-08-041-16/+9
* gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi2022-05-051-15/+8
* Unify gdb printf functionsTom Tromey2022-03-291-14/+14
* gdb: remove internalvar_funcs::destroySimon Marchi2022-03-061-1/+0
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Clean up some dead code in windows-tdep.cTom Tromey2022-01-061-24/+20
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+1
* gdb: add accessors for field (and call site) locationSimon Marchi2021-10-071-1/+1
* gdb: add field::name / field::set_nameSimon Marchi2021-09-301-1/+1
* Remove some complaints.h includesTom Tromey2021-09-061-1/+0
* gdb: fix some indentation issuesSimon Marchi2021-05-271-4/+4
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-4/+5
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-1/+1
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Remove symfile_objfile macroTom Tromey2020-10-291-2/+3
* Remove the exec_bfd macroTom Tromey2020-10-291-1/+2
* Remove target_has_execution macroTom Tromey2020-09-281-1/+1
* Remove target_has_stack macroTom Tromey2020-09-281-1/+1
* Add handling for 64-bit module addresses in Cygwin core dumpsJon Turney2020-09-181-7/+23
* Promote windows_core_xfer_shared_libraries and windows_core_pid_to_strJon Turney2020-09-181-0/+98
* gdb: add type::is_unsigned / type::set_is_unsignedSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-1/+1
* gdb: add type::fields / type::set_fieldsSimon Marchi2020-05-221-2/+2
* gdb: add type::num_fields / type::set_num_fieldsSimon Marchi2020-05-221-1/+1
* Default gdb_bfd_open's fd parameter to -1Pedro Alves2020-05-191-1/+1
* gdb: add type::name / type::set_nameSimon Marchi2020-05-161-5/+5
* Add WOW64 exception numbers to $_siginfo.ExceptionCode enumHannes Domani2020-04-241-0/+2
* Fix infinite loop in is_linked_with_cygwin_dllTom Tromey2020-04-231-8/+9
* Restore some windows-tdep.c codeTom Tromey2020-04-181-4/+16
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-20/+4
* gdb: is_linked_with_cygwin_dll: mention filename in warning messagesSimon Marchi2020-04-161-6/+8
* gdb: is_linked_with_cygwin_dll: handle import table not at beginning of .idat...Simon Marchi2020-04-161-13/+34
* gdb: stop using host-dependent signal numbers in windows-tdep.cSimon Marchi2020-04-081-72/+142
* gdb: use bfd_get_section_contents to read section contents in is_linked_with_...Simon Marchi2020-04-021-7/+6
* gdb: fix style issues in is_linked_with_cygwin_dllSimon Marchi2020-04-011-4/+4