Age | Commit message (Expand) | Author | Files | Lines |
2020-02-11 | Remove some ui_file_* functions | Tom Tromey | 1 | -2/+1 |
2020-02-03 | Change ints to bools around thread_info executing/resumed | Simon Marchi | 1 | -4/+4 |
2020-01-14 | Fix/Update misc comments | Luis Machado | 1 | -4/+5 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -32/+43 |
2020-01-10 | Some get_last_target_status tweaks | Pedro Alves | 1 | -2/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-26 | Add RAII class for blocking gdb signals | Tom Tromey | 1 | -3/+4 |
2019-11-26 | Use safe_strerror instead of strerror where possible | Christian Biesinger | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -2/+2 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-03 | gdb: Don't ignore all SIGSTOP when the signal handler is set to pass | Andrew Burgess | 1 | -1/+4 |
2019-09-26 | Revert "Improve ptrace-error detection on Linux targets" | Sergio Durigan Junior | 1 | -7/+2 |
2019-09-26 | Improve ptrace-error detection on Linux targets | Sergio Durigan Junior | 1 | -2/+7 |
2019-09-20 | Remove Cell Broadband Engine debugging support | Ulrich Weigand | 1 | -129/+0 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -6/+6 |
2019-06-16 | gdb: Remove unused signal mask | Andrew Burgess | 1 | -6/+0 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -4/+4 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -12/+8 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -2/+3 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -56/+53 |
2019-03-12 | Change iterate_over_lwps to take a gdb::function_view | Tom Tromey | 1 | -63/+75 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -5/+5 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -4/+5 |
2019-01-23 | Remove cleanup from linux-nat.c | Tom Tromey | 1 | -15/+3 |
2019-01-14 | Constify target_pass_signals and target_program_signals | Tom Tromey | 1 | -1/+1 |
2019-01-03 | gdb: Remove cleanup from linux_nat_target::follow_fork | Andrew Burgess | 1 | -11/+16 |
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 | -24/+19 |
2018-08-07 | Make target_options_to_string return an std::string | Simon Marchi | 1 | -5/+2 |
2018-08-06 | gdb: Avoid using W_STOPCODE(0) as this is ambiguous on MIPS | Andrew Burgess | 1 | -4/+11 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -4/+0 |
2018-07-04 | Warn if /proc is not accessiblegdb-8.2-branchpoint | Vyacheslav Barinov | 1 | -5/+6 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_match | Tom Tromey | 1 | -2/+2 |
2018-07-03 | Remove ptid_lwp_p | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_is_pid | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -45/+45 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -32/+32 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -8/+8 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -11/+11 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -18/+18 |
2018-06-16 | gdb: Don't drop SIGSTOP during stop_all_threads | Andrew Burgess | 1 | -4/+10 |
2018-05-03 | linux_nat_target: More low methods | Pedro Alves | 1 | -139/+15 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -15/+15 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -297/+183 |
2018-05-03 | Make inf_ptrace_trad Linux-only, move to separate file | Pedro Alves | 1 | -12/+1 |
2018-03-22 | Get rid of VEC(static_tracepoint_marker_p) | Simon Marchi | 1 | -20/+7 |
2018-03-07 | Return gdb::optional<std::string> from target_fileio_readlink | Tom Tromey | 1 | -7/+3 |