summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* constify to_loadTom Tromey2014-06-261-1/+1
* Fix next over threaded execl with "set scheduler-locking step".Pedro Alves2014-06-191-1/+1
* use make_cleanup_freeargvTom Tromey2014-06-171-1/+1
* constify to_disconnectTom Tromey2014-06-161-1/+1
* constify to_rcmdTom Tromey2014-06-161-2/+2
* make calls to help_list use enumeratorTom Tromey2014-06-131-2/+2
* PR mi/15806: Fix quoting of async eventsSimon Marchi2014-06-051-1/+1
* constify to_attachTom Tromey2014-06-041-2/+3
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves2014-05-201-19/+33
* compare-sections: New -r option.David Taylor2014-05-011-1/+12
* Fix remote connection to targets that don't support the QNonStop packet.Pedro Alves2014-04-291-6/+54