gdbserver: fix killed-outside.exp
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
2015-11-30  Pedro Alvesgdbserver: fix killed-outside.exp
2015-11-30  Pedro AlvesRemote thread create/exit events
2015-11-30  Pedro Alvesgdbserver resume_stop handling bug
2015-11-30  Pedro Alvesgdbserver crash if gdb attaches too fast
2015-11-26  Simon MarchiDisplay names of remote threads
2015-11-19  Pedro Alvesgdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeat...
2015-10-29  Pedro Alvesgdbserver: btrace enums
2015-10-26  Doug EvansMove __SIGRTMIN.
2015-10-26  Doug Evansmusl: Move W_STOPCODE to common/gdb_wait.h.
2015-10-23  Antoine TremblayRefactor default_breakpoint_kind_from_pc to be used...
2015-10-22  Antoine TremblayFix inconsistent breakpoint kinds between breakpoints...
2015-10-21  Antoine TremblaySupport breakpoint kinds for software breakpoints in...
2015-10-21  Antoine TremblayAdd the target_ops needed for software breakpoints...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-15  Yao Qi[gdbserver] Rename supports_conditional_breakpoints...
2015-09-11  Don BreazealExtended-remote follow-exec
2015-09-09  Markus Metzgerbtrace: kernel address filtering
2015-08-27  Ulrich WeigandDetect SW breakpoints in Cell/B.E. combined debugging
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-21  Pedro Alvesgdbserver: don't pick a random thread if the current...
2015-08-14  Matthew FortuneAdd support for DT_MIPS_RLD_MAP_REL.
2015-08-06  Pedro Alvesgdbserver: move_out_of_jump_pad_callback misses switchi...
2015-08-06  Pedro AlvesFix gdbserver --debug issues caught by Valgrind
2015-08-06  Pedro Alvesgdbserver: Fix non-stop / fork / step-over issues
2015-08-06  Pedro AlvesLinux gdbserver confused when event randomization picks...
2015-08-06  Pedro AlvesLinux gdbserver fork event debug output
2015-08-04  Yao QiMove have_ptrace_getregset to linux-low.c
2015-07-30  Pedro Alvesremote follow fork and spurious child stops in non...
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.
next
This page took 0.396017 seconds and 107 git commands to generate.