Change int to bool for the relocate_* functions
[external/binutils.git] / gdb / remote.c
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...
2018-11-30 Pedro AlvesIntroduce process_stratum_target
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-11-09 Tom TromeyRemove a VEC from remote.c
2018-10-10 Gary BensonAdd missing va_end found by Coverity
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-16 Tom TromeyUse GNU style for metasyntactic variables in gdb
2018-08-08 Szabolcs NagyFix gdb/remote.c build failure
2018-08-06 Simon MarchiFix compilation failure in remote.c
2018-08-06 Pedro Franco de... Use get_remote_packet_size in download_tracepoint
2018-08-06 Pedro Franco de... Remove trailing '-' from the last QTDP action packet
2018-08-06 Pedro Franco de... Fix indentation in remote_target::download_tracepoint
2018-07-22 Tom TromeyUnused variable fixes related to conditional compilation
2018-07-11 Pedro AlvesGDB: Work around D;PID handling bug in older GDBservers...
2018-07-09 Andrew Burgessgdb: Use add_setshow_zuinteger_unlimited_cmd in remote.c
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_match
2018-07-03 Tom TromeyRemove ptid_is_pid
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-07-03 Tom TromeyRemove ptid_build
2018-06-29 Pedro Alvesremote & target_extra_thread_info, use cache w/ qThread...
2018-06-28 Pedro Alvesgdb: Eliminate the 'stop_pc' global
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-11 Tom TromeyRemove use of queue from remote.c
2018-06-07 Pedro Alvestarget_ops::beneath -> target_ops::beneath()
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-30 Simon MarchiRemove regcache_raw_collect
2018-05-30 Simon MarchiRemove regcache_raw_supply
2018-05-30 Simon MarchiRemove regcache_raw_update
2018-05-30 Simon MarchiRemove regcache_get_ptid
2018-05-25 Tom TromeyUse gdb::byte_vector in remote.c
2018-05-25 Pedro Alvesremote_target::m_remote_state, pointer -> object
2018-05-22 Pedro Alvesremote: one struct remote_state per struct remote_target
2018-05-22 Pedro Alvesremote: Make vcont_builder a class
2018-05-22 Pedro AlvesHandle "show remote memory-write-packet-size" when...
2018-05-22 Pedro Alvesremote: Move discard_pending_stop_replies call
2018-05-22 Pedro Alvesremote: Small cleanup in compare_section_command
2018-05-22 Pedro Alvesremote: remote_arch_state pointers -> remote_arch_state...
2018-05-22 Pedro Alvesremote: multiple remote_arch_state instances per arch
2018-05-22 Pedro Alvesremote: Make readahead_cache a C++ class
2018-05-22 Pedro Alvesremote: Eliminate remote_hostio_close_cleanup
2018-05-22 Pedro Alvesremote: struct remote_state, use op new, fix leaks
2018-05-05 Tom TromeyFix "fall through" comments
2018-05-04 Tom TromeyUse counted_command_line everywhere
2018-05-04 Tom TromeyRemove a cleanup from remote.c
2018-05-02 Pedro Alvestarget factories, target open and multiple instances...
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-26 Andrzej KaczmarekFix remote 'g' command error handling (PR remote/9665)
2018-04-25 Pedro AlvesFix new inferior events output
2018-04-24 Sergio Durigan JuniorEnable 'set print inferior-events' and improve detach...
2018-04-21 Pedro AlvesFreeBSD: Fix 'Couldn't get registers: Device busy'...
2018-04-11 Pedro AlvesFile I/O file handles after target closes
2018-04-09 Simon MarchiRemove VEC(tsv_s), use std::vector instead
2018-04-07 Simon MarchiMake target_read_alloc & al return vectors
2018-03-22 Simon MarchiGet rid of VEC(static_tracepoint_marker_p)
2018-03-19 Tom TromeyConvert observers to C++
2018-03-09 Simon MarchiFix misreporting of omitted bytes for large remote...
2018-03-07 Tom TromeyReturn gdb::optional<std::string> from target_fileio_re...
2018-02-09 Markus Metzgerbtrace: reword error messages
2018-02-09 Markus Metzgerbtrace, gdbserver: remove the to_supports_btrace target...
2018-01-30 Pedro AlvesPer-inferior target_terminal state, fix PR gdb/13211...
2018-01-29 Sergio Durigan JuniorDon't call "detach_inferior" on "remote_follow_fork"
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2018-01-11 Pedro AlvesFix backwards compatibility with old GDBservers (PR...
2018-01-07 Simon MarchiReplace VEC(gdb_xml_value_s) with std::vector
next