Restore behavior of disabling address randomization by default on GDBserver
[external/binutils.git] / gdb / gdbserver / ChangeLog
2018-08-26 Simon MarchiRestore behavior of disabling address randomization...
2018-07-11 Pedro AlvesGDBserver: Don't assume a current process in D;PID...
2018-07-11 Pedro AlvesGDBserver: Fix "Cond. jump or move depends on uninit...
2018-07-04 Vyacheslav BarinovWarn if /proc is not accessible
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_match
2018-07-03 Tom TromeyRemove ptid_is_pid
2018-07-03 Tom TromeyRemove ptid_get_tid
2018-07-03 Tom TromeyRemove ptid_get_lwp
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove ptid_build
2018-06-30 Sergio Durigan JuniorAdd missing parameter to 'amd64_create_target_descripti...
2018-06-28 Jan KratochvilRemove 2 excessive executable permission flags
2018-06-19 Simon MarchiBump to autoconf 2.69 and automake 1.15.1
2018-06-18 Simon MarchiRemove current_traceframe declaration
2018-06-18 Alan HaywardPtrace support for AArch64 SVE gdbserver
2018-06-18 Alan HaywardPtrace support for Aarch64 SVE
2018-06-11 Alan HaywardEnable Aarch64 SVE for gdbserver
2018-06-11 Alan HaywardIncrease gdbsever PBUFSIZ
2018-06-11 Alan HaywardAdd regcache raw_compare method
2018-06-11 Alan HaywardAdd reg_buffer_common
2018-06-09 Tom TromeyRemove use of queue.h from gdbserver/event-loop.c
2018-06-08 Stan CoxAdd missing client_state struct references to win target.
2018-06-08 Pedro AlvesMake gdbreplay use more common routines
2018-06-08 Tom TromeyRemove cleanups from btrace code
2018-06-04 Stan CoxAdd client_state struct.
2018-05-31 Alan HaywardFunction for reading the Aarch64 SVE vector length
2018-05-31 Alan HaywardAdd Aarch64 SVE target description
2018-05-25 Maciej W. RozyckiMIPS/Linux: Correct o32 core file FGR interpretation
2018-05-23 Erik KurzingerImprove File I/O overflow detection in gdbserver (PR...
2018-05-22 Maciej W. RozyckiMIPS/gdbserver: Correctly handle narrow big-endian...
2018-05-22 Pedro Franco de... [PowerPC] Fix access to VSCR in linux targets
2018-05-22 Pedro Franco de... [PowerPC] Consolidate linux vector regset sizes
2018-05-22 Pedro Franco de... [PowerPC] Disable regsets using zero sizes in gdbserver
2018-05-22 Pedro Franco de... [PowerPC] Consolidate wordsize getter between native...
2018-05-22 Pedro Franco de... [PowerPC] Consolidate linux target description selection
2018-05-22 Maciej W. RozyckiMIPS/Linux: Disable n32 USR `ptrace' accesses to 64...
2018-05-21 Maciej W. RozyckiMIPS/gdbserver: Fix issues with $zero register reads
2018-05-10 Joel Brobeckerx86 LynxOS-178: Adjust floating-point context structure
2018-05-10 Tom TromeyFix the clang build
2018-05-10 Joel Brobeckergdbserver/Windows: crash during connection establishmen...
2018-05-10 Joel Brobeckergdbserver/Windows: Fix "no program to debug" error
2018-05-10 Joel Brobecker[gdbserver/win32] fatal "glob could not process pattern...
2018-05-08 Andrew Burgessgdb/x86: Handle kernels using compact xsave format
2018-05-07 Tom TromeyAdd -Wduplicated-cond
2018-05-05 Tom TromeyAdd -Wimplicit-fallthrough
2018-05-04 Jan Kratochvilaarch64: PR 19806: watchpoints: false negatives + PR...
2018-04-27 Tom TromeyEnable -Wsuggest-override
2018-04-23 Tom TromeyRegenerate gdb/configure and gdbserver/configure
2018-04-19 Simon MarchiFix dependency tracking in gdbserver subdirectories
2018-04-18 Alan HaywardRemove xml files from gdbserver
2018-04-18 Alan HaywardRemove xml file references from target descriptions
2018-04-18 Alan HaywardCreate xml from target descriptions
2018-04-18 Alan HaywardAdd tdesc osabi and architecture functions
2018-04-18 Alan HaywardCommonise tdesc types and makes use of them in gdbserve...
2018-04-18 Alan HaywardCommonise tdesc_feature and makes use of it in gdbserve...
2018-04-18 Alan HaywardCommonise tdesc_reg and makes use of it in gdbserver...
2018-03-30 Simon MarchiUse std::vector and std::string instead of VEC(char_ptr...
2018-03-26 Alan HaywardMake gdbserver reg_defs a vector of objects
2018-03-23 Alan HaywardMake gdbserver find_register_by_number static
2018-03-23 Alan HaywardMove gdbserver tdesc header funcs to c file
2018-03-22 Andreas ArnezS390: Correct brace style in s390_get_wordsize
2018-03-21 Andreas ArnezS390: Make IPA recognize tdescs with guarded storage
2018-03-21 Andreas ArnezS390: gdbserver: Don't write guarded storage registers
2018-03-21 Andreas ArnezS390: Enable re-attaching with native-extended-gdbserver
2018-03-16 Simon MarchiAdd silent Makefile rules
2018-03-14 Tom TromeySpecial case NULL when using printf's %s format
2018-03-08 Simon MarchiAdd xml_escape_text_append and use it
2018-03-08 Simon Marchilinux_qxfer_libraries_svr4: Use std::string
2018-03-03 Simon Marchihandle_general_set: Remove useless xstrdup
2018-03-03 Simon MarchiMake delim_string_to_char_ptr_vec return an std::vector
2018-03-01 Markus Metzgerbtrace, gdbserver: check btrace target pointers
2018-02-28 Sergio Durigan JuniorChange order of error message printed when gdbserver...
2018-02-28 Sergio Durigan JuniorMake gdbserver work with filename-only binaries
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-26 Alan HaywardMove arch/tdesc.h to common/tdesc.h
2018-02-20 Alan HaywardFix make 3.81 build errors
2018-02-19 Alan HaywardAdd common/ dir in build directories
2018-02-09 Markus Metzgerbtrace, gdbserver: remove the to_supports_btrace target...
2018-02-09 Markus Metzgerbtrace, gdbserver: use exceptions to convey btrace...
2018-02-08 Tom TromeyRemove make_cleanup_restore_current_thread from gdbserver
2018-02-08 Tom TromeyRemove a cleanup from gdbserver
2018-01-30 Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-19 James Clarkegdb: Add missing #ifdef USE_THREAD_DB to gdbserver
2018-01-17 Simon MarchiMake linux_ptrace_attach_fail_reason return an std...
2018-01-17 Eldar Abusalimovconfigure: Fix test for fs_base/gs_base in <sys/user.h>
2018-01-16 Yao QiMark register unavailable when PTRACE_PEEKUSER fails
2018-01-08 Yao QiFix GDBserver build failure when $development is false
2018-01-07 Simon MarchiMake parse_debug_format_options return an std::string
2018-01-05 Pedro AlvesFix regression: cannot start with LD_PRELOAD=libSegFaul...
2018-01-02 Joel BrobeckerUpdate copyright year in version message of GDB, GDBser...
2017-12-08 Tom TromeyC++-ify parse_format_string
2017-12-07 Yao QiInitialize target description early in IPA
2017-12-05 Simon MarchiSplit tdesc_type into multiple classes
2017-12-05 Simon MarchiRemove some unused variables
2017-12-03 Simon MarchiRemove for_each_inferior_with_data
2017-12-03 Simon MarchiRemove for_each_inferior
2017-12-03 Simon MarchiRemove find_inferior
2017-12-03 Simon MarchiUpdate comments
next