aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-13make calls to help_list use enumeratorTom Tromey1-2/+2
2014-06-05PR mi/15806: Fix quoting of async eventsSimon Marchi1-1/+1
2014-06-04constify to_attachTom Tromey1-2/+3
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-05-20Make compare-sections work against all targets; add compare-sections [-r] tests.Pedro Alves1-19/+33
2014-05-01compare-sections: New -r option.David Taylor1-1/+12
2014-04-29Fix remote connection to targets that don't support the QNonStop packet.Pedro Alves1-6/+54
2014-04-25Fix several "set remote foo-packet on/off" commands.Pedro Alves1-372/+215
2014-03-22Remove target_read_live_memoryYao Qi1-39/+10
2014-03-22Factor remote_read_bytes.Yao Qi1-43/+54
2014-03-22Move the traceframe_available_memory code from memory_xfer_partial_1 down to ...Yao Qi1-3/+141
2014-02-26start change to progspace independenceTom Tromey1-1/+3
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+3
2014-02-26change minsym representationTom Tromey1-1/+1
2014-02-23Revert previous tweaksYao Qi1-5/+0
2014-02-19remote.c: Use the ptid.lwp field to store remote thread ids rather than ptid....Pedro Alves1-17/+17
2014-02-19change delegation for to_read_descriptionTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_augmented_libraries_svr4_readTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_read_btraceTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_teardown_btraceTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_disable_btraceTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_enable_btraceTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_can_use_agentTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_use_agentTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_traceframe_infoTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_static_tracepoint_markers_by_stridTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_static_tracepoint_marker_atTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_set_permissionsTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_get_tib_addressTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_set_trace_notesTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_set_trace_buffer_sizeTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_set_circular_trace_bufferTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_set_disconnected_tracingTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_min_fast_tracepoint_insn_lenTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_get_raw_trace_dataTom Tromey1-1/+2