]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gdbserver/linux-low.c
Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
[thirdparty/binutils-gdb.git] / gdb / gdbserver / linux-low.c
2015-07-24  Pedro AlvesLinux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere
2015-07-24  Yao QiRemove proc->priv->new_inferior
2015-07-24  Yao QiInitialise target descrption after skipping extra traps...
2015-07-24  Yao QiSet proc->priv->new_inferior out of linux_add_process
2015-07-15  Jan KratochvilRevert the previous 7 commits of: Validate binary befor...
2015-07-15  Jan Kratochvilgdbserver build-id attribute generator
2015-07-14  Pedro Alvesgdbserver/Linux: internal error when killing a process...
2015-07-02  Markus Metzgerbtrace: support Intel(R) Processor Trace
2015-06-10  Gary BensonImplement vFile:setfs in gdbserver
2015-05-28  Don BreazealInitialize last_resume_kind for remote fork child
2015-05-12  Don BreazealExtended-remote follow vfork
2015-05-12  Don BreazealArch-specific remote follow fork
2015-05-12  Don BreazealExtended-remote Linux follow fork
2015-05-12  Don BreazealIdentify remote fork event support
2015-05-08  Yao Qi[gdbserver] Disable conditional breakpoints on no-hardw...
2015-04-17  Gary BensonImplement qXfer:exec-file:read in gdbserver
2015-04-15  Romain Naourgdbserver: fix uClibc build whithout MMU.
2015-04-09  Yao Qigdbserver gnu/linux: stepping over breakpoint
2015-03-24  Pedro AlvesDebug output tweaks in the Linux target backends
2015-03-24  Gary BensonMake lwp_info.arch_private handling shared
2015-03-24  Gary BensonChange signature of linux_target_ops.new_thread
2015-03-24  Gary BensonIntroduce basic LWP accessors
2015-03-24  Gary BensonAdd iterate_over_lwps to gdbserver
2015-03-24  Gary BensonIntroduce current_lwp_ptid
2015-03-19  Pedro AlvesFix race exposed by gdb.threads/killed.exp
2015-03-19  Pedro Alvesgdbserver/Linux: unbreak non-stop
2015-03-19  Pedro Alvesgdbserver/Linux: unbreak thread event randomization
2015-03-19  Pedro Alvesselect_event_lwp_callback: update comments
2015-03-06  Gary BensonNew common function "startswith"
2015-03-04  Pedro Alvesgdbserver/Linux: Use TRAP_BRKPT/TRAP_HWBPT
2015-03-04  Pedro Alvesenum lwp_stop_reason -> enum target_stop_reason
2015-03-03  Markus Metzgerbtrace: support 32-bit inferior on 64-bit host
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-26  Pedro Alvesgdbserver/Linux: Simplify stepping past program breakpo...
2015-02-23  Pedro Alvesgdbserver: redo stepping over breakpoint that was on...
2015-02-20  Pedro Alvesfix gdbserver/linux-low'c's pending status handling
2015-02-19  Antoine TremblayFix non executable stack handling when calling function...
2015-02-09  Markus Metzgerrecord-btrace: add bts buffer size configuration option
2015-02-09  Markus Metzgerrecord btrace: add configuration struct
2015-02-09  Markus Metzgerbtrace: add struct btrace_data
2015-02-04  Pedro AlvesLinux: don't resume new LWPs until we've pulled all...
2015-01-15  Sergio Durigan JuniorMove code to disable ASR to nat/
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-12-16  Joel Brobecker[Linux] Ask kernel to kill inferior when GDB terminates
2014-12-12  Andreas ArnezS390: Fix gdbserver support for TDB
2014-12-12  Andreas Arnezgdbserver: Support read-only regsets in linux-low.c
2014-12-12  Andreas Arnezgdbserver: Prevent stale/random values in register...
2014-12-12  Andreas Arnezgdbserver: Rephrase loops in regsets_fetch/store_inferi...
2014-11-12  Pedro AlvesGDBserver: don't resume all threads if the Hc thread...
2014-11-12  Pedro AlvesGDBserver: ctrl-c after leader has exited
2014-09-23  Yao QiHonour SIGILL and SIGSEGV in cancel breakpoint and...
2014-09-19  Don BreazealRefactor ptrace extended event status.
2014-09-16  Gary BensonRename current_inferior as current_thread in gdbserver
2014-08-28  Gary BensonDowngrade fatal to warning in linux_async
2014-08-28  Gary BensonStraightforward fatal to internal_error conversions
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 BensonMove stdlib.h to common-defs.h
2014-08-07  Gary BensonMove stdio.h to common-defs.h
2014-08-06  Gary BensonReplace hardwired target-is-async check
2014-07-16  Pedro AlvesLinux: Use kill_lwp/tkill instead of kill when killing...
2014-07-15  Pedro Alves[GDBserver] Avoid stale errno
2014-07-11  Pedro AlvesGDBserver crashes when killing a multi-thread process
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-04-09  Pedro Alves[GDBserver] Fix SH/Linux build.
2014-02-27  Pedro AlvesTeach GDBserver's Linux backend about no unwaited-for...
2014-02-20  Doug EvansRemove all_lwps global.
2014-02-20  Doug EvansAdd backlink from lwp_info to thread_info.
2014-02-20  Doug Evans * linux-low.c (add_lwp): Change result to struct lwp_i...
2014-02-19  Doug EvansReplace code accessing list implementation details...
2014-02-19  Doug EvansRename inferior_list_entry uses from "head" to "entry...
2014-02-06  Doug EvansKeep current_inferior in sync with event_child.
2014-01-22  Doug Evans New gdbserver option --debug-format=timestamp.
2014-01-16  Markus Metzgerbtrace, gdbserver: read branch trace incrementally
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-21  Doug Evans * linux-low.c (linux_set_resume_request): Fix comment.
2013-11-21  Doug Evans * linux-low.c (resume_status_pending_p): Tweak comment.
2013-11-18  Tom Tromeyremove gdb_stat.h
2013-09-05  Pedro Alves[gdbserver] Split a new hostio.h file out of server.h.
2013-09-05  Pedro Alves[gdbserver] Split a new tracepoint.h file out of server.h.
2013-08-28  Jan KratochvilPR server/15604
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-07-01  Pedro AlvesNormalize on PATH_MAX instead of MAXPATHLEN throughout.
2013-06-11  Pedro AlvesLazily allocate 'struct regsets_info'::disabled_regsets.
2013-06-11  Pedro AlvesFix regression from multi-arch patch.
2013-06-09  Jan Kratochvilgdb/gdbserver/
2013-06-07  Pedro Alves[GDBserver] Multi-process + multi-arch
2013-06-04  Gary Benson2013-06-04 Gary Benson <gbenson@redhat.com>
2013-05-23  Pedro Alvesrange stepping: gdbserver (x86 GNU/Linux)
2013-05-16  Luis Machado * linux-low.c: Move definition checks upwards for...
2013-03-22  Pedro AlvesLinux: No need to set ptrace event options in fork...
2013-03-13  Joel BrobeckerExtraneous NULL in linux_target_ops when HAVE_LINUX_BTR...
2013-03-11  Markus MetzgerAdd the gdb remote target operations for branch tracing.
2013-03-07  Pedro AlvesPR gdb/15236: gdbserver write to linux memory with...
2013-02-04  Marcus ShawcroftEnsure ptrace() calls cast arguments 3 and 4 appropriately.
next