summaryrefslogtreecommitdiff
path: root/gdb/target
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-016-6/+6
* Move target_read_string to target/target.cTom Tromey2022-04-142-0/+221
* Silence -Wmaybe-uninitialized warning from target_waitstatusTom Tromey2022-04-141-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-015-5/+5
* gdb: return *this in target_waitstatus settersSimon Marchi2021-12-031-16/+32
* gdb, include: replace pragmas with DIAGNOSTIC macros, fix build with g++ 4.8Simon Marchi2021-12-022-6/+7
* gdb: introduce target_waitkind_str, use it in target_waitstatus::to_stringSimon Marchi2021-11-222-44/+71
* gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi2021-11-222-14/+15
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-212-14/+242
* gdb: target_waitstatus_to_string: print extra info for FORKED, VFORKED, EXECDSimon Marchi2021-08-051-3/+22
* Update copyright year range in all GDB filesJoel Brobecker2021-01-015-5/+5
* Make target_wait options use enum flagsTom Tromey2020-09-182-5/+14
* Update copyright year range in all GDB files.Joel Brobecker2020-01-015-5/+5
* Rename common to gdbsupportTom Tromey2019-07-092-2/+2
* Fix internal error and improve 'set debug infrun 1'/target wait kind tracePhilippe Waroquiers2019-04-011-2/+1
* Normalize include guards in gdbTom Tromey2019-02-074-12/+12
* Normalize includes to use common/Tom Tromey2019-01-252-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-015-5/+5
* Per-inferior target_terminal state, fix PR gdb/13211, morePedro Alves2018-01-301-29/+38
* Update copyright year range in all GDB filesJoel Brobecker2018-01-025-5/+5
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-13/+104
* Make target_waitstatus_to_string return an std::stringSimon Marchi2017-09-032-27/+26
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-0/+14
* update copyright year range in GDB filesJoel Brobecker2017-01-015-5/+5
* Consolidate API of target_supports_multi_processSergio Durigan Junior2016-10-061-0/+5
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-0/+4
* Share target_wait prototype between GDB and gdbserverSergio Durigan Junior2016-09-011-0/+12
* Use target_continue{,_no_signal} instead of target_resumeSergio Durigan Junior2016-09-011-3/+7
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-015-5/+5
* Remote thread create/exit eventsPedro Alves2015-11-302-1/+12
* gdbserver: Fix non-stop / fork / step-over issuesPedro Alves2015-08-061-1/+4
* Revert the previous 7 commits of: Validate binary before useJan Kratochvil2015-07-153-146/+0
* Move linux_find_memory_regions_full & co.Jan Kratochvil2015-07-153-0/+102
* Create empty nat/linux-maps.[ch] and common/target-utils.[ch]Jan Kratochvil2015-07-152-0/+44
* Remove redundant include directives.Gary Benson2015-06-241-2/+0
* enum lwp_stop_reason -> enum target_stop_reasonPedro Alves2015-03-041-0/+19
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-015-5/+5
* Rename target_{stop,continue}_ptidGary Benson2014-09-221-7/+9
* Include common-defs.h instead of defs.h/server.h in shared codeGary Benson2014-09-121-6/+1
* Introduce target_{stop,continue}_ptidGary Benson2014-09-111-0/+11
* Introduce target/target.hGary Benson2014-09-111-0/+62
* Move common-utils.h to common-defs.hGary Benson2014-08-071-1/+0
* Move ptid.h to common-defs.hGary Benson2014-08-071-1/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-014-4/+4
* infrun debug output: print enum gdb_signal symbol names instead of POSIX sign...Pedro Alves2013-10-251-2/+4
* * target/waitstatus.h (target_waitkind): Remove spuriousLuis Machado2013-10-171-1/+1
* gdb/Luis Machado2013-08-194-0/+265