summaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Make common code handle target_terminal_* idempotencyPedro Alves2014-10-171-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson2014-09-021-11/+11
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Move stdlib.h to common-defs.hGary Benson2014-08-071-1/+0
* fix build: update clear_proceed_status callersPedro Alves2014-07-251-1/+1
* clean up some target delegation casesTom Tromey2014-07-181-5/+3
* constify to_attachTom Tromey2014-06-041-1/+1
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves2014-05-211-2/+1
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-3/+4
* Windows: Rename "target child" -> "target native"Pedro Alves2014-05-211-3/+0
* PR gdb/14018 -- avoid "PC register not available" errors.Eli Zaretskii2014-04-191-16/+33
* Rename native-only terminal related functions.Pedro Alves2014-03-141-1/+1
* Make the windows-nat.c target inherit inf-child.c.Pedro Alves2014-03-121-78/+46
* Fix a GDB assert failure on windowsYuanhui Zhang2014-02-241-1/+1
* windows-nat.c: Bring comment back regarding handling of DLL load events.Joel Brobecker2014-02-201-1/+22
* Simplify windows-nat.c::get_module_nameJoel Brobecker2014-02-201-74/+55
* Windows: Rely purely on event info when handling DLL load eventJoel Brobecker2014-02-201-29/+10
* Ignore DLL load/unload events during inferior initialization.Joel Brobecker2014-02-201-33/+12
* Deprecate windows-specific dll-symbols command and aliasesJoel Brobecker2014-02-201-4/+9
* Add target_ops argument to to_get_tib_addressTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_get_ada_task_ptidTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_pid_to_exec_fileTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_stopTom Tromey2014-02-191-2/+2
* Add target_ops argument to to_can_runTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_closeTom Tromey2014-02-191-1/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-15/+20
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-2/+2
* Add target_ops argument to to_prepare_to_storeMarkus Metzger2014-01-161-1/+1
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-5/+5
* replace XZALLOC with XCNEWTom Tromey2014-01-131-2/+2
* Remove duplicated #include's from GDBHonggyu Kim2014-01-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Fix compilation error for cygwin native build.Pierre Muller2013-12-161-3/+13
* nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missingJoel Brobecker2013-12-101-0/+86
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* constify to_detachTom Tromey2013-11-081-1/+1
* * 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