Age | Commit message (Expand) | Author | Files | Lines |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -1/+1 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-06-18 | Don't write to inferior_ptid in bsd-kvm.c | Pedro Alves | 1 | -2/+2 |
2020-06-18 | Don't write to inferior_ptid in bsd-kvm.c | Pedro Alves | 1 | -1/+1 |
2020-01-12 | Remove last traces of discard_all_inferiors | Pedro Alves | 1 | -1/+1 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -1/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-17 | Add missing include to bsd-kvm.c for gdb_abspath | Christian Biesinger | 1 | -0/+1 |
2019-12-16 | Constify get_exec_file | Tom Tromey | 1 | -1/+1 |
2019-12-13 | Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613) | Sergio Durigan Junior | 1 | -4/+3 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -5/+3 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | Introduce process_stratum_target | Pedro Alves | 1 | -3/+3 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -1/+2 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -1/+1 |
2018-06-25 | gdb: Fix build on several hosts/ports | Pedro Alves | 1 | -1/+1 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -14/+11 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -6/+6 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -44/+59 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-15 | Constify the 'arg' passed to commands in bsd-kvm.c. | John Baldwin | 1 | -2/+2 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-09-04 | Make <sys/user.h> include in bsd-kvm.c conditional on HAVE_SYS_USER_H. | John Baldwin | 1 | -0/+2 |
2017-09-04 | Define _KMEMUSER before including BSD kernel headers. | John Baldwin | 1 | -0/+1 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-30 | constify to_open | Tom Tromey | 1 | -3/+4 |
2014-02-19 | Add target_ops argument to to_close | Tom Tromey | 1 | -1/+1 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -3/+15 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -1/+1 |
2014-02-03 | Fix build on recent versions of OpenBSD. | Mark Kettenis | 1 | -0/+1 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-09-17 | PR gdb/15911: "info threads" changes the default source and line (for "break"... | Pedro Alves | 1 | -3/+3 |
2013-08-30 | bsd-kvm.c: Fix arguments to print_stack_frame. | Pedro Alves | 1 | -3/+3 |
2013-07-01 | Normalize on PATH_MAX instead of MAXPATHLEN throughout. | Pedro Alves | 1 | -1/+0 |
2013-03-20 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -5/+5 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-12-29 | 2010-12-29 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+2 |
2009-06-07 | * target.h (struct target_ops): Make to_has_all_memory, | Pedro Alves | 1 | -3/+9 |
2009-02-23 | * corelow.c (get_core_registers): Adjust. | Pedro Alves | 1 | -2/+4 |