aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Access executable from remote system when first inferior appearsGary Benson1-5/+13
2015-04-17Implement remote_pid_to_exec_file using qXfer:exec-file:readGary Benson1-0/+35
2015-04-07update thread list, delete exited threadsPedro Alves1-1/+1
2015-04-02Convert "remote:" sysroots to "target:" and remove "remote:"Gary Benson1-107/+0
2015-04-02Introduce target_filesystem_is_localGary Benson1-0/+10
2015-04-02Introduce target_fileio_fstatGary Benson1-0/+1
2015-03-30Remove three redundant wrapper functions in remote.cGary Benson1-27/+6
2015-03-26Clarify comment on the purpose of the assertion loop in _initialize_remote.Don Breazeal1-1/+2
2015-03-25Simplify target_async hook interfacePedro Alves1-20/+8
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev1-0/+1
2015-03-18Reimplement "vFile:fstat" without qSupportedGary Benson1-13/+11
2015-03-11Implement remote_bfd_iovec_statGary Benson1-4/+83
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-18/+22
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-18/+23
2015-03-06New common function "startswith"Gary Benson1-14/+11
2015-03-04remote+docs: software/hardware breakpoint trapsPedro Alves1-9/+110
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-9/+9
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves1-0/+3
2015-02-23remote.c: simplify parsing stop reasons in T stop repliesPedro Alves1-85/+81
2015-02-09PR remote/17946: Fix wrong comparison of pointer against charSergio Durigan Junior1-1/+1
2015-02-09record-btrace: add bts buffer size configuration optionMarkus Metzger1-2/+38
2015-02-09record btrace: add configuration structMarkus Metzger1-2/+83
2015-02-09btrace: add format argument to supports_btraceMarkus Metzger1-4/+11
2015-02-09btrace: add struct btrace_dataMarkus Metzger1-2/+2
2015-02-03When disabling target async, remove all target event sources from the event loopPedro Alves1-1/+9
2015-02-03Fix up some target is-async vs can-async confusionsPedro Alves1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-28Workaround remote targets that report an empty list to qfThreadInfoPedro Alves1-3/+32
2014-10-17Fix build without libexpatPedro Alves1-15/+15
2014-10-15remote: get rid of all the T packets when syncing the thread listPedro Alves1-4/+34
2014-10-15Push pruning old threads down to the targetPedro Alves1-7/+10
2014-10-15Merge remote thread listing methodsPedro Alves1-137/+161
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-10-03Avoid software breakpoint's instruction shadow inconsistencyMaciej W. Rozycki1-6/+8
2014-09-22Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"Pedro Alves1-3/+2
2014-08-09Fix PR remote/9053: remove dead code on query packet sizeYao Qi1-4/+0
2014-08-07Replace 0 with TARGET_XFER_EOF in to_xfer_partialYao Qi1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-30constify to_openTom Tromey1-8/+5
2014-07-25Always pass signals to the right threadPedro Alves1-2/+1
2014-07-24constify remote.cTom Tromey1-6/+6
2014-07-20Improve error message to cope with pr 17147.Doug Evans1-1/+5
2014-07-11remote: call remote_check_symbols after attachingAdrian Sendroiu1-0/+15
2014-07-07PR gdb/17096: async support breaks remote debugging on WindowsPedro Alves1-2/+5
2014-06-26constify to_loadTom Tromey1-1/+1
2014-06-19Fix next over threaded execl with "set scheduler-locking step".Pedro Alves1-1/+1
2014-06-17use make_cleanup_freeargvTom Tromey1-1/+1
2014-06-16constify to_disconnectTom Tromey1-1/+1
2014-06-16constify to_rcmdTom Tromey1-2/+2