Constify get_exec_file
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.c
2019-12-16  Tom TromeyConstify get_exec_file
2019-11-06  Christian BiesingerUse strtok_r instead of strtok
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-16  Christian BiesingerCreate xml-builtin.h to declare xml_builtins
2019-10-02  Christian BiesingerConvert boolean globals in server.c to bool
2019-10-02  Tom TromeyFix type of startup_with_shell in gdbserver
2019-09-26  Sergio Durigan JuniorRevert "Improve ptrace-error detection on Linux targets"
2019-09-26  Sergio Durigan JuniorImprove ptrace-error detection on Linux targets
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-08-15  Tom TromeyReplace write_inferior_memory with target_write_memory
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-04-19  Tom TromeyUse std::list for event notifications in gdbserver
2019-04-17  Alan Haywardgdbserver: Add debug-file option
2019-04-17  Alan Haywardgdbserver: Move remote_debug to a single place
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-04-05  Tom TromeyUse upper-case for metasyntactic in gdbserver help
2019-03-06  Tom TromeyRemove last cleanup from gdbserver
2019-02-07  Alan Haywardgdbserver: When attaching, add process before lwps
2019-01-25  Tom TromeyNormalize includes to use common/
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...
next
This page took 0.630038 seconds and 107 git commands to generate.