Share fork_inferior et al with gdbserver
[external/binutils.git] / gdb / gdbserver / linux-low.h
2017-05-02 Simon MarchiChange return type of gdbarch_software_single_step...
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-10-26 Pedro Alvesgdbserver: Leave already-vCont-resumed threads as they...
2016-06-28 Yao QiRemove parameter sysret from linux_target_ops.get_sysca...
2016-04-28 Yao QiRemove need_step_over from struct lwp_info
2016-02-25 Marcin Koƛcielnicki[PR gdb/13808] gdb.trace: Pass tdesc selected in gdbser...
2016-02-09 Simon MarchiFix siginfo C++ build error
2016-01-26 Yao QiRemove argument pc in get_next_pcs
2016-01-18 Yao QiReplace some $ARCH_{get,set}_pc with linux_{get,set...
2016-01-18 Yao QiReplace some $ARCH_{get,set}_pc with linux_{get,set...
2016-01-12 Josh StoneImplement 'catch syscall' for gdbserver
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-18 Antoine TremblaySupport software single step on ARM in GDBServer
2015-12-18 Antoine TremblayReplace breakpoint_reinsert_addr by get_next_pcs operat...
2015-11-30 Antoine TremblayRemove support for thread events without PTRACE_EVENT_C...
2015-11-30 Antoine TremblayRefactor queries for hardware and software single stepp...
2015-11-30 Antoine TremblayFix breakpoint size when stepping over a permanent...
2015-11-19 Pedro Alvesgdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeat...
2015-10-29 Pedro Alvesgdbserver/Linux: Introduce NULL_REGSET
2015-10-21 Antoine TremblayAdd the target_ops needed for software breakpoints...
2015-08-06 Pedro AlvesLinux gdbserver confused when event randomization picks...
2015-08-04 Yao QiMove have_ptrace_getregset to linux-low.c
2015-07-24 Yao QiRemove proc->priv->new_inferior
2015-05-12 Don BreazealArch-specific remote follow fork
2015-05-12 Don BreazealExtended-remote Linux follow fork
2015-03-24 Gary BensonChange signature of linux_target_ops.new_thread
2015-03-24 Gary BensonMake linux_stop_lwp be a shared function
2015-03-24 Gary BensonAdd iterate_over_lwps to gdbserver
2015-03-04 Pedro Alvesenum lwp_stop_reason -> enum target_stop_reason
2015-01-09 Pedro Alves[gdbserver] linux-low.c: better starvation avoidance...
2015-01-09 Pedro AlvesLinux: on attach, attach to lwps listed under /proc...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-06-20 Gary BensonMove shared native target specific code to gdb/nat
2014-05-20 Pedro Alves[GDBserver] Make Zx/zx packet handling idempotent.
2014-04-25 Pedro AlvesPR server/16255: gdbserver cannot attach to a second...
2014-02-20 Doug EvansRemove all_lwps global.
2014-02-20 Doug EvansAdd backlink from lwp_info to thread_info.
2014-02-19 Doug EvansRename inferior_list_entry uses from "head" to "entry...
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-08-22 Luis Machado Unify ptrace options discovery code and make both...
2013-08-14 Luis Machado * linux-arm-low.c: Rename all occurrences of PTRACE_AR...
2013-06-11 Pedro AlvesLazily allocate 'struct regsets_info'::disabled_regsets.
2013-06-07 Pedro Alves[GDBserver] Multi-process + multi-arch
2013-05-23 Pedro Alvesrange stepping: gdbserver (x86 GNU/Linux)
2013-04-16 Pedro AlvesOnly define 'struct lwp_info'::thread_known if using...
2013-04-16 Pedro AlvesFix remaining GDBserver issues with !HAVE_THREAD_DB_H.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-04-29 Yao Qigdb/gdbserver:
2012-04-24 Thiago Jung Bauermann * linux-low.h (PTRACE_ARG3_TYPE): Move macro from...
2012-04-12 H.J. LuCheck if GDBserver is compatible with process
2012-03-28 Pedro Alves2012-03-28 Pedro Alves <palves@redhat.com>
2012-03-21 Thomas Schwingestruct siginfo vs. siginfo_t
2012-03-01 Maciej W. Rozycki gdb/
2012-01-27 Pedro Alves2012-01-27 Pedro Alves <palves@redhat.com>
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-02 Jan Kratochvilgdb/
2011-11-14 Stan Shebs2011-11-14 Stan Shebs <stan@codesourcery.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-25 Pedro Alves PR threads/10729
2010-08-24 Pedro Alves * linux-low.h (linux_thread_area): Delete declaration.
2010-06-14 Pedro Alvesgdb/
2010-06-01 Pedro Alvesgdb/gdbserver/
2010-05-03 Pedro Alves gdb/gdbserver/
2010-04-11 Pedro Alves GDBserver disconnected tracing support.
2010-04-09 Pedro Alves gdb/gdbserver/
2010-04-07 H.J. LuAdd x86 AVX support to gdbserver.
2010-03-24 Pedro Alves Teach linux gdbserver to step-over-breakpoints.
2010-03-14 Pedro Alves * linux-low.h (struct lwp_info): New fields
2010-01-20 Pedro Alves * regcache.h (struct thread_info): Forward declare.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-11-16 Pedro Alves * linux-low.c (linux_remove_process): Add `detaching...
2009-10-09 Paul Pluzhnikovdoc/
2009-06-30 Doug Evans Add h/w watchpoint support to x86-linux, win32-i386.
2009-06-25 Pedro Alves * server.c (process_serial_event): Re-return unsupport...
2009-05-12 Doug Evans Biarch support for i386/amd64 gdbserver.
2009-05-06 Pedro Alves PR server/10048
2009-04-01 Pedro Alves2009-04-01 Pedro Alves <pedro@codesourcery.com>
2009-04-01 Pedro Alves Non-stop mode support.
2009-03-17 Pedro Alves Rename "process" to "lwp" throughout.
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-12-09 Doug Evans * linux-low.h (struct process_info): Delete member...
2008-02-28 Ulrich WeigandChangeLog:
2008-02-27 Ulrich Weigand * linux-low.h (struct linux_target_ops): Replace left_...
2008-02-27 Ulrich Weigandgdb/ChangeLog:
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-10-23 Daniel Jacobowitz * inferiors.c (change_inferior_id): Delete.
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-07-02 Daniel Jacobowitz * inferiors.c (change_inferior_id): Add comment.
2007-01-09 Daniel JacobowitzXML feature description support.
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2006-10-17 Daniel Jacobowitz * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
2006-09-28 Daniel Jacobowitz * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO...
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2005-12-23 Eli Zaretskii * linux-arm-low.c:
2005-07-13 Daniel Jacobowitz * linux-low.c (fetch_register, usr_store_inferior_regi...
2005-06-13 Daniel Jacobowitz * acconfig.h: Remove.
2005-05-12 Orjan Friberg2005-05-12 Orjan Friberg <orjanf@axis.com>
2005-03-03 Daniel Jacobowitz * inferiors.c (change_inferior_id, add_thread, find_in...
2004-01-31 Daniel Jacobowitz * linux-low.c: Update copyright year.
2002-08-23 Elena ZannoniThis commit was generated by cvs2svn to track changes...
next