btrace: work around _dl_runtime_resolve returning to resolved function
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
2015-03-02  Andreas ArnezS390: Add vector register support to gdbserver
2015-03-01  Pedro AlvesFix 32-bit x86 in-process agent build
2015-02-27  Pedro Alvesx86 Linux/ptrace: fix offsetof usage in C++ mode
2015-02-27  Pedro Alvesproc-service, extern "C"
2015-02-27  Pedro AlvesMake functions and variables exported by the IPA be...
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-27  Pedro AlvesAdd --enable-build-with-cxx configure switch
2015-02-27  Pedro AlvesCreate libiberty.m4, have GDB and GDBserver use it
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-23  Pedro Alvesgdbserver: 64-bit kernel / 32-inferior, syscall restarting
2015-02-20  Pedro AlvesGNU/Linux: Stop using libthread_db/td_ta_thr_iter
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-10  Antoine Tremblaygdbserver: Fix crash when QTinit is handled with no...
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 format argument to supports_btrace
2015-02-09  Markus Metzgerbtrace: add struct btrace_data
2015-02-06  Pedro Alveslibthread_db: attaching to terminated/joined threads...
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-15  Sergio Durigan JuniorMove safe_strerror to common/
2015-01-14  Yao QiDetect 64-bit-ness in PowerPC Book III-E
2015-01-14  Yao QiMove some ppc macros to nat/ppc-linux.h
2015-01-10  Joel BrobeckerFix use of wrong struct i387_xsave field in i387_cache_...
2015-01-09  Pedro Alves[gdbserver] linux-low.c: better starvation avoidance...
2015-01-09  Pedro Alveslibthread_db: Skip attaching to terminated and joined...
2015-01-09  Pedro AlvesLinux: on attach, attach to lwps listed under /proc...
2015-01-01  Joel BrobeckerUpdate copyright year printed by gdb, gdbserver and...
2014-12-29  Sergio Durigan JuniorSanitize input_interrupt output
2014-12-16  Joel Brobecker[Linux] Ask kernel to kill inferior when GDB terminates
2014-12-16  Catalin Udmaaarch64/gdbserver: fix floating point registers display
2014-12-15  Joel BrobeckerUse PTRACE_SINGLESTEP_ONE when single-stepping one...
2014-12-13  Joel BrobeckerAdd ChangeLog entries missing from the previous commit.
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-28  Yao QiUse readlink unconditionally
2014-11-21  Yao QiInclude alloca.h unconditionally
2014-11-17  Joel Brobecker[gdbserver/lynx] spurious failure to write in inferior...
2014-11-12  Pedro AlvesGDBserver: clean up 'cont_thread' handling
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-10-15  Pedro Alvesgdbserver/win32: Rewrite debug registers handling
2014-10-08  Gary BensonInclude common-exceptions.h in common-defs.h
2014-10-08  Gary BensonInclude cleanups.h in common-defs.h
2014-09-30  James HoganClean up after generated c files for MIPS DSP targets
2014-09-23  Yao QiHonour SIGILL and SIGSEGV in cancel breakpoint and...
2014-09-19  Don BreazealRefactor ptrace extended event status.
2014-09-16  Joel BrobeckerFix CPPFLAGS handling in gdbserver's build.
2014-09-16  Gary BensonRename current_inferior as current_thread in gdbserver
2014-09-12  Gary BensonIntroduce common-regcache.h
2014-09-11  Gary BensonIntroduce common/symbol.h
2014-09-11  Gary BensonIntroduce target_{stop,continue}_ptid
2014-09-11  Gary BensonIntroduce target/target.h
2014-09-11  Gary BensonIntroduce show_debug_regs
2014-09-08  Edjunior Barbosa... Fix ppc_collect/supply_ptrace_register() routines
2014-09-03  James HoganReset errno before PTRACE_PEEKUSER for MIPS DSP_CONTROL
2014-09-03  Gary Bensonx86 debug address register clarifications
2014-09-02  Gary BensonRename 32- and 64-bit Intel files from "i386" to "x86"
2014-09-02  Gary BensonUse XCNEW rather than xcalloc (1, ...) in linux-x86...
2014-08-29  Gary BensonUse exceptions and cleanups in gdbserver
2014-08-29  Gary BensonIntroduce common/common-exceptions.[ch]
2014-08-29  Gary BensonIntroduce common/gdb_setjmp.h
2014-08-29  Gary BensonMove cleanups.[ch] to common
2014-08-29  Gary BensonMove internal_{,v}warning to common/errors.[ch]
2014-08-28  Gary BensonRemove fatal function and prototype
2014-08-28  Gary BensonConvert fatal to perror_with_name in IPA code
2014-08-28  Gary BensonConvert fatal to error in remote_prepare
2014-08-28  Gary BensonDowngrade fatal to warning in linux_async
2014-08-28  Gary BensonConvert fatal to gdb_assert in both i386_dr_low_set_addr
2014-08-28  Gary BensonStraightforward fatal to internal_error conversions
2014-08-19  Gary BensonIntroduce common-debug.h
2014-08-19  Gary BensonMove print-utils.h to common-defs.h
2014-08-19  Gary BensonIntroduce common-types.h
2014-08-19  Gary BensonIntroduce common/errors.h
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 common-utils.h to common-defs.h
2014-08-07  Gary BensonMove ptid.h to common-defs.h
2014-08-07  Gary BensonMove gdb_locale.h to common-defs.h
2014-08-07  Gary BensonMove gdb/signals.h to common-defs.h
2014-08-07  Gary BensonMove pathmax.h to common-defs.h
2014-08-07  Gary BensonMove libiberty.h to common-defs.h
2014-08-07  Gary BensonMove ansidecl.h to common-defs.h
2014-08-07  Gary BensonMove stddef.h to common-defs.h
2014-08-07  Gary BensonMove stdarg.h to 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 BensonRearrange awkwardly-nested conditionals
2014-08-06  Gary BensonReplace hardwired target-is-async check
2014-07-31  Gary BensonDo not include defs.h or server.h in any header file
2014-07-30  Gary BensonIntroduce common/common-defs.h
2014-07-30  Gary BensonMake all source files include defs.h or server.h first
2014-07-24  Tom TromeyMake gdbserver CORE_ADDR unsigned
2014-07-16  Pedro AlvesLinux: Use kill_lwp/tkill instead of kill when killing...
2014-07-15  Pedro Alves[GDBserver] Avoid stale errno
next
This page took 0.280328 seconds and 107 git commands to generate.