Age | Commit message (Expand) | Author | Files | Lines |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-05-01 | gdb: move struct ui and related things to ui.{c,h} | Simon Marchi | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-06-28 | gdb+gdbserver/Linux: avoid reading registers while going through shell | Pedro Alves | 1 | -0/+3 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -4/+3 |
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 | -2/+2 |
2020-06-27 | Make {get,set}_inferior_io_terminal inferior methods | Pedro Alves | 1 | -3/+1 |
2020-06-18 | Don't write to inferior_ptid in fork-child.c | Pedro Alves | 1 | -3/+0 |
2020-02-03 | Change ints to bools around thread_info executing/resumed | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -2/+5 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -4/+4 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -8/+6 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -6/+8 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
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 | -6/+1 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-27 | Constify unset_exec_wrapper_command | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 1 | -562/+66 |
2017-06-07 | Move parts of inferior job control to common/ | Sergio Durigan Junior | 1 | -0/+1 |
2017-04-13 | fork-child.c: Avoid unnecessary heap-allocation / string copying | Pedro Alves | 1 | -116/+201 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -79/+57 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-02-20 | Fix thinko on last commit | Sergio Durigan Junior | 1 | -1/+1 |
2017-02-20 | PR gdb/16188: Verify PTRACE_TRACEME succeeded | Sergio Durigan Junior | 1 | -0/+25 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-20 | Use 'event_ptid' instead of 'resume_ptid' on startup_inferior (fix for regres... | Sergio Durigan Junior | 1 | -2/+2 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -2/+2 |
2016-09-01 | Use target_continue{,_no_signal} instead of target_resume | Sergio Durigan Junior | 1 | -2/+2 |
2016-08-09 | Fix PR gdb/18653: gdb disturbs inferior's inherited signal dispositions | Pedro Alves | 1 | -1/+3 |
2016-06-21 | Always switch fork child to the main UI | Pedro Alves | 1 | -2/+20 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-07-24 | Fix failed exec error message | Pedro Alves | 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 string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-25 | Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-sh... | Pedro Alves | 1 | -4/+27 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 1 | -0/+3 |