Use range-based for loop in remote_add_target_side_condition
[deliverable/binutils-gdb.git] / gdb / remote.c
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
2016-04-12  Pedro AlvesDon't call clear_quit_flag after check_quit_flag
2016-04-06  Jan KratochvilRevert the previous commit adding unknown_v_replies_ok.
2016-04-06  Jan KratochvilWorkaround gdbserver<7.7 for setfs
2016-04-06  Jan KratochvilRevert check-in by a mistake in the previous commit.
2016-04-06  Jan KratochvilPrint the "file" command suggestion in exec_file_locate...
2016-03-29  Marcin Koƛcielnickigdbserver: Handle 'v' packet while processing qSymbol.
2016-03-17  Pedro AlvesPR remote/19496, timeout in forking-threads-plus-bkpt
2016-02-16  Don BreazealPR remote/19496, internal err forking-threads-plus...
2016-02-08  Simon Marchiremote.c: Cleanup unused variables
2016-02-04  Yao Qiwaiting_for_stop_reply around remote_fileio_request
2016-01-28  Simon MarchiImport strchrnul from gnulib and use it
2016-01-14  Yao QiFix C++ build error by casting void *
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-12  Josh StoneImplement 'catch syscall' for gdbserver
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-14  Don BreazealTarget remote mode fork and exec event support
2015-12-01  Ulrich WeigandAvoid "operation may be undefined" warning in remote.c
2015-12-01  Ulrich WeigandFix uninitialized variable warnings in remote.c
2015-11-30  Pedro AlvesImplement TARGET_WAITKIND_NO_RESUMED in the remote...
2015-11-30  Pedro AlvesRemote thread create/exit events
2015-11-30  Pedro AlvesNew vCtrlC packet, non-stop mode equivalent of \003
2015-11-30  Pedro Alvesremote: stop reason and watchpoint data address per...
2015-11-30  Pedro AlvesRemote all-stop-on-top-of-non-stop
2015-11-27  Simon Marchiremote.c: Add missing cast
2015-11-26  Simon MarchiDisplay names of remote threads
2015-11-19  Pedro Alvesgdb: Workaround bad gdbserver qSupported:xmlRegisters...
2015-11-19  Pedro Alves[C++] remote.c: Avoid enum arithmetic
2015-10-19  Luis MachadoMake GDB wait for events after handling target File-I/O
2015-09-30  Don BreazealCall strprefix instead of strncmp in event parsing
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-15  Yao QiSupport single step by arch or target
2015-09-11  Don BreazealExtended-remote catch exec
2015-09-11  Don BreazealExtended-remote follow-exec
2015-09-09  Pedro AlvesReplace "struct continuation" mechanism by something...
2015-08-27  Pedro Alvesgdb: remove packet size limit
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-26  Don BreazealFix native follow-exec-mode "new"
2015-08-25  Pedro Alvesremote: allow aborting long operations (e.g., file...
2015-08-24  Pedro AlvesAdd "set remote multiprocess-extensions-packet" command
2015-08-24  Pedro AlvesPrepare for gnulib update
2015-08-21  Gary BensonWarn when accessing binaries from remote targets
2015-08-21  Pedro AlvesAdd readahead cache to gdb's vFile:pread
2015-08-20  Pedro Alvesremote non-stop: Process initially stopped threads...
2015-08-18  Sandra LoosemoreFix mis-parsing of hex register numbers in 'T' stop...
2015-08-12  Keith SeitzExplicit locations: use new location API
2015-08-07  Pedro AlvesFix interrupt-noterm.exp on targets always in non-stop
2015-08-07  Pedro Alvesremote.c/all-stop: Implement TARGET_WAITKIND_NO_RESUMED...
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-07-30  Pierre LangloisRemove isize output argument from fast_tracepoint_valid_at
2015-07-26  Kevin Buettnerremote.c: Make read_ptid return a null value when no...
2015-07-17  Yao QiFix using uninitialised values
2015-07-02  Markus Metzgerbtrace: support Intel(R) Processor Trace
2015-06-25  Gary BensonRemove gdb_sysroot NULL checks
2015-06-18  Simon Marchiremote: consider addressable unit size when reading...
2015-06-10  Gary BensonImplement multiple-filesystem support for remote targets
2015-06-10  Gary BensonAdd "inferior" argument to some target_fileio functions
2015-06-10  Gary BensonComment and whitespace changes
2015-06-05  Gary BensonMove vgdb special case into remote_filesystem_is_local
2015-05-12  Don BreazealExtended-remote fork catch
2015-05-12  Don BreazealExtended-remote follow vfork
2015-05-12  Don BreazealExtended-remote Linux follow fork
2015-05-12  Don BreazealIdentify remote fork event support
2015-05-12  Gary BensonLocate executables on remote stubs without multiprocess...
2015-04-17  Gary BensonAccess executable from remote system when first inferio...
2015-04-17  Gary BensonImplement remote_pid_to_exec_file using qXfer:exec...
next
This page took 0.431828 seconds and 107 git commands to generate.