aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-18clean up some target delegation casesTom Tromey1-5/+3
2014-06-04constify to_attachTom Tromey1-1/+1
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves1-2/+1
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves1-3/+4
2014-05-21Windows: Rename "target child" -> "target native"Pedro Alves1-3/+0
2014-04-19PR gdb/14018 -- avoid "PC register not available" errors.Eli Zaretskii1-16/+33
2014-03-14Rename native-only terminal related functions.Pedro Alves1-1/+1
2014-03-12Make the windows-nat.c target inherit inf-child.c.Pedro Alves1-78/+46
2014-02-24Fix a GDB assert failure on windowsYuanhui Zhang1-1/+1
2014-02-20windows-nat.c: Bring comment back regarding handling of DLL load events.Joel Brobecker1-1/+22
2014-02-20Simplify windows-nat.c::get_module_nameJoel Brobecker1-74/+55
2014-02-20Windows: Rely purely on event info when handling DLL load eventJoel Brobecker1-29/+10
2014-02-20Ignore DLL load/unload events during inferior initialization.Joel Brobecker1-33/+12
2014-02-20Deprecate windows-specific dll-symbols command and aliasesJoel Brobecker1-4/+9
2014-02-19Add target_ops argument to to_get_tib_addressTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_get_ada_task_ptidTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_pid_to_exec_fileTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_stopTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_can_runTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_closeTom Tromey1-1/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-15/+20
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-2/+2
2014-01-16Add target_ops argument to to_prepare_to_storeMarkus Metzger1-1/+1
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-5/+5
2014-01-13replace XZALLOC with XCNEWTom Tromey1-2/+2
2014-01-07Remove duplicated #include's from GDBHonggyu Kim1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-16 Fix compilation error for cygwin native build.Pierre Muller1-3/+13
2013-12-10nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missingJoel Brobecker1-0/+86
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-1/+1
2013-09-02 Fix small indentation error in last commitPierre Muller1-2/+2
2013-09-02 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPYPierre Muller1-1/+9
2013-09-02 * windows-nat.c (windows_xfer_memory): Fix compilation failurePierre Muller1-4/+4
2013-08-27windows-nat.c: Don't install a deprecated_xfer_memory method.Pedro Alves1-22/+17
2013-07-01Normalize on PATH_MAX instead of MAXPATHLEN throughout.Pedro Alves1-1/+0
2013-06-11windows-nat.c:thread_rec: Add missing empty line after var declaration.Joel Brobecker1-0/+1
2013-06-11[windows] Fix accidental change of %u -> %d in SuspendThread warning.Joel Brobecker1-1/+1
2013-06-11windows: Prefix thread ID values with "0x" in debug tracesJoel Brobecker1-10/+10
2013-06-11windows: Add thread ID in SuspendThread error warning message.Joel Brobecker1-2/+3
2013-05-30windows_delete_thread: Add missing space in cast expressionJoel Brobecker1-1/+1
2013-05-22Fix reporting of DLL unload events on MS-Windows.Eli Zaretskii1-1/+0
2013-05-20Add missing empty line after var declarations in handle_unload_dllJoel Brobecker1-0/+1
2013-05-04Announce thread death on MS-Windows.Eli Zaretskii1-3/+8
2013-04-06Unbreak Windows-hosted cross debugger builds.Eli Zaretskii1-12/+0
2013-03-27 * windows-nat.c (handle_output_debug_string): Avoid typecastPierre Muller1-1/+1
2013-03-26windows-nat.c: Add empty line after local block variable definitions.Joel Brobecker1-0/+2
2013-03-23Fix relocation of directories in the MinGW build.Eli Zaretskii1-0/+12