summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* remote.c: Make read_ptid return a null value when no thread id is found.Kevin Buettner2015-07-251-1/+25
* Fix using uninitialised valuesYao Qi2015-07-171-2/+2
* btrace: support Intel(R) Processor TraceMarkus Metzger2015-07-021-5/+60
* Remove gdb_sysroot NULL checksGary Benson2015-06-251-2/+1
* remote: consider addressable unit size when reading/writing memorySimon Marchi2015-06-181-80/+113
* Implement multiple-filesystem support for remote targetsGary Benson2015-06-101-0/+57
* Add "inferior" argument to some target_fileio functionsGary Benson2015-06-101-8/+10
* Comment and whitespace changesGary Benson2015-06-101-21/+8
* Move vgdb special case into remote_filesystem_is_localGary Benson2015-06-051-9/+53
* 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