Remove path name from test case
[binutils-gdb.git] / gdb / windows-tdep.c
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-08-31 Tom de Vries[gdb/symtab] Factor out type::{alloc_fields,copy_fields}
2023-03-18 Tom TromeyUnify arch_pointer_type and init_pointer_type
2023-03-18 Tom TromeyUnify arch_integer_type and init_integer_type
2023-03-18 Tom TromeyRemove arch_type
2023-02-13 Tom TromeyTurn some value_contents functions into methods
2023-02-13 Tom TromeyTurn allocate_computed_value into static "constructor"
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13 Tom TromeyTurn value_type into method
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: add type::target_type / type::set_target_type
2022-09-20 Tom TromeyMove solib_ops into gdbarch
2022-08-05 Alan ModraDon't use BFD_VMA_FMT in gdb and sim
2022-08-04 Tom TromeyUse registry in gdbarch
2022-05-05 Simon Marchigdb: use gdb::function_view for gdbarch_iterate_over_ob...
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-06 Simon Marchigdb: remove internalvar_funcs::destroy
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-06 Tom TromeyClean up some dead code in windows-tdep.c
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-07 Simon Marchigdb: add accessors for field (and call site) location
2021-10-01 Simon Marchigdb: add field::name / field::set_name
2021-09-06 Tom TromeyRemove some complaints.h includes
2021-05-27 Simon Marchigdb: fix some indentation issues
2021-05-27 Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29 Tom TromeyRemove symfile_objfile macro
2020-10-29 Tom TromeyRemove the exec_bfd macro
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-09-29 Tom TromeyRemove target_has_stack macro
2020-09-18 Jon TurneyAdd handling for 64-bit module addresses in Cygwin...
2020-09-18 Jon TurneyPromote windows_core_xfer_shared_libraries and windows_...
2020-09-14 Simon Marchigdb: add type::is_unsigned / type::set_is_unsigned
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: add type::fields / type::set_fields
2020-05-22 Simon Marchigdb: add type::num_fields / type::set_num_fields
2020-05-19 Pedro AlvesDefault gdb_bfd_open's fd parameter to -1
2020-05-16 Simon Marchigdb: add type::name / type::set_name
2020-04-24 Hannes DomaniAdd WOW64 exception numbers to $_siginfo.ExceptionCode...
2020-04-23 Tom TromeyFix infinite loop in is_linked_with_cygwin_dll
2020-04-19 Tom TromeyRestore some windows-tdep.c code
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-16 Simon Marchigdb: is_linked_with_cygwin_dll: mention filename in...
2020-04-16 Simon Marchigdb: is_linked_with_cygwin_dll: handle import table...
2020-04-08 Simon Marchigdb: stop using host-dependent signal numbers in window...
2020-04-02 Simon Marchigdb: use bfd_get_section_contents to read section conte...
2020-04-01 Simon Marchigdb: fix style issues in is_linked_with_cygwin_dll
2020-03-16 Simon Marchigdb: select "Cygwin" OS ABI for Cygwin binaries
2020-03-06 Hannes DomaniDon't try to get the TIB address without an inferior
2020-03-03 Hannes DomaniRebase executable to match relocated base address
2020-02-12 Hannes DomaniCache the Thread Local Base pointer type in the gdbarch
2020-02-09 Hannes DomaniUse enums for human-readable exception information.
2020-02-09 Hannes DomaniDisplay ExceptionRecord for $_siginfo
2020-01-23 Hannes DomaniCache the text section offset of shared libraries
2020-01-16 Hannes DomaniAdd type for $_tlb->process_environment_block->process_...
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-06 Eli ZaretskiiFix a typo in gdb/windows-tdep.c
2020-01-06 Eli ZaretskiiImprove process exit status macros on MinGW
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-03 Tom TromeyRemove ptid_equal
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-27 Tom TromeyConstify display_tib
2017-09-16 Simon MarchiMake xml_escape_text return an std::string
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-04-12 Pedro AlvesTeach GDB that wchar_t is a built-in type in C++ mode
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-04-02 Gary BensonConvert "remote:" sysroots to "target:" and remove...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-10-01 Yao Qigdb/
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-13 Pierre Muller * coff-pe-read.h (pe_text_section_offset): Declare...
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-06-05 Joel BrobeckerWindows-specific iterate_over_objfiles_in_search_order
2012-04-27 Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-03-01 Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-07-14 Jan Kratochvilgdb/
2011-04-19 Tom Tromeygdb
2011-01-12 Michael Snyder2011-01-11 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
next