Age | Commit message (Expand) | Author | Files | Lines |
2015-04-22 | windows-nat: Don't change current_event.dwThreadId in handle_output_debug_str... | Jon Turney | 1 | -2/+1 |
2015-04-22 | windows-nat: Report an error if ContinueDebugEvent() fails | Jon Turney | 1 | -0/+5 |
2015-04-22 | windows-nat: Fix misspelling in debug output | Jon Turney | 1 | -1/+1 |
2015-04-22 | windows-nat: Cleanups in get_windows_debug_event | Jon Turney | 1 | -15/+15 |
2015-04-22 | windows-nat: Don't use ternary conditional operator in get_windows_debug_event | Jon Turney | 1 | -1/+3 |
2015-03-24 | Remove 'step' parameters from 'proceed' and 'resume' | Pedro Alves | 1 | -1/+1 |
2015-03-16 | windows-nat.c: conflicting declaration of struct thread_info in C++ mode | Yuanhui Zhang | 1 | -21/+21 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -5/+3 |
2015-02-27 | Retrieve segment registers on Windows amd64 | Jon TURNEY | 1 | -3/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-30 | Remove "dll-symbols", "add-shared-symbol-files" and assf" commands. | Joel Brobecker | 1 | -93/+0 |
2014-10-17 | Make common code handle target_terminal_* idempotency | Pedro Alves | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-02 | Rename 32- and 64-bit Intel files from "i386" to "x86" | Gary Benson | 1 | -11/+11 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move stdlib.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-25 | fix build: update clear_proceed_status callers | Pedro Alves | 1 | -1/+1 |
2014-07-18 | clean up some target delegation cases | Tom Tromey | 1 | -5/+3 |
2014-06-04 | constify to_attach | Tom Tromey | 1 | -1/+1 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-05-21 | Native targets: Add inf-child.c:inf_child_mourn_inferior and use it. | Pedro Alves | 1 | -2/+1 |
2014-05-21 | Allow making GDB not automatically connect to the native target. | Pedro Alves | 1 | -3/+4 |
2014-05-21 | Windows: Rename "target child" -> "target native" | Pedro Alves | 1 | -3/+0 |
2014-04-19 | PR gdb/14018 -- avoid "PC register not available" errors. | Eli Zaretskii | 1 | -16/+33 |
2014-03-14 | Rename native-only terminal related functions. | Pedro Alves | 1 | -1/+1 |
2014-03-12 | Make the windows-nat.c target inherit inf-child.c. | Pedro Alves | 1 | -78/+46 |
2014-02-24 | Fix a GDB assert failure on windows | Yuanhui Zhang | 1 | -1/+1 |
2014-02-20 | windows-nat.c: Bring comment back regarding handling of DLL load events. | Joel Brobecker | 1 | -1/+22 |
2014-02-20 | Simplify windows-nat.c::get_module_name | Joel Brobecker | 1 | -74/+55 |
2014-02-20 | Windows: Rely purely on event info when handling DLL load event | Joel Brobecker | 1 | -29/+10 |
2014-02-20 | Ignore DLL load/unload events during inferior initialization. | Joel Brobecker | 1 | -33/+12 |
2014-02-20 | Deprecate windows-specific dll-symbols command and aliases | Joel Brobecker | 1 | -4/+9 |
2014-02-19 | Add target_ops argument to to_get_tib_address | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_get_ada_task_ptid | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_pid_to_exec_file | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_stop | Tom Tromey | 1 | -2/+2 |
2014-02-19 | Add target_ops argument to to_can_run | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_close | Tom Tromey | 1 | -1/+1 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -15/+20 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -2/+2 |
2014-01-16 | Add target_ops argument to to_prepare_to_store | Markus Metzger | 1 | -1/+1 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -5/+5 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -2/+2 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-16 | Fix compilation error for cygwin native build. | Pierre Muller | 1 | -3/+13 |
2013-12-10 | nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missing | Joel Brobecker | 1 | -0/+86 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -1/+1 |