]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/remote.c
gdb: add remote_debug_printf
[thirdparty/binutils-gdb.git] / gdb / remote.c
2021-01-22  Simon Marchigdb: add remote_debug_printf
2021-01-22  Simon Marchigdb: change remote_debug to bool
2021-01-22  Simon Marchigdb: move remote_debug to remote.{h,c}
2021-01-22  Simon Marchigdb: move set remote commands to remote.c
2021-01-21  Joel Sherrillgdb/remote.c: address conflicting enum and method name
2021-01-18  Simon Marchigdb: const-ify hostio methods parameter in remote.c
2021-01-18  Simon Marchigdb: move remote_target::start_remote variable to narro...
2021-01-18  Simon Marchigdb: const-ify remote_target::add_current_inferior_and_...
2021-01-18  Simon Marchigdb: const-ify unpack_* functions in remote.c
2021-01-14  Andrew Burgessgdb: better handling of 'S' packets
2021-01-14  Simon Marchigdb: make the remote target track its own thread resume...
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29  Tom TromeyRemove symfile_objfile macro
2020-10-29  Tom TromeyRemove the exec_bfd macro
2020-10-13  Tom TromeyChange target_section_table to std::vector alias
2020-10-13  Tom TromeyUse a std::vector in target_section_table
2020-10-07  Tom TromeyMove simple_search_memory to gdbsupport/search.cc
2020-10-02  Simon Marchigdb: give names to async event/signal handlers
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-18  Tom TromeyMake target_wait options use enum flags
2020-07-10  Pedro AlvesFix spurious unhandled remote %Stop notifications
2020-07-02  Simon Marchigdb: remove unused fetch_inferior_event and inferior_ev...
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-06-18  Pedro AlvesDon't write to inferior_ptid in remote.c
2020-05-21  Simon Marchigdb: remove unnecessary NULL checks before xfree
2020-05-19  Simon Marchigdb: use std::vector to store segments in symfile_segme...
2020-05-19  Simon Marchigdb: allocate symfile_segment_data with new
2020-05-15  Philippe WaroquiersFix the problems reported by prefix check of command...
2020-05-14  Tankut Baris Aktemurgdb/infrun: handle already-exited threads when attempti...
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-13  Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-04-13  Tom TromeyIntroduce async-event.[ch]
2020-04-01  Tankut Baris Aktemurgdb/remote: do not check for null_ptid in stop reply
2020-03-24  Simon Marchigdb: bool-ify follow_fork
2020-03-19  Andrew Burgessgdb: Handle W and X remote packets without giving a...
2020-03-12  Tom TromeyDon't use sprintf_vma for CORE_ADDR
2020-03-02  Andrew Burgessgdb/remote: Restore support for 'S' stop reply packet
2020-02-11  Tom TromeyRemove some ui_file_* functions
2020-02-07  Iain BuclawMake fputs_unfiltered use fputs_maybe_filtered
2020-02-07  Iain BuclawMake gdb_flush also flush the wrap buffer
2020-02-04  Simon MarchiChange ints to bools around thread_info executing/resumed
2020-01-25  Philippe WaroquiersImplement 'set/show exec-file-mismatch'.
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-10  Pedro AlvesAdd "info connections" command, "info inferiors" connec...
2020-01-10  Pedro AlvesMulti-target support
2020-01-10  Pedro AlvesFix reconnecting to a gdbserver already debugging multi...
2020-01-10  Pedro AlvesFix reconnecting to a gdbserver already debugging multi...
2020-01-10  Tankut Baris AktemurAvoid another inferior_ptid reference in gdb/remote.c
2020-01-10  Pedro AlvesTweak handling of remote errors in response to resumpti...
2020-01-10  Pedro AlvesDon't check target is running in remote_target::mourn_i...
2020-01-10  Pedro AlvesMake "show remote exec-file" inferior-aware
2020-01-08  Tom TromeyChange section_offsets to a std::vector
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16  Tom TromeyConstify get_exec_file
2019-11-26  Simon MarchiMake a bunch of functions static
2019-11-25  Luis Machado[Debugging output] Make remote packet truncation length...
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-19  Christian BiesingerReplace some more qsort calls with std::sort
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-17  Tom de Vries[gdb] Fix typos in comments
2019-10-12  Christian BiesingerRemove unnecessary declaration of trace_regblock_size
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-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-20  Conrad MeyerImprove remote attach round-trips without btrace
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-22  Tom TromeyConstify target_ops::follow_exec
2019-05-08  Tom TromeyConvert remote.c to type-safe registry API
2019-05-08  Tom TromeyChange some remote.c globals to "static"
2019-05-08  Tom TromeyMove "watchdog" to remote.c
2019-04-19  Tom TromeyUse std::list for remote_notif_state::notif_queue
2019-04-09  Tom TromeyConsistently use bool for fake_pid_p
2019-04-09  Kevin BuettnerIntroduce target_ops method thread_info_to_thread_handle
2019-04-08  Tom TromeyReplace throw_exception with throw in some cases
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-03-13  Tom TromeyChange pid_to_str to return std::string
2019-03-12  Tom TromeyMake remote.c ptid constants "const"
2019-03-06  Tom TromeyUse unique_xmalloc_ptr in remote.c
2019-03-06  Tom TromeyC++ify remote notification code
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-03-05  Tom TromeyAdd ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::release
2019-02-15  Tom TromeyAdd push_target overload
2019-02-14  Thomas Schwinge[gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c'
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-24  Pedro Alvestarget_pass_signals/target_program_signals: Use gdb...
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-15  Tom TromeyRemove cleanup from remote.c
2019-01-15  Tom TromeyConstify some remote-notif functions
2019-01-15  Tom TromeyConstify remote_console_output
2019-01-15  Tom TromeyConstify target_pass_signals and target_program_signals
2019-01-03  Andrew Burgessgdb/remote: Remove a cleanup in remote_check_symbols
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Pedro AlvesConvert default_child_has_foo functions to process_stra...
next