aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14 * windows-nat.c (windows_xfer_shared_libraries): AvoidPierre Muller1-5/+7
2012-11-13 ARI fixes: Avoid sprintf function use rule.Pierre Muller1-7/+9
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-1/+1
2012-10-24[Windows] run program with space in path to exe.Joel Brobecker1-4/+8
2012-09-26 * procfs.c: Add gdb_bfd header.Pierre Muller1-0/+1
2012-08-22 * windows-nat.c (windows_make_so): Use gdb_bfd_open.Tom Tromey1-1/+1
2012-07-23 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey1-2/+1
2012-07-23 * bfd-target.c (target_bfd_reopen): Update.Tom Tromey1-1/+2
2012-07-18 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey1-3/+3
2012-05-24gdb/Pedro Alves1-33/+33
2012-05-24gdb/Pedro Alves1-4/+4
2012-05-04Segment register reading on Windows targets.Joel Brobecker1-0/+20
2012-03-02gdb/Jan Kratochvil1-2/+12
2012-02-02 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type ofDoug Evans1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-16 * windows-nat.c (cygwin_get_dr, cygwin_get_dr7): Add missingPierre Muller1-0/+2
2011-12-14gdb/Pedro Alves1-1/+20
2011-10-07 * windows-nat.c: Include wchar.h to avoid compiler warnings.Corinna Vinschen1-3/+56
2011-09-28Support "set environment" and "unset environment" in MinGW builds.Eli Zaretskii1-1/+44
2011-05-092011-05-09 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+1
2011-04-19gdbTom Tromey1-2/+2
2011-04-07 Remove support for old Cygwin 1.5 versions.Pierre Muller1-17/+0
2011-03-232011-03-23 Kai Tietz <ktietz@redhat.com>Kai Tietz1-1/+2
2011-03-16 Fix ARI warnings about new lines at the end of messages, whichPierre Muller1-1/+1
2011-01-122011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder1-109/+138
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-11-28gdb/Jan Kratochvil1-4/+4
2010-05-31 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):Pierre Muller1-1/+73
2010-05-25 * windows-nat.c (display_selector): Call GetLastError to give betterPierre Muller1-1/+5
2010-04-16 Support for Windows OS Thread Information Block.Pierre Muller1-18/+33
2010-03-10* windows-nat.c (cygwin_conv_path): Remove old macro.Christopher Faylor1-1/+0
2010-03-09* windows-nat.c (cygwin_conv_path): Redefine to properly convert from/toChristopher Faylor1-1/+10
2010-03-06* windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one block.Christopher Faylor1-102/+123
2010-03-01 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7Corinna Vinschen1-76/+182
2010-02-15gdb/Jan Kratochvil1-4/+1
2010-02-12Spurious "dll not found" error messages on x64-windows.Joel Brobecker1-2/+10
2010-01-27* windows-nat.c (windows_initialization_done): New variable.Christopher Faylor1-5/+17
2010-01-252010-01-25 gingold <gingold@adacore.com>Tristan Gingold1-8/+8
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+2
2009-09-21 * windows-nat.c (ctrl_c_handler): Also handle CTRL_BREAK_EVENT.Pierre Muller1-2/+2
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-1/+1
2009-06-17 * ada-tasks.c (read_known_tasks_array): Use target_gdbarch insteadUlrich Weigand1-3/+4
2009-06-162009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-1/+3
2009-06-07 * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves1-5/+5
2009-05-24 * symfile.c (add_shared_symbol_files_command): RemovePierre Muller1-0/+4
2009-05-21 * target.h (TARGET_WNOHANG): New.Pedro Alves1-1/+1
2009-05-14 Remove all i386 debug register low level macros in config nm files.Pierre Muller1-6/+21
2009-04-17 ARI fix: Do not use %p, replace by call to host_address_to_stringPierre Muller1-8/+11