TUI: GC tui_target_has_run
[deliverable/binutils-gdb.git] / gdb / remote.c
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...
2015-04-07  Pedro Alvesupdate thread list, delete exited threads
2015-04-02  Gary BensonConvert "remote:" sysroots to "target:" and remove...
2015-04-02  Gary BensonIntroduce target_filesystem_is_local
2015-04-02  Gary BensonIntroduce target_fileio_fstat
2015-03-30  Gary BensonRemove three redundant wrapper functions in remote.c
2015-03-26  Don BreazealClarify comment on the purpose of the assertion loop...
2015-03-25  Pedro AlvesSimplify target_async hook interface
2015-03-23  Yury GrechishchevGDB: Add set/show serial parity command.
2015-03-18  Gary BensonReimplement "vFile:fstat" without qSupported
2015-03-11  Gary BensonImplement remote_bfd_iovec_stat
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07  Pedro AlvesNormalize TRY_CATCH exception handling block
2015-03-06  Gary BensonNew common function "startswith"
2015-03-04  Pedro Alvesremote+docs: software/hardware breakpoint traps
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-26  Pedro AlvesAdd ATTRIBUTE_PRINTF attributes, and fix fallout
2015-02-23  Pedro Alvesremote.c: simplify parsing stop reasons in T stop replies
2015-02-10  Sergio Durigan JuniorPR remote/17946: Fix wrong comparison of pointer agains...
2015-02-09  Markus Metzgerrecord-btrace: add bts buffer size configuration option
2015-02-09  Markus Metzgerrecord btrace: add configuration struct
2015-02-09  Markus Metzgerbtrace: add format argument to supports_btrace
2015-02-09  Markus Metzgerbtrace: add struct btrace_data
2015-02-03  Pedro AlvesWhen disabling target async, remove all target event...
2015-02-03  Pedro AlvesFix up some target is-async vs can-async confusions
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-28  Pedro AlvesWorkaround remote targets that report an empty list...
2014-10-17  Pedro AlvesFix build without libexpat
2014-10-15  Pedro Alvesremote: get rid of all the T packets when syncing the...
2014-10-15  Pedro AlvesPush pruning old threads down to the target
2014-10-15  Pedro AlvesMerge remote thread listing methods
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
next
This page took 0.424979 seconds and 107 git commands to generate.