Age | Commit message (Expand) | Author | Files | Lines |
2020-01-23 | Cache the text section offset of shared libraries | Hannes Domani | 1 | -0/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -3/+6 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -9/+11 |
2020-01-06 | Improve process exit status macros on MinGW | Eli Zaretskii | 1 | -2/+18 |
2020-01-03 | windows_clear_solib memory leak | Hannes Domani | 1 | -1/+8 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Constify get_exec_file | Tom Tromey | 1 | -1/+1 |
2019-11-26 | Use safe_strerror instead of strerror where possible | Christian Biesinger | 1 | -1/+1 |
2019-11-19 | Report GetLastError value when DebugActiveProcess fails | Tom Tromey | 1 | -1/+2 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-15 | Use %x when printing the TID | Tom Tromey | 1 | -2/+2 |
2019-10-15 | Rename pid -> tid in windows-nat.c | Tom Tromey | 1 | -4/+4 |
2019-10-08 | Remove two unused items from windows-nat.c | Tom Tromey | 1 | -14/+0 |
2019-10-08 | Don't include buildsym-legacy.h in windows-nat.c | Tom Tromey | 1 | -1/+0 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -8/+8 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-04-30 | gdb/windows-nat.c: Get rid of main_thread_id global | Joel Brobecker | 1 | -7/+4 |
2019-04-30 | (Windows) fix thr != nullptr assert failure in delete_thread_1 | Joel Brobecker | 1 | -2/+2 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-03-28 | Fix format specification in display_selector() (again) | Jon Turney | 1 | -2/+4 |
2019-03-17 | Remove unused variable from windows_make_so | Владимир Мартьянов | 1 | -1/+0 |
2019-03-17 | Fix wrong format specification in display_selector() | Владимир Мартьянов | 1 | -2/+2 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -14/+9 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -3/+0 |
2019-02-14 | (Windows) remove thread notification for main thread of inferior | Joel Brobecker | 1 | -21/+57 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-05 | GDB crash re-running program on Windows (native) | Joel Brobecker | 1 | -13/+8 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-27 | Unify shell-finding logic | Tom Tromey | 1 | -3/+2 |
2018-09-23 | Remove a spurious target_terminal::ours() from windows_nat_target::wait() | Jon Turney | 1 | -2/+0 |
2018-08-29 | Fix windows-nat.c for -Wnarrowing | Tom Tromey | 1 | -9/+11 |
2018-07-26 | Fix Cygwin compilation after target_ops C++ conversion. | Jon Turney | 1 | -4/+4 |
2018-07-22 | Unused variable fixes related to conditional compilation | Tom Tromey | 1 | -0/+2 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -7/+0 |
2018-07-20 | Introduce buildsym-legacy.h | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 1 | -15/+15 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -14/+13 |
2018-06-26 | Minor reorganization of fetch_registers/store_registers in windows-nat.c | Joel Brobecker | 1 | -48/+69 |
2018-06-25 | gdb: Fix build on several hosts/ports | Pedro Alves | 1 | -2/+2 |
2018-06-08 | Fix gdb mingw build | Tom Tromey | 1 | -6/+6 |
2018-06-04 | (windows) GDB/MI crash when using "-list-thread-groups --available" | Joel Brobecker | 1 | -0/+7 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -2/+1 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -4/+4 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -2/+2 |
2018-05-29 | Fix fall-through comment in windows-nat.c | Tom Tromey | 1 | -1/+2 |