Age | Commit message (Expand) | Author | Files | Lines |
2024-05-30 | gdb: remove unused includes in utils.h | Simon Marchi | 1 | -0/+1 |
2024-05-20 | gdb: Fix Windows build after #include shuffle | Kévin Le Gouguec | 1 | -0/+1 |
2024-04-29 | gdb/Cygwin: Fix attach pid error message | Pedro Alves | 1 | -4/+13 |
2024-04-26 | Windows: Fix run/attach hang after bad run/attach | Pedro Alves | 1 | -15/+20 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-17 | gdb/Windows: Fix detach while running | Pedro Alves | 1 | -8/+145 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-03-25 | Fix windows_nat_target::fake_create_process ptid | Pedro Alves | 1 | -2/+2 |
2024-03-22 | windows-nat: Use gdb_realpath | Pedro Alves | 1 | -5/+2 |
2024-03-22 | windows-nat: Remove SO_NAME_MAX_PATH_SIZE limit | Pedro Alves | 1 | -6/+16 |
2024-03-22 | Simplify windows-nat.c:windows_make_so #ifdefery | Pedro Alves | 1 | -7/+6 |
2024-02-23 | Drop special way of getting inferior context after a Cygwin signal | Jon Turney | 1 | -37/+15 |
2024-02-09 | gdb: add program_space parameter to disable_breakpoints_in_shlibs | Simon Marchi | 1 | -1/+1 |
2024-02-04 | Use reference result of emplace_back | Tom Tromey | 1 | -2/+1 |
2024-01-30 | Really fix Windows gdbserver segment registers | Tom Tromey | 1 | -13/+31 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -2/+2 |
2023-11-27 | Introduce throw_winerror_with_name | Tom Tromey | 1 | -12/+19 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -5/+5 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 1 | -2/+2 |
2023-11-16 | gdb: remove two uses of obstack | Simon Marchi | 1 | -11/+6 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -1/+1 |
2023-10-05 | gdb: remove print_sys_errmsg | Andrew Burgess | 1 | -1/+1 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -1/+1 |
2023-08-23 | gdb: centralize "[Thread ...exited]" notifications | Pedro Alves | 1 | -14/+6 |
2023-04-04 | gdb: make find_thread_ptid a process_stratum_target method | Simon Marchi | 1 | -2/+2 |
2023-02-27 | Tweak "Using the running image of ..." output | Pedro Alves | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-13 | Fix control-c handling on Windows | Tom Tromey | 1 | -64/+19 |
2022-12-01 | Remove call to registers_changed from windows-nat.c | Tom Tromey | 1 | -1/+0 |
2022-12-01 | Remove the_windows_nat_target global | Tom Tromey | 1 | -7/+4 |
2022-11-28 | Remove no longer used jump label | Hannes Domani | 1 | -1/+0 |
2022-11-28 | Actually set m_is_async to current async mode | Hannes Domani | 1 | -0/+2 |
2022-11-28 | Don't use auto for lambda parameter | Hannes Domani | 1 | -1/+1 |
2022-11-28 | Fix calling convention of thread entry point | Hannes Domani | 1 | -7/+12 |
2022-11-17 | Fix static initialization order problem in windows-nat.c | Tom Tromey | 1 | -3/+6 |
2022-11-13 | Drop apparently unneeded include of winsock2.h | Jon Turney | 1 | -1/+0 |
2022-11-02 | Fix Cygwin build after 20489cca | Jon Turney | 1 | -7/+9 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
2022-08-22 | Implement target async for Windows | Tom Tromey | 1 | -15/+108 |
2022-08-22 | Move some Windows operations to worker thread | Tom Tromey | 1 | -75/+182 |
2022-08-16 | Use strwinerror in gdb/windows-nat.c | Tom Tromey | 1 | -16/+35 |
2022-07-25 | Remove dead code from windows_nat_target::detach | Tom Tromey | 1 | -10/+4 |
2022-07-22 | Fix typo in windows-nat.c | Tom Tromey | 1 | -1/+1 |
2022-07-21 | gdb: move the type cast into gdbarch_tdep | Andrew Burgess | 1 | -1/+1 |
2022-06-12 | Trivial fixes to Cygwin build after 8fea1a81 | Jon Turney | 1 | -1/+1 |
2022-06-12 | Simplify __USEWIDE | Jon Turney | 1 | -26/+0 |
2022-06-12 | Simplify cygwin_buf_t | Jon Turney | 1 | -12/+11 |
2022-06-07 | Use subclasses of windows_process_info | Tom Tromey | 1 | -174/+174 |
2022-06-07 | Turn some windows-nat.c static functions into methods | Tom Tromey | 1 | -19/+28 |