]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/gdbserver/ChangeLog
Special case NULL when using printf's %s format
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
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
2017-12-03  Simon MarchiRemove usages of find_inferior that call proceed_one_lwp
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_resume
2017-12-03  Simon MarchiRemove usages of find_inferior in stop_all_lwps
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_stabilize_threads
2017-12-03  Simon MarchiRemove usages of find_inferior in select_event_lwp
2017-12-03  Simon MarchiRemove usages of find_inferior calling not_stopped_callback
2017-12-03  Simon MarchiRemove usage of find_inferior in find_lwp_pid
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_mourn
2017-12-03  Simon MarchiRemove usage of find_inferior in linux_detach
2017-12-03  Simon MarchiRemove usage of find_inferior in last_thread_of_process_p
2017-12-03  Simon MarchiRemove find_inferior_in_random
2017-12-03  Simon MarchiRemove find_inferior_id
2017-12-03  Simon MarchiRemove usages of find_inferior in linux-mips-low.c
2017-12-03  Simon MarchiRemove usage of find_inferior in lynx_mourn
2017-12-03  Simon MarchiRemove usage of find_inferior in regcache_invalidate_pid
2017-11-26  Tom TromeyChange maybe_disable_address_space_randomization to...
2017-11-24  Ulrich Weigand[spu] Fix spu-linux gdbserver build
2017-11-24  Alan HaywardAdd xml selftests for aarch64 target description.
2017-11-24  Alan HaywardUse flexible target descriptors for aarch64
2017-11-24  Alan Haywardgdbserver: add aarch64_create_target_description
2017-11-24  Yao QiChange tic6x target descriptions
2017-11-22  Yao QiFix build with GCC 8: strncpy -> memcpy
2017-11-20  Simon MarchiRemove usage of find_inferior when calling kill_one_lwp...
2017-11-20  Simon MarchiRemove usages of find_thread when calling need_step_over_p
2017-11-20  Simon MarchiRemove usage of find_thread when calling resume_status_...
2017-11-20  Simon MarchiRemove usage of find_inferior when calling linux_set_re...
2017-11-20  Simon MarchiRemove usage of find_inferior in linux_stabilize_threads
2017-11-20  Simon MarchiRemove usage of find_inferior in unsuspend_all_lwps
2017-11-20  Simon MarchiRemove usage of find_inferior in iterate_over_lwps
2017-11-20  Simon MarchiRemove usage of find_inferior in reset_lwp_ptrace_optio...
2017-11-20  Simon MarchiRemove usages of find_inferior in linux-arm-low.c
2017-11-20  Simon MarchiRemove usage of find_inferior in win32-low.c
2017-11-20  Simon MarchiRemove usage of find_inferior in win32-i386-low.c
2017-11-17  Simon MarchiMake process_info::syscalls_to_catch an std::vector
2017-11-16  Pedro AlvesGDBserver: Fix ignored Ctrl-C after reconnection
2017-11-16  Alan HaywardAllow osabi to be optional in target descriptions
2017-11-16  Yao QiFix tic6x-uclinux GDBserver build failure
2017-11-15  Alan HaywardBetter make rule for arch/ files built for IPA
2017-11-13  Andreas SchwabEnable hardware single step for m68k in GDBServer
2017-11-06  Pedro AlvesDon't check termio.h and sgtty.h in common/common.m4...
2017-10-28  Simon MarchiRemove find_inferior usage for thread_search
2017-10-28  Simon MarchiRemove usage of find_inferior in resume
2017-10-28  Simon MarchiRemove usages of find_inferior in handle_status
2017-10-25  Alan HaywardAdd common AARCH64 REGNUM defines
2017-10-21  Simon MarchiAdd overloads of for_each_thread/find_thread that filte...
2017-10-17  Yao Qi[GDBserver] Move aarch64-insn.o to arch/ and remove...
2017-10-17  Yao Qi[GDBserver] Move arm-linux.o and arm-get-next-pcs.o...
2017-10-17  Yao Qi[GDBserver] Move arm.o to arch/arm.o
2017-10-17  Yao Qi[GDBserver] Replicate src dir in build dir
2017-10-16  Yao QiRegenerate gdbserver/configure
2017-10-14  Simon Marchigdbserver: use std::list for all_threads
2017-10-14  Simon Marchigdbserver: Use std::list for all_processes
2017-10-14  Simon Marchigdbserver: Use std::list for all_dlls
2017-10-12  Simon Marchilinux low: Make the arch code free arch_process_info
2017-10-12  Simon Marchilwp_info: Make the arch code free arch_lwp_info
2017-10-06  Yuanhui ZhangFix GDB build under msys+mingw gcc 32bit
2017-10-04  Sergio Durigan JuniorExtend "set cwd" to work on gdbserver
2017-10-04  Sergio Durigan JuniorImplement "set cwd" command on GDB
2017-10-04  Sergio Durigan JuniorIntroduce gdb_tilde_expand
2017-10-02  Simon Marchinto & lynx x86: call init_target_desc
2017-09-29  Pedro AlvesConstify unpack_varlen_hex & fix fallout
2017-09-29  Pedro Alvesgdbserver/libthread_db: Don't ignore memory reading...
2017-09-29  Pedro AlvesFix gdbserver regression exposed by gdb.threads/multi...
2017-09-26  Sergio Durigan JuniorUse "switch_to_thread" more thoroughly on gdbserver
2017-09-25  Andreas ArnezS390: Add guarded-storage register support to gdbserver
2017-09-22  Simon Marchigdbserver x86 on win32: call init_target_desc
2017-09-21  Kevin BuettnerAdd thread_handle_to_thread_info support for remote...
next