Change section_offsets to a std::vector
[deliverable/binutils-gdb.git] / gdb / remote.c
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...
2017-02-27  Alan HaywardRemove MAX_REGISTER_SIZE from remote.c
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-18  Alan HaywardAllocate data in cached_reg_t
2017-01-18  Alan HaywardUse register_size () instead of MAX_REGISTER_SIZE
2017-01-13  Yao QiDon't print too much if remote_debug is on
2017-01-12  Simon MarchiUpdate comment in remote_can_async_p
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-11-08  Pedro AlvesEliminate agent_expr_p; VEC -> std::vector in struct...
2016-11-08  Pedro Alves'struct agent_expr *' -> unique_ptr<agent_expr>
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/remote.c
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-11-08  Lionel FlandrinCheck for truncated registers in process_g_packet
2016-11-03  Yao QiRename placed_size to kind
2016-11-03  Yao QiNew gdbarch methods breakpoint_kind_from_pc and sw_brea...
2016-10-26  Pedro Alvesgdb: Coalesce/aggregate (async) vCont packets/actions
2016-10-26  Pedro Alvesgdb: Clean up remote.c:remote_resume
2016-09-29  Jan KratochvilPR gdb/20609 - attach of JIT-debug-enabled inf 7.11...
2016-09-19  Sergio Durigan JuniorConsolidate target_mourn_inferior between GDB and gdbserver
2016-09-18  Pedro Alvesgdb: Fix std::{min, max}-related build breakage on...
2016-09-16  Pedro Alvesgdb: Use std::min and std::max throughout
2016-09-08  Tom TromeyRemove some unneeded casts from remote.c
2016-08-10  Pedro AlvesPlumb enum remove_bp_reason all the way to target_remov...
2016-07-25  Tim Wiederhakebtrace: Resume recording after disconnect.
2016-07-01  Don BreazealOptimize memory_xfer_partial for remote
2016-07-01  Pedro AlvesFactor out "Detaching from program" message printing
2016-06-21  Pedro AlvesMake input_fd be per UI
2016-04-27  Jan KratochvilWorkaround gdbserver<7.7 for setfs
2016-04-13  Pedro AlvesFix PR remote/19840: gdb crashes on reverse-stepi
2016-04-12  Pedro Alvestarget remote: Don't rely on immediate_quit (introduce...
2016-04-12  Pedro AlvesDo target_terminal_ours in query & friends instead...
2016-04-12  Pedro AlvesPass Ctrl-C to the target in target_terminal_inferior
2016-04-12  Pedro AlvesDecouple target_interrupt from all-stop/non-stop modes
next
This page took 0.68586 seconds and 107 git commands to generate.