]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/inf-ptrace.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / inf-ptrace.c
2020-04-25  Kamil RytarowskiRemove unused code block in inf_ptrace_target::wait
2020-04-24  Kamil RytarowskiMove OpenBSD-only functions from inf-ptrace to obsd-nat
2020-04-17  Kamil RytarowskiRemove obsolete and unused inf_ptrace_target::auxv_parse
2020-03-24  Simon Marchigdb: bool-ify follow_fork
2020-03-19  Kamil RytarowskiDisable get_ptrace_pid for NetBSD
2020-01-14  Luis MachadoFix/Update misc comments
2020-01-10  Pedro AlvesMulti-target support
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16  Tom TromeyConstify get_exec_file
2019-09-26  Sergio Durigan JuniorRevert "Improve ptrace-error detection on Linux targets"
2019-09-26  Sergio Durigan JuniorImprove ptrace-error detection on Linux targets
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09  Tom TromeyRename common to gdbsupport
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_get_lwp
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-07-03  Tom TromeyRemove pid_to_ptid
2018-05-02  Pedro Alvestarget_ops: Use bool throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-05-02  Pedro AlvesMake inf_ptrace_trad Linux-only, move to separate file
2018-04-21  Pedro AlvesFreeBSD: Fix 'Couldn't get registers: Device busy'...
2018-03-30  Tom TromeyRemove make_cleanup_unpush_target
2018-01-30  Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-19  Simon MarchiMake linux_nat_detach/thread_db_detach use the inferior...
2018-01-19  Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19  Simon MarchiRemove args from target detach
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-06-07  Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-03-22  Simon MarchiRemove lwp -> pid conversion in linux_nat_xfer_partial
2017-03-20  Simon MarchiUse ptid from regcache in almost all remaining nat...
2017-03-16  Jiong Wang[Patch] Fix variable type glitch in inf-ptrace.c
2017-03-14  Andreas Arnezinf-ptrace: Do not stop memory transfers after a single...
2017-02-20  Sergio Durigan JuniorPR gdb/16188: Verify PTRACE_TRACEME succeeded
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-07-01  Pedro AlvesFix failure to detach if process exits while detaching...
2016-07-01  Pedro AlvesFactor out "Detaching from program" message printing
2016-01-19  John BaldwinUse LWP IDs with ptrace register requests on FreeBSD.
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-11  Simon MarchiReplace long int * cast with PTRACE_TYPE_RET *
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-08-07  Pedro AlvesFix interrupt-noterm.exp on targets always in non-stop
2015-07-24  Pedro AlvesMove gdb_ptrace.h to nat/
2015-03-04  Mark KettenisMake "catch fork" work on systems with PT_GET_PROCESS_STATE
2015-03-03  Pedro Alvesinf-ptrace.c: use ptid_get_pid when resuming all threads
2015-03-03  Pedro AlvesLinux/ptrace: don't convert ptids when asking inf-ptrac...
2015-01-11  Mark KettenisFix build on OpenBSD.
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-09-30  Don BreazealRefactor native follow-fork.
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-06-04  Tom Tromeyconstify to_attach
2014-05-21  Pedro AlvesNative targets: Add inf-child.c:inf_child_mourn_inferio...
2014-05-21  Pedro AlvesAllow making GDB not automatically connect to the nativ...
2014-02-19  Tom TromeyAdd target_ops argument to to_stop
2014-02-19  Tom TromeyAdd target_ops argument to to_post_startup_inferior
2014-02-19  Tom TromeyAdd target_ops argument to to_post_attach
2014-02-12  Mark KettenisFIX EOF detection in PT_IO-based to_xfer_partial implem...
2014-02-11  Yao QiUpdate comments to to_xfer_partial implementations.
2014-02-11  Yao QiReturn target_xfer_status in to_xfer_partial
2014-02-07  Yao QiReplace -1 with TARGET_XFER_E_IO
2014-01-14  Yao QiChange to_xfer_partial 'len' type to ULONGEST.
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-11-08  Tom Tromeyconstify to_detach
2013-10-25  Pedro AlvesMake STARTUP_WITH_SHELL a runtime toggle -- add new...
2013-09-03  Luis Machado * inf-child.c (inf_child_follow_fork) New parameter
2013-05-30  Tom Tromeycleanup fixes for inf-ptrace.c
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-09  Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-05-24  Pedro Alvesgdb/
2012-05-24  Pedro Alvesgdb/
2012-03-12  Mark Kettenis * inf-ptrace.c (inf_ptrace_post_attach): Make...
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2012-01-02  Yao Qi gdb/
2011-12-27  Mark Kettenis2011-12-27 Mark Kettenis <kettenis@gnu.org>
2011-09-22  Tristan Gingold2011-09-22 Tristan Gingold <gingold@adacore.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-12-28  Joel Brobeckerremove target_acknowledge_created_inferior
2010-07-20  Hui Zhu2010-07-20 Hui Zhu <teawater@gmail.com>
2010-07-19  Jan Kratochvilgdb/
2010-02-15  Jan Kratochvilgdb/
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2010-01-01  Joel BrobeckerFix build failure in inf-ptrace.c.
2009-10-19  Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-09-15  Sergio Durigan JuniorImplementing catch syscall.
2009-05-24  Pedro Alvesgdb/
2009-05-21  Pedro Alves * target.h (TARGET_WNOHANG): New.
2009-05-19  Pedro Alves * fork-child.c: Don't include frame.h. Include termin...
2009-05-18  Pedro Alves * fork-child.c (fork_inferior): Only reset the thread...
2009-05-18  Pedro Alves * inflow.h (our_process_group): Remove declaration.
2009-05-17  Pedro Alvesgdb/
2009-03-17  Joel Brobecker Add a target_ops parameter to the to_kill metho...
next