summaryrefslogtreecommitdiff
path: root/gdb/remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix several "set remote foo-packet on/off" commands.Pedro Alves2014-04-251-372/+215
* Remove target_read_live_memoryYao Qi2014-03-221-39/+10
* Factor remote_read_bytes.Yao Qi2014-03-221-43/+54
* Move the traceframe_available_memory code from memory_xfer_partial_1 down to ...Yao Qi2014-03-221-3/+141
* start change to progspace independenceTom Tromey2014-02-261-1/+3
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+3
* change minsym representationTom Tromey2014-02-261-1/+1
* Revert previous tweaksYao Qi2014-02-231-5/+0
* remote.c: Use the ptid.lwp field to store remote thread ids rather than ptid....Pedro Alves2014-02-191-17/+17
* change delegation for to_read_descriptionTom Tromey2014-02-191-2/+2
* Add target_ops argument to to_augmented_libraries_svr4_readTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_read_btraceTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_teardown_btraceTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_disable_btraceTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_enable_btraceTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_can_use_agentTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_use_agentTom Tromey2014-02-191-1/+1