Automatic date update in version.in
[external/binutils.git] / gdb / gnu-nat.c
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-07-03 Tom TromeyRemove ptid_build
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2018-01-08 Samuel Thibaulthurd: Add enough auxv support for AT_ENTRY for PIE...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07 Tom TromeyRemove cmd_cfunc_ftype
2017-11-07 Tom TromeyConstify add_info
2017-11-06 Pedro AlvesSimplify child_terminal_inferior
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09 John BaldwinRemove unnecessary function prototypes.
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-02-20 Sergio Durigan JuniorPR gdb/16188: Verify PTRACE_TRACEME succeeded
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-09 Thomas SchwingeHurd: Adjust to changes to "push pruning old threads...
2016-12-08 Simon MarchiHurd: In the CLI, use parse_thread_id instead of global...
2016-12-08 Thomas SchwingeHurd, C++: Mach/Hurd headers and MIG stubs are not...
2016-12-08 Thomas SchwingeHurd, C++: kern_return_t vs. error_t
2016-12-08 Thomas SchwingeHurd, C++: Avoid "const char *" to "char *" casts
2016-12-08 Thomas SchwingeHurd, C++: Avoid GNU C nested functions
2016-12-07 Thomas SchwingeHurd: Adjust to "Per-inferior/Inferior-qualified thread...
2016-09-19 Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-04-12 Pedro AlvesDo target_terminal_ours in query & friends instead...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-11 Andrew Burgessgdb: Make use of 'add_info' to create info sub-commands.
2015-09-04 Andrew Burgessgdb: Remove casts of NULL during assignment.
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-24 Samuel Thibault[Hurd] Fix deallocation after proc_getprocinfo call
2014-09-16 Samuel ThibaultAdd hardware watchpoint support for x86 GNU Hurd.
2014-08-07 Gary BensonMove errno.h to common-defs.h
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-07 Gary BensonMove stdio.h to 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-05-21 Pedro AlvesRename "target GNU" -> "target native"
2014-03-14 Pedro AlvesRename native-only terminal related functions.
2014-02-19 Tom TromeyAdd target_ops argument to to_find_memory_regions
2014-02-19 Tom TromeyAdd target_ops argument to to_stop
2014-02-19 Tom TromeyAdd target_ops argument to to_terminal_init
2014-02-17 Yao QiFix missing-prototypes warnings in gnu-nat.c
2014-02-17 Yao QiFix -Werror=pointer-sign warnings
2014-02-17 Yao QiFix -Wformat warnings in gnu-nat.c
2014-02-16 Thomas SchwingeHurd: Adjust to startup-with-shell changes.
2014-02-16 Thomas SchwingeHurd: New RPC reply stub functions.
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-07 Yao QiRemove an empty-body 'if' statement
2014-01-07 Yao QiAdd qualifier 'const' to argument args
2014-01-07 Yao QiUse void for empty argument list in trace_me
2014-01-07 Yao QiMake functions static.
2014-01-07 Yao QiRemove declaration of inf_tid_to_proc
2014-01-07 Yao QiFix no previous prototype for '_initialize_gnu_nat...
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-09-30 Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-19 Thomas Schwingegnu-nat.c: Don't install a deprecated_xfer_memory method.
2013-09-18 Pedro AlvesSubject: [PATCH] [Hurd/gnu-nat.c] Use ptid_t.lwpid...
2013-09-18 Pedro Alves[Hurd/gnu-nat] Fix old "signal-thread" command regression.
2013-06-07 Pedro AlvesFix formating in copyright headers.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-20 Pierre Muller ARI fixes: sprintf rule.
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-11-07 Pedro Alves2012-11-07 Pedro Alves <palves@redhat.com>
2012-08-09 Yao Qigdb/
2012-08-07 Jan Kratochvilgdb/
2012-05-24 Pedro Alvesgdb/
2012-05-24 Pedro Alvesgdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-09-22 Tristan Gingold2011-09-22 Tristan Gingold <gingold@adacore.com>
2011-01-07 Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-31 Jan Kratochvilgdb/
2010-05-14 Michael Snyder2010-05-14 Michael Snyder <msnyder@vmware.com>
2010-02-15 Jan Kratochvilgdb/
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-10-19 Pedro Alves2009-10-19 Pedro Alves <pedro@codesourcery.com>
2009-07-30 Thomas Schwinge2009-07-30 Thomas Schwinge <tschwinge@gnu.org>
2009-07-20 Pedro Alves * gnu-nat.c: Include "inf-child.h".
2009-07-02 Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-06-07 Pedro Alves * target.h (struct target_ops): Make to_has_all_memory,
2009-05-21 Pedro Alves * target.h (TARGET_WNOHANG): New.
2009-05-12 Pedro Alvesgdb/
2009-04-17 Pierre Muller ARI fix: Do not use %p, replace by call to host_addres...
2009-03-17 Joel Brobecker Add a target_ops parameter to the to_kill metho...
2009-02-25 Hui Zhu2009-02-25 Hui Zhu <teawater@gmail.com>
2009-02-23 Pedro Alves * corelow.c (get_core_registers): Adjust.
next