Age | Commit message (Expand) | Author | Files | Lines |
2019-12-16 | Constify get_exec_file | Tom Tromey | 1 | -1/+1 |
2019-12-09 | gdb/darwin-nat.c: Fix template argument for scoped_restore_tmpl | Wataru Ashihara | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-08-14 | Fix gdb build on macOS | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -4/+4 |
2019-06-11 | Remove shadowing from darwin-nat.c | Tom Tromey | 1 | -7/+5 |
2019-05-16 | Fix darwin-nat.c build | Tom Tromey | 1 | -1/+1 |
2019-05-03 | Remove "struct" from foreach statements | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -36/+35 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -35/+36 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -9/+5 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -2/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -7/+3 |
2018-10-27 | Cache a copy of the user's shell on macOS | Tom Tromey | 1 | -7/+144 |
2018-09-30 | Darwin: Remove unused variables [-Werror=unused-variable] | Pedro Alves | 1 | -32/+0 |
2018-09-11 | Darwin: set startup-with-shell to off on Sierra and later. | Xavier Roirand | 1 | -0/+28 |
2018-08-02 | Fix kill issue leading to zombie process on MacOS Sierra | Xavier Roirand | 1 | -0/+18 |
2018-08-02 | Check results of get_darwin_inferior | Tom Tromey | 1 | -14/+21 |
2018-07-05 | darwin: Silence syscall deprecated declaration warning | Simon Marchi | 1 | -7/+18 |
2018-07-04 | Use exit_inferior in darwin_attach_pid | Tom Tromey | 1 | -2/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 1 | -6/+6 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -6/+6 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -9/+9 |
2018-07-03 | Fix crash in "run" on macOS when gdb is not signed | Tom Tromey | 1 | -52/+67 |
2018-06-25 | gdb: Fix build on several hosts/ports | Pedro Alves | 1 | -1/+3 |
2018-06-04 | Fix macOS null pointer dereference | Pedro Alves | 1 | -3/+1 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -4/+4 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -101/+41 |
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 | -2/+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-24 | Create private_thread_info hierarchy | Simon Marchi | 1 | -6/+7 |
2017-11-24 | Create private_inferior class hierarchy | Simon Marchi | 1 | -138/+149 |
2017-11-20 | Fix build failure in darwin-nat.c | Simon Marchi | 1 | -1/+1 |
2017-11-02 | s/get_regcache_aspace (regcache)/regcache->aspace ()/g | Yao Qi | 1 | -1/+1 |
2017-10-29 | darwin-nat: Remove gdb.h include | Simon Marchi | 1 | -1/+0 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-06-27 | darwin: Do not add a dummy thread | Simon Marchi | 1 | -47/+31 |
2017-06-13 | darwin-nat: Add missing include | Simon Marchi | 1 | -0/+1 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 1 | -3/+13 |