Age | Commit message (Expand) | Author | Files | Lines |
2023-08-10 | Pass unique_ptr to add_thread_with_info | Tom Tromey | 1 | -1/+2 |
2023-04-04 | gdb: make find_thread_ptid a process_stratum_target method | Simon Marchi | 1 | -1/+1 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -2/+2 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-27 | Use false/true for some inferior class members instead of 0/1 | Philippe Waroquiers | 1 | -1/+1 |
2022-05-13 | Constify target_pid_to_exec_file | Tom Tromey | 1 | -1/+1 |
2022-03-30 | Use gdb_printf and gdb_vprintf in more places | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -30/+30 |
2022-02-24 | gdb/darwin: skip over WIFSTOPPED wait4 status | Dominique Quatravaux | 1 | -6/+25 |
2022-02-19 | gdb/darwin: remove not-so-harmless spurious call to `wait4` | Dominique Quatravaux | 1 | -3/+0 |
2022-01-09 | Reduce use of unfiltered output in Darwin code | Tom Tromey | 1 | -27/+38 |
2022-01-06 | Introduce target_announce_attach | Tom Tromey | 1 | -11/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -32/+26 |
2021-09-30 | gdbsupport: make gdb_mkostemp_cloexec return a scoped_fd | Simon Marchi | 1 | -1/+1 |
2021-09-30 | gdbsupport: make gdb_open_cloexec return scoped_fd | Simon Marchi | 1 | -1/+1 |
2021-09-28 | gdb: fix darwin-nat build (again) | Simon Marchi | 1 | -1/+1 |
2021-09-28 | gdb: fix darwin-nat build | Simon Marchi | 1 | -4/+4 |
2021-09-23 | Change get_ada_task_ptid parameter type | Tom Tromey | 1 | -1/+1 |
2021-04-08 | Remove unused variable un darwin_nat_target::resume | Dominique Quatravaux | 1 | -2/+0 |
2021-03-23 | gdb: remove target_is_pushed free function | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -36/+36 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -1/+1 |
2020-06-18 | Don't write to inferior_ptid in darwin-nat.c | Pedro Alves | 1 | -9/+7 |
2020-04-23 | Remove iterate_over_inferiors | Tom Tromey | 1 | -49/+19 |
2020-01-23 | gdb: fix variable shadowing error in darwin-nat.c | Simon Marchi | 1 | -2/+3 |
2020-01-23 | gdb: fix darwin-nat.c build / adapt to multi-target | Simon Marchi | 1 | -53/+50 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -0/+1 |
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-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 |