Remove for_each_inferior_with_data
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.c
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...
2015-08-21  Pedro AlvesFix gdbserver crash exposed by gdb.threads/process...
2015-08-21  Pedro Alvesgdbserver: don't pick a random thread if the current...
2015-08-06  Pedro Alvesgdbserver: fix silent error exit
2015-08-04  Yao QiDisable Z0 packet on aarch64 on multi-arch debugging
2015-07-24  Yao QiInitialise target descrption after skipping extra traps...
2015-07-24  Yao QiRefactor start_inferior
2015-07-24  Yao QiSet general_thread after restart
2015-07-02  Markus Metzgerbtrace: support Intel(R) Processor Trace
2015-06-18  Simon Marchiremote: consider addressable unit size when reading...
2015-06-10  Jan KratochvilFix gdbserver <library-list> and its #FIXED version...
2015-06-10  Gary BensonImplement vFile:setfs in gdbserver
2015-05-12  Don BreazealExtended-remote Linux follow fork
2015-05-12  Don BreazealIdentify remote fork event support
2015-05-12  Gary BensonLocate executables on remote stubs without multiprocess...
2015-05-08  Yao Qi[gdbserver] Disable conditional breakpoints on no-hardw...
2015-05-06  Pedro AlvesPR server/18081: gdbserver crashes when providing an...
2015-04-17  Gary BensonImplement qXfer:exec-file:read in gdbserver
2015-04-01  Pedro AlvesGDBServer: give more complete usage information
2015-03-20  Pedro Alvesconstify gdbserver/server.c
2015-03-18  Gary BensonReimplement "vFile:fstat" without qSupported
2015-03-11  Gary BensonImplement vFile:fstat: in gdbserver
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06  Gary BensonNew common function "startswith"
2015-03-04  Pedro Alvesgdbserver: Support the "swbreak"/"hwbreak" stop reasons
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-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
next
This page took 0.491857 seconds and 107 git commands to generate.