aboutsummaryrefslogtreecommitdiff
path: root/gdb/target
AgeCommit message (Expand)AuthorFilesLines
2024-04-19gdb: fix include for gdb_signal in target/waitstatus.hSimon Marchi2-1/+2
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2-2/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess6-6/+6
2023-11-13Introduce GDB_THREAD_OPTION_EXIT thread option, fix step-over-thread-exitPedro Alves2-0/+5
2023-11-13Thread options & clone events (core + remote)Pedro Alves2-0/+27
2023-11-13Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THREAD_CLONEDPedro Alves2-2/+30
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker6-6/+6
2022-04-14Move target_read_string to target/target.cTom Tromey2-0/+221
2022-04-14Silence -Wmaybe-uninitialized warning from target_waitstatusTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker5-5/+5
2021-12-03gdb: return *this in target_waitstatus settersSimon Marchi1-16/+32
2021-12-02gdb, include: replace pragmas with DIAGNOSTIC macros, fix build with g++ 4.8Simon Marchi2-6/+7
2021-11-22gdb: introduce target_waitkind_str, use it in target_waitstatus::to_stringSimon Marchi2-44/+71
2021-11-22gdb: rename target_waitstatus_to_string to target_waitstatus::to_stringSimon Marchi2-14/+15
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi2-14/+242
2021-08-05gdb: target_waitstatus_to_string: print extra info for FORKED, VFORKED, EXECDSimon Marchi1-3/+22
2021-01-01Update copyright year range in all GDB filesJoel Brobecker5-5/+5
2020-09-18Make target_wait options use enum flagsTom Tromey2-5/+14
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