Age | Commit message (Expand) | Author | Files | Lines |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -1/+1 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -3/+3 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -11/+24 |
2017-10-06 | Fix more GDB build breakage on mingw32 | Pedro Alves | 1 | -0/+1 |
2017-10-04 | Implement "set cwd" command on GDB | Sergio Durigan Junior | 1 | -2/+21 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -5/+5 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -9/+0 |
2017-04-28 | Class-ify lm_info_windows | Simon Marchi | 1 | -4/+5 |
2017-04-28 | Make various lm_info implementations inherit from a base class | Simon Marchi | 1 | -17/+28 |
2017-04-13 | Fix build breakage on Cygwin (PR gdb/21385) | Sergio Durigan Junior | 1 | -1/+1 |
2017-04-12 | Fix build breakage from last commit (window-nat.c:windows_create_inferior) | Sergio Durigan Junior | 1 | -1/+1 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -2/+4 |
2017-04-09 | windows-nat.c: Fix bad initialization of ptid | Simon Marchi | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-03-21 | windows: Use ptid from regcache in register fetch/store | Simon Marchi | 1 | -26/+26 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -12/+7 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-04 | Fix a few typos | Simon Marchi | 1 | -1/+1 |
2016-10-29 | Support command-line redirection in native MS-Windows debugging | Eli Zaretskii | 1 | -33/+370 |
2016-09-24 | Fix a use of target_mourn_inferior in windows-nat.c | Jon Turney | 1 | -1/+1 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+1 |
2016-08-10 | Support setting thread names (MS-Windows) | Руслан Ижбулатов | 1 | -11/+82 |
2016-07-23 | Support JIT debugging on MS-Windows | Руслан Ижбулатов | 1 | -0/+27 |
2016-07-21 | Remove unused variable in windows-nat.c | Pedro Alves | 1 | -2/+1 |
2016-06-03 | Fix C++ build for Cygwin | Jon Turney | 1 | -2/+2 |
2016-05-02 | Fix startup on MS-Windows when 'gdb.ini' is found in $HOME | Eli Zaretskii | 1 | -3/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-22 | [win32] cannot automatically find executable file [...] warning at GDB startup | Joel Brobecker | 1 | -1/+2 |
2015-11-17 | [C++/mingw] Simplify first chance exception handling | Pedro Alves | 1 | -18/+6 |
2015-11-17 | [C++/mingw] Fix windows-nat.c::xlate | Pedro Alves | 1 | -1/+1 |
2015-11-17 | [C++/mingw] windows-nat.c casts | Pedro Alves | 1 | -38/+57 |
2015-11-17 | [C++/mingw] Misc alloca casts | Pedro Alves | 1 | -4/+4 |
2015-10-22 | gdb/Windows: use windows_wait/windows_resume directly in initial startup | Pedro Alves | 1 | -10/+11 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -3/+3 |
2015-06-15 | windows-nat: Replace __COPY_CONTEXT_SIZE conditional with __CYGWIN__ | Jon Turney | 1 | -2/+2 |
2015-06-10 | windows-nat: Also ignore ERROR_INVALID_HANDLE from SuspendThread() | Jon Turney | 1 | -2/+5 |
2015-06-10 | windows-nat: Trim a trailing '\n' from OutputDebugString before echoing it | Jon Turney | 1 | -1/+7 |
2015-05-06 | Make the "info dll" command available on all platform. | Joel Brobecker | 1 | -7/+0 |
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 |