Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |