summaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
Commit message (Expand)AuthorAgeFilesLines
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-1/+1
* Fix small indentation error in last commitPierre Muller2013-09-021-2/+2
* * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPYPierre Muller2013-09-021-1/+9
* * windows-nat.c (windows_xfer_memory): Fix compilation failurePierre Muller2013-09-021-4/+4
* windows-nat.c: Don't install a deprecated_xfer_memory method.Pedro Alves2013-08-271-22/+17
* Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves2013-07-011-1/+0
* windows-nat.c:thread_rec: Add missing empty line after var declaration.Joel Brobecker2013-06-111-0/+1
* [windows] Fix accidental change of %u -> %d in SuspendThread warning.Joel Brobecker2013-06-111-1/+1
* windows: Prefix thread ID values with "0x" in debug tracesJoel Brobecker2013-06-111-10/+10
* windows: Add thread ID in SuspendThread error warning message.Joel Brobecker2013-06-111-2/+3
* windows_delete_thread: Add missing space in cast expressionJoel Brobecker2013-05-301-1/+1
* Fix reporting of DLL unload events on MS-Windows.Eli Zaretskii2013-05-221-1/+0
* Add missing empty line after var declarations in handle_unload_dllJoel Brobecker2013-05-201-0/+1
* Announce thread death on MS-Windows.Eli Zaretskii2013-05-041-3/+8
* Unbreak Windows-hosted cross debugger builds.Eli Zaretskii2013-04-061-12/+0
* * windows-nat.c (handle_output_debug_string): Avoid typecastPierre Muller2013-03-271-1/+1
* windows-nat.c: Add empty line after local block variable definitions.Joel Brobecker2013-03-261-0/+2
* Fix relocation of directories in the MinGW build.Eli Zaretskii2013-03-231-0/+12
* gdb/Jan Kratochvil2013-03-201-1/+1
* * windows-nat.c (handle_output_debug_string): Replace callCorinna Vinschen2013-03-201-1/+1
* * windows-nat.c (handle_output_debug_string): Change type of n toCorinna Vinschen2013-03-191-1/+1
* * windows-nat.c: Throughout, fix format strings and casts ofCorinna Vinschen2013-02-271-32/+34
* * windows-nat.c (windows_xfer_memory): Fix debug-outputKai Tietz2013-02-191-4/+4
* [native x86 GNU/Linux] Access debug register mirror from the corresponding pr...Pedro Alves2013-02-131-0/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * windows-nat.c (windows_xfer_shared_libraries): AvoidPierre Muller2012-12-141-5/+7
* ARI fixes: Avoid sprintf function use rule.Pierre Muller2012-11-131-7/+9
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-1/+1
* [Windows] run program with space in path to exe.Joel Brobecker2012-10-241-4/+8
* * procfs.c: Add gdb_bfd header.Pierre Muller2012-09-261-0/+1
* * windows-nat.c (windows_make_so): Use gdb_bfd_open.Tom Tromey2012-08-221-1/+1
* * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey2012-07-231-2/+1
* * bfd-target.c (target_bfd_reopen): Update.Tom Tromey2012-07-231-1/+2
* * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey2012-07-181-3/+3
* gdb/Pedro Alves2012-05-241-33/+33
* gdb/Pedro Alves2012-05-241-4/+4
* Segment register reading on Windows targets.Joel Brobecker2012-05-041-0/+20
* gdb/Jan Kratochvil2012-03-021-2/+12
* * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type ofDoug Evans2012-02-021-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* * windows-nat.c (cygwin_get_dr, cygwin_get_dr7): Add missingPierre Muller2011-12-161-0/+2
* gdb/Pedro Alves2011-12-141-1/+20
* * windows-nat.c: Include wchar.h to avoid compiler warnings.Corinna Vinschen2011-10-071-3/+56
* Support "set environment" and "unset environment" in MinGW builds.Eli Zaretskii2011-09-281-1/+44
* 2011-05-09 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-05-091-1/+1
* gdbTom Tromey2011-04-191-2/+2
* Remove support for old Cygwin 1.5 versions.Pierre Muller2011-04-071-17/+0
* 2011-03-23 Kai Tietz <ktietz@redhat.com>Kai Tietz2011-03-231-1/+2
* Fix ARI warnings about new lines at the end of messages, whichPierre Muller2011-03-161-1/+1
* 2011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-121-109/+138