summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Add casts to memory allocation related callsSimon Marchi2015-09-251-24/+23
* Support single step by arch or targetYao Qi2015-09-151-9/+49
* Extended-remote catch execDon Breazeal2015-09-111-0/+32
* Extended-remote follow-execDon Breazeal2015-09-111-8/+140
* Replace "struct continuation" mechanism by something more extensiblePedro Alves2015-09-091-1/+1
* gdb: remove packet size limitPedro Alves2015-08-271-35/+36
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-4/+4
* Fix native follow-exec-mode "new"Don Breazeal2015-08-261-0/+1
* remote: allow aborting long operations (e.g., file transfers)Pedro Alves2015-08-251-10/+30
* Add "set remote multiprocess-extensions-packet" commandPedro Alves2015-08-241-2/+5
* Prepare for gnulib updatePedro Alves2015-08-241-1/+1
* Warn when accessing binaries from remote targetsGary Benson2015-08-211-4/+22
* Add readahead cache to gdb's vFile:preadPedro Alves2015-08-211-4/+135
* remote non-stop: Process initially stopped threads before other commandsPedro Alves2015-08-201-23/+94
* Fix mis-parsing of hex register numbers in 'T' stop replies.Sandra Loosemore2015-08-181-12/+24
* Explicit locations: use new location APIKeith Seitz2015-08-111-5/+5
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-11/+33
* remote.c/all-stop: Implement TARGET_WAITKIND_NO_RESUMED and TARGET_WNOHANGPedro Alves2015-08-071-1/+12
* Mostly trivial enum fixesSimon Marchi2015-07-311-8/+6
* Remove isize output argument from fast_tracepoint_valid_atPierre Langlois2015-07-301-5/+4
* 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