btrace: kernel address filtering
[binutils-gdb.git] / gdb / gdbserver / linux-low.c
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.
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.
next