update copyright year printed by gdb, gdbserver and gdbreplay
[external/binutils.git] / gdb / gdbserver / server.c
2019-01-01 Joel Brobeckerupdate copyright year printed by gdb, gdbserver and...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-29 Tom TromeyFix use-after-free in gdbserver
2018-10-10 Sergio Durigan JuniorAdd parameter to allow enabling/disabling selftests...
2018-10-05 Tom TromeyAvoid shadowing in gdbserver
2018-07-13 Pedro AlvesGDBserver: Pass process_info pointer to target_kill
2018-07-13 Pedro AlvesGDBserver: Pass process_info pointer to target_detach...
2018-07-11 Pedro AlvesGDBserver: Don't assume a current process in D;PID...
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_match
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-06-04 Stan CoxAdd client_state struct.
2018-04-18 Alan HaywardCreate xml from target descriptions
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-09 Markus Metzgerbtrace, gdbserver: remove the to_supports_btrace target...
2018-02-09 Markus Metzgerbtrace, gdbserver: use exceptions to convey btrace...
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 range in all GDB files
2018-01-02 Joel BrobeckerUpdate copyright year in version message of GDB, GDBser...
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_id
2017-11-17 Simon MarchiMake process_info::syscalls_to_catch an std::vector
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-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-04 Sergio Durigan JuniorExtend "set cwd" to work on gdbserver
2017-09-29 Pedro AlvesConstify unpack_varlen_hex & fix fallout
2017-09-21 Kevin BuettnerAdd thread_handle_to_thread_info support for remote...
2017-09-21 Pedro Alvesgdbserver: Remove traces of ancient Hc handling
2017-09-16 Simon MarchiRefactor handle_qxfer_libraries and friends to use...
2017-09-16 Simon MarchiMake xml_escape_text return an std::string
2017-09-16 Simon MarchiAdd selftests run filtering
2017-09-15 Simon Marchigdbserver: Remove thread_to_gdb_id
2017-09-15 Simon Marchigdbserver: Remove gdb_id_to_thread_id
2017-09-15 Simon Marchigdbserver: Move detach code to its own function
2017-09-15 Simon MarchiDeduplicate require_running macros and move them up
2017-09-15 Simon Marchigdbserver: Remove duplicate functions to find any threa...
2017-09-05 Yao QiDynamically composite xml in reply to GDB
2017-09-03 Simon MarchiMake target_waitstatus_to_string return an std::string
2017-08-31 Sergio Durigan JuniorImplement the ability to set/unset environment variable...
2017-08-18 Yao QiGDBserver self tests
2017-06-20 Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-06-07 Sergio Durigan JuniorImplement proper "startup-with-shell" support on gdbserver
2017-06-07 Sergio Durigan JuniorShare fork_inferior et al with gdbserver
2017-04-12 Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-07 Simon MarchiClass-ify ptid_t
2017-04-05 Pedro Alves-Wwrite-strings: gdbserver's 'port' parsing
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-23 Pedro Alvesgdbserver: Use debug_printf for debug output
2016-10-26 Pedro Alvesgdbserver: Leave already-vCont-resumed threads as they...
2016-09-19 Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-09-13 Carl E. LoveFix for gdb.server/non-existing-program.exp test case
2016-09-13 Carl E. LoveFix for gdb.server/non-existing-program.exp test case
2016-09-01 Sergio Durigan JuniorUse target_continue{,_no_signal} instead of target_resume
2016-08-09 Pedro AlvesFix PR gdb/18653: gdb disturbs inferior's inherited...
2016-07-21 Yao QiSupport vCont s and S actions with software single...
2016-07-21 Yao QiCreate sub classes of 'struct breakpoint'
2016-03-29 Marcin Koƛcielnickigdbserver: Handle 'v' packet while processing qSymbol.
2016-01-28 Simon MarchiImport strchrnul from gnulib and use it
2016-01-12 Josh StoneImplement 'catch syscall' for gdbserver
2016-01-12 Mike Frysingergdbserver: fix various warnings
2016-01-12 Pedro AlvesRemove trademark acknowledgements throughout
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2016-01-01 Joel Brobeckerupdate copyright year printed by GDB, GDBserver and...
2015-12-28 Patrick PalkaUse libiberty's crc32 implementation in gdbserver
2015-12-18 Antoine TremblayEnable conditional breakpoints for targets that support...
2015-12-14 Don BreazealTarget remote mode fork and exec event support
2015-12-07 Yao QiSupport Z0 packet in AArch64 multi-arch debugging
2015-12-05 Josh Stonegdbserver: set ptrace flags after creating inferiors
2015-11-30 Pedro Alvesgdbserver: don't exit until GDB disconnects
2015-11-30 Pedro AlvesImplement TARGET_WAITKIND_NO_RESUMED in the remote...
2015-11-30 Pedro AlvesRemote thread create/exit events
2015-11-30 Pedro AlvesNew vCtrlC packet, non-stop mode equivalent of \003
2015-11-30 Pedro Alvesgdbserver crash running gdb.threads/non-ldr-exc-1.exp
2015-11-26 Simon MarchiDisplay names of remote threads
2015-11-19 Pedro Alvesgdbserver: Fix qSupported:xmlRegisters=i386;UnknownFeat...
2015-10-29 Simon Marchigdbserver/server.c: Cast return value of memmem
2015-10-29 Simon MarchiChange type of write_qxfer_response parameter
2015-10-29 Pedro Alvesgdbserver: enum gdb_signal casts
2015-10-29 Pedro Alvesgdbserver: btrace enums
2015-10-21 Antoine TremblaySupport breakpoint kinds for software breakpoints in...
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 QiFix typo
2015-09-15 Yao QiSupport single step by arch or target
2015-09-15 Yao Qi[gdbserver] Rename supports_conditional_breakpoints...
2015-09-11 Don BreazealExtended-remote follow-exec
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
next