aboutsummaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-10windows-nat: Also ignore ERROR_INVALID_HANDLE from SuspendThread()Jon Turney1-2/+5
2015-06-10windows-nat: Trim a trailing '\n' from OutputDebugString before echoing itJon Turney1-1/+7
2015-05-06Make the "info dll" command available on all platform.Joel Brobecker1-7/+0
2015-04-22windows-nat: Don't change current_event.dwThreadId in handle_output_debug_str...Jon Turney1-2/+1
2015-04-22windows-nat: Report an error if ContinueDebugEvent() failsJon Turney1-0/+5
2015-04-22windows-nat: Fix misspelling in debug outputJon Turney1-1/+1
2015-04-22windows-nat: Cleanups in get_windows_debug_eventJon Turney1-15/+15
2015-04-22windows-nat: Don't use ternary conditional operator in get_windows_debug_eventJon Turney1-1/+3
2015-03-24Remove 'step' parameters from 'proceed' and 'resume'Pedro Alves1-1/+1
2015-03-16windows-nat.c: conflicting declaration of struct thread_info in C++ modeYuanhui Zhang1-21/+21
2015-03-06New common function "startswith"Gary Benson1-5/+3
2015-02-27Retrieve segment registers on Windows amd64Jon TURNEY1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-30Remove "dll-symbols", "add-shared-symbol-files" and assf" commands.Joel Brobecker1-93/+0
2014-10-17Make common code handle target_terminal_* idempotencyPedro Alves1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson1-11/+11
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-07-25fix build: update clear_proceed_status callersPedro Alves1-1/+1
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