Age | Commit message (Expand) | Author | Files | Lines |
2022-04-14 | Move target_read_string to target/target.c | Tom Tromey | 2 | -0/+221 |
2022-04-14 | Silence -Wmaybe-uninitialized warning from target_waitstatus | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 5 | -5/+5 |
2021-12-03 | gdb: return *this in target_waitstatus setters | Simon Marchi | 1 | -16/+32 |
2021-12-02 | gdb, include: replace pragmas with DIAGNOSTIC macros, fix build with g++ 4.8 | Simon Marchi | 2 | -6/+7 |
2021-11-22 | gdb: introduce target_waitkind_str, use it in target_waitstatus::to_string | Simon Marchi | 2 | -44/+71 |
2021-11-22 | gdb: rename target_waitstatus_to_string to target_waitstatus::to_string | Simon Marchi | 2 | -14/+15 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 2 | -14/+242 |
2021-08-05 | gdb: target_waitstatus_to_string: print extra info for FORKED, VFORKED, EXECD | Simon Marchi | 1 | -3/+22 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 5 | -5/+5 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 2 | -5/+14 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 5 | -5/+5 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 2 | -2/+2 |
2019-04-01 | Fix internal error and improve 'set debug infrun 1'/target wait kind trace | Philippe Waroquiers | 1 | -2/+1 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 4 | -12/+12 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 2 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 5 | -5/+5 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -29/+38 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 5 | -5/+5 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -13/+104 |
2017-09-03 | Make target_waitstatus_to_string return an std::string | Simon Marchi | 2 | -27/+26 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 1 | -0/+14 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 5 | -5/+5 |
2016-10-06 | Consolidate API of target_supports_multi_process | Sergio Durigan Junior | 1 | -0/+5 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -0/+4 |
2016-09-01 | Share target_wait prototype between GDB and gdbserver | Sergio Durigan Junior | 1 | -0/+12 |
2016-09-01 | Use target_continue{,_no_signal} instead of target_resume | Sergio Durigan Junior | 1 | -3/+7 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 5 | -5/+5 |
2015-11-30 | Remote thread create/exit events | Pedro Alves | 2 | -1/+12 |
2015-08-06 | gdbserver: Fix non-stop / fork / step-over issues | Pedro Alves | 1 | -1/+4 |
2015-07-15 | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 3 | -146/+0 |
2015-07-15 | Move linux_find_memory_regions_full & co. | Jan Kratochvil | 3 | -0/+102 |
2015-07-15 | Create empty nat/linux-maps.[ch] and common/target-utils.[ch] | Jan Kratochvil | 2 | -0/+44 |
2015-06-24 | Remove redundant include directives. | Gary Benson | 1 | -2/+0 |
2015-03-04 | enum lwp_stop_reason -> enum target_stop_reason | Pedro Alves | 1 | -0/+19 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 5 | -5/+5 |
2014-09-22 | Rename target_{stop,continue}_ptid | Gary Benson | 1 | -7/+9 |
2014-09-12 | Include common-defs.h instead of defs.h/server.h in shared code | Gary Benson | 1 | -6/+1 |
2014-09-11 | Introduce target_{stop,continue}_ptid | Gary Benson | 1 | -0/+11 |
2014-09-11 | Introduce target/target.h | Gary Benson | 1 | -0/+62 |
2014-08-07 | Move common-utils.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move ptid.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 4 | -4/+4 |
2013-10-25 | infrun debug output: print enum gdb_signal symbol names instead of POSIX sign... | Pedro Alves | 1 | -2/+4 |
2013-10-17 | * target/waitstatus.h (target_waitkind): Remove spurious | Luis Machado | 1 | -1/+1 |
2013-08-19 | gdb/ | Luis Machado | 4 | -0/+265 |