summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Extended-remote fork catchDon Breazeal2015-05-121-3/+226
* Extended-remote follow vforkDon Breazeal2015-05-121-1/+21
* Extended-remote Linux follow forkDon Breazeal2015-05-121-25/+105
* Identify remote fork event supportDon Breazeal2015-05-121-0/+26
* Locate executables on remote stubs without multiprocess extensionsGary Benson2015-05-121-3/+16
* Access executable from remote system when first inferior appearsGary Benson2015-04-171-5/+13
* Implement remote_pid_to_exec_file using qXfer:exec-file:readGary Benson2015-04-171-0/+35
* update thread list, delete exited threadsPedro Alves2015-04-071-1/+1
* Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson2015-04-021-107/+0
* Introduce target_filesystem_is_localGary Benson2015-04-021-0/+10
* Introduce target_fileio_fstatGary Benson2015-04-021-0/+1
* Remove three redundant wrapper functions in remote.cGary Benson2015-03-301-27/+6
* Clarify comment on the purpose of the assertion loop in _initialize_remote.Don Breazeal2015-03-261-1/+2
* Simplify target_async hook interfacePedro Alves2015-03-251-20/+8
* GDB: Add set/show serial parity command.Yury Grechishchev2015-03-231-0/+1
* Reimplement "vFile:fstat" without qSupportedGary Benson2015-03-181-13/+11
* Implement remote_bfd_iovec_statGary Benson2015-03-111-4/+83
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-18/+22
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-18/+23
* New common function "startswith"Gary Benson2015-03-061-14/+11
* remote+docs: software/hardware breakpoint trapsPedro Alves2015-03-041-9/+110
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-9/+9
* Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves2015-02-261-0/+3
* remote.c: simplify parsing stop reasons in T stop repliesPedro Alves2015-02-231-85/+81
* PR remote/17946: Fix wrong comparison of pointer against charSergio Durigan Junior2015-02-091-1/+1
* record-btrace: add bts buffer size configuration optionMarkus Metzger2015-02-091-2/+38
* record btrace: add configuration structMarkus Metzger2015-02-091-2/+83
* btrace: add format argument to supports_btraceMarkus Metzger2015-02-091-4/+11
* btrace: add struct btrace_dataMarkus Metzger2015-02-091-2/+2
* When disabling target async, remove all target event sources from the event loopPedro Alves2015-02-031-1/+9
* Fix up some target is-async vs can-async confusionsPedro Alves2015-02-031-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Workaround remote targets that report an empty list to qfThreadInfoPedro Alves2014-10-281-3/+32
* Fix build without libexpatPedro Alves2014-10-171-15/+15
* remote: get rid of all the T packets when syncing the thread listPedro Alves2014-10-151-4/+34
* Push pruning old threads down to the targetPedro Alves2014-10-151-7/+10
* Merge remote thread listing methodsPedro Alves2014-10-151-137/+161
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki2014-10-031-6/+8
* Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"Pedro Alves2014-09-221-3/+2
* Fix PR remote/9053: remove dead code on query packet sizeYao Qi2014-08-091-4/+0
* Replace 0 with TARGET_XFER_EOF in to_xfer_partialYao Qi2014-08-071-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify to_openTom Tromey2014-07-301-8/+5
* Always pass signals to the right threadPedro Alves2014-07-251-2/+1
* constify remote.cTom Tromey2014-07-241-6/+6
* Improve error message to cope with pr 17147.Doug Evans2014-07-201-1/+5
* remote: call remote_check_symbols after attachingAdrian Sendroiu2014-07-111-0/+15
* PR gdb/17096: async support breaks remote debugging on WindowsPedro Alves2014-07-071-2/+5