aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-cygwin-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-16gdb: rename i386-cygwin-tdep.c to i386-windows-tdep.cSimon Marchi1-274/+0
2020-03-16gdb: add Windows OS ABISimon Marchi1-3/+14
2020-01-23Cache the text section offset of shared librariesHannes Domani1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-4/+4
2019-09-18Constify target name, reloc name, and carsym nameAlan Modra1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-7/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-30X86: Migrate from 'regset_from_core_section' to 'iterate_over_regset_sections'Andreas Arnez1-16/+2
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-05-21X86: Replace regset_alloc() invocations by static regset structures.Andreas Arnez1-8/+1
2014-02-07core_xfer_shared_libraries and core_xfer_shared_libraries_aix returns ULONGESTYao Qi1-2/+2
2014-01-14Change 'len''s type from LONGEST to ULONGEST: gdbarch methods core_xfer_share...Yao Qi1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-01gdb/Yao Qi1-11/+2
2013-09-02gdb/Yao Qi1-2/+0
2013-04-19-Wpointer-sign: gdb_byte -> char.Pedro Alves1-3/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-06-05Windows-specific iterate_over_objfiles_in_search_orderJoel Brobecker1-0/+3
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-01-092011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+2
2010-08-04 * corelow.c (core_pid_to_str): Default to using normal_pid_to_strPedro Alves1-0/+18
2010-04-24 * defs.h: Adjust comment.Pedro Alves1-0/+4
2010-03-05gdbTom Tromey1-0/+8
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-3/+4
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-2/+4
2009-01-13* amd64-windows-nat.c Rename gdb-specific win32_* to windows_* throughout.Christopher Faylor1-14/+14
2009-01-12Fix linking with --enable-targets=all:Christopher Faylor1-1/+1
2009-01-11 * win32-tdep.h, win32-tdep.c: New files.Joel Brobecker1-19/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-06-11 * gdbarch.sh (gdbarch_skip_main_prologue): New.Pierre Muller1-0/+2
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-11-27 * Makefile.in (ALL_TARGET_OBS): Remove object files that requireUlrich Weigand1-2/+8
2007-10-24 * arm-wince-tdep.c: Include "solib.h" and "solib-target.h".Ulrich Weigand1-0/+4
2007-09-04 * infcmd.c (post_create_inferior): Update comment.Pedro Alves1-1/+2
2007-09-03 * gdbarch.sh (core_xfer_shared_libraries): New.Pedro Alves1-5/+210