]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/remote.c
Remove pid_to_ptid
[thirdparty/binutils-gdb.git] / gdb / remote.c
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
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-12  Simon Marchiremote: Return NULL extra_info/name if they are empty
2017-12-06  Pedro Alvestarget_set_syscall_catchpoint, use gdb::array_view...
2017-12-06  Pedro Alvesremote: Make qXfer packets respect corresponding "set...
2017-12-05  Simon MarchiRemove some unused variables
2017-11-24  Simon MarchiCreate private_thread_info hierarchy
2017-11-24  Simon Marchiremote: C++ify thread_item and threads_listing_context
2017-11-24  Simon MarchiCreate private_inferior class hierarchy
2017-11-14  Paul CarrollFix 'xfered>0' assertion in target.c for remote connection
2017-11-09  Simon MarchiMake encode_actions_rsp use std::vector
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyConstify add_com
2017-10-30  Pedro Alvesremote.c, QCatchSyscalls: Build std::string instead...
2017-10-26  Pedro AlvesGarbage collect remote.c:remote_async_terminal_ours_p
2017-10-25  Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-21  Simon MarchiGet rid of VEC (mem_region)
2017-10-16  Tom TromeyReturn unique_xmalloc_ptr from target_read_stralloc
2017-10-16  Tom TromeySimple cleanup removals in remote.c
2017-10-16  Simon MarchiGet rid of VEC(mem_range_s)
2017-10-14  Simon MarchiMake to_traceframe_info return a unique_ptr
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-04  Pedro AlvesFix "Remote 'g' packet reply is too long" problems...
2017-10-04  Sergio Durigan JuniorExtend "set cwd" to work on gdbserver
2017-09-29  Pedro AlvesConstify unpack_varlen_hex & fix fallout
2017-09-29  Pedro Alvesgdb/remote.c: Eliminate target_buf/target_buf_size...
2017-09-27  Tom TromeyConstify some commands in remote.c
2017-09-21  Kevin BuettnerAdd thread_handle_to_thread_info support for remote...
2017-09-20  Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-05  Simon MarchiImprove "'g' reply is is to long" error message
2017-08-31  Sergio Durigan JuniorImplement the ability to set/unset environment variable...
2017-08-23  Sergio Durigan JuniorFix PR remote/21852: Remote run without specifying...
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03  Tom TromeyMore uses of scoped_restore
2017-08-03  Tom TromeyIntroduce and use gdb_file_up
2017-07-18  Yao QiRemove one line comment
2017-06-22  Alan HaywardRemove MAX_REGISTER_SIZE from py-unwind.c
2017-06-07  Sergio Durigan JuniorImplement proper "startup-with-shell" support on gdbserver
2017-06-02  Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-05-04  Pedro AlvesRAII-fy make_cleanup_restore_current_thread & friends
2017-04-22  Tom TromeyUse ui_out_emit_tuple
2017-04-12  Tom TromeyChange breakpoint event locations to event_location_up
2017-04-12  Sergio Durigan JuniorC++-fy and prepare for sharing fork_inferior
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Constify target_pid_to_str and target_...
2017-04-04  Simon Marchiremote.c: Use ptid_t instead of struct ptid
2017-03-20  Simon MarchiUse ptid from regcache in almost all remaining nat...
2017-03-20  Marc-Andre LaperleRemove unused parameter in solib_add and update_solib_list
2017-03-03  Simon MarchiUse range-based for loop in remote_add_target_side_commands
2017-02-27  Simon MarchiRemove struct keyword from range-based for loop
2017-02-27  Simon MarchiUse range-based for loop in remote_add_target_side_cond...
next