Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -1/+1 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -1/+1 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -8/+7 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -102/+114 |
2018-03-30 | Change target_read_string to use unique_xmalloc_ptr | Tom Tromey | 1 | -16/+12 |
2018-03-26 | Remove struct keyword from section_addr_info | Keith Seitz | 1 | -1/+1 |
2018-01-31 | gdb: Fix remote-sim/MinGW/Darwin builds | Pedro Alves | 1 | -2/+2 |
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 |