aboutsummaryrefslogtreecommitdiff
path: root/gdb/target
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker5-5/+5
2019-07-09Rename common to gdbsupportTom Tromey2-2/+2
2019-04-01Fix internal error and improve 'set debug infrun 1'/target wait kind tracePhilippe Waroquiers1-2/+1
2019-02-07Normalize include guards in gdbTom Tromey4-12/+12
2019-01-25Normalize includes to use common/Tom Tromey2-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker5-5/+5
2018-01-30Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves1-29/+38
2018-01-02Update copyright year range in all GDB filesJoel Brobecker5-5/+5
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-13/+104
2017-09-03Make target_waitstatus_to_string return an std::stringSimon Marchi2-27/+26
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-0/+14
2017-01-01update copyright year range in GDB filesJoel Brobecker5-5/+5
2016-10-06Consolidate API of target_supports_multi_processSergio Durigan Junior1-0/+5
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-0/+4
2016-09-01Share target_wait prototype between GDB and gdbserverSergio Durigan Junior1-0/+12
2016-09-01Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior1-3/+7
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker5-5/+5
2015-11-30Remote thread create/exit eventsPedro Alves2-1/+12
2015-08-06gdbserver: Fix non-stop / fork / step-over issuesPedro Alves1-1/+4
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil3-146/+0
2015-07-15Move linux_find_memory_regions_full & co.Jan Kratochvil3-0/+102
2015-07-15Create empty nat/linux-maps.[ch] and common/target-utils.[ch]Jan Kratochvil2-0/+44
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves1-0/+19
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker5-5/+5
2014-09-22Rename target_{stop,continue}_ptidGary Benson1-7/+9
2014-09-12Include common-defs.h instead of defs.h/server.h in shared codeGary Benson1-6/+1
2014-09-11Introduce target_{stop,continue}_ptidGary Benson1-0/+11
2014-09-11Introduce target/target.hGary Benson1-0/+62
2014-08-07Move common-utils.h to common-defs.hGary Benson1-1/+0
2014-08-07Move ptid.h to common-defs.hGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker4-4/+4
2013-10-25infrun debug output: print enum gdb_signal symbol names instead of POSIX sign...Pedro Alves1-2/+4
2013-10-17 * target/waitstatus.h (target_waitkind): Remove spuriousLuis Machado1-1/+1
2013-08-19 gdb/Luis Machado4-0/+265