aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-15Add push_target overloadTom Tromey1-3/+1
2019-02-14[gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c'Thomas Schwinge1-2/+4
2019-01-25Normalize includes to use common/Tom Tromey1-5/+5
2019-01-24target_pass_signals/target_program_signals: Use gdb::array_viewPedro Alves1-13/+13
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-15Remove cleanup from remote.cTom Tromey1-418/+424
2019-01-14Constify some remote-notif functionsTom Tromey1-4/+4
2019-01-14Constify remote_console_outputTom Tromey1-3/+3
2019-01-14Constify target_pass_signals and target_program_signalsTom Tromey1-4/+4
2019-01-03gdb/remote: Remove a cleanup in remote_check_symbolsAndrew Burgess1-10/+11
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves1-6/+0
2018-11-30Introduce process_stratum_targetPedro Alves1-5/+3
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-55/+22
2018-11-09Remove a VEC from remote.cTom Tromey1-30/+21
2018-10-10Add missing va_end found by CoverityGary Benson1-1/+5
2018-10-04Simple -Wshadow=local fixesTom Tromey1-18/+12
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey1-1/+1
2018-08-08Fix gdb/remote.c build failureSzabolcs Nagy1-1/+1
2018-08-06Fix compilation failure in remote.cSimon Marchi1-10/+10
2018-08-06Use get_remote_packet_size in download_tracepointPedro Franco de Carvalho1-34/+100
2018-08-06Remove trailing '-' from the last QTDP action packetPedro Franco de Carvalho1-2/+2
2018-08-06Fix indentation in remote_target::download_tracepointPedro Franco de Carvalho1-18/+18
2018-07-22Unused variable fixes related to conditional compilationTom Tromey1-0/+2
2018-07-11GDB: Work around D;PID handling bug in older GDBservers (PR gdb/23377)Pedro Alves1-0/+8
2018-07-09gdb: Use add_setshow_zuinteger_unlimited_cmd in remote.cAndrew Burgess1-16/+45
2018-07-03Remove ptid_equalTom Tromey1-24/+24
2018-07-03Remove ptid_matchTom Tromey1-1/+1
2018-07-03Remove ptid_is_pidTom Tromey1-8/+8
2018-07-03Remove ptid_get_lwpTom Tromey1-7/+7
2018-07-03Remove ptid_get_pidTom Tromey1-22/+22
2018-07-03Remove pid_to_ptidTom Tromey1-10/+10
2018-07-03Remove ptid_buildTom Tromey1-9/+9
2018-06-29remote & target_extra_thread_info, use cache w/ qThreadExtraInfo and qP tooPedro Alves1-26/+23
2018-06-28gdb: Eliminate the 'stop_pc' globalPedro Alves1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-30/+31
2018-06-10Remove use of queue from remote.cTom Tromey1-228/+84
2018-06-07target_ops::beneath -> target_ops::beneath()Pedro Alves1-2/+2
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-6/+6
2018-05-30Remove regcache_raw_collectSimon Marchi1-2/+2
2018-05-30Remove regcache_raw_supplySimon Marchi1-8/+7
2018-05-30Remove regcache_raw_updateSimon Marchi1-1/+1
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
2018-05-25Use gdb::byte_vector in remote.cTom Tromey1-15/+7
2018-05-25remote_target::m_remote_state, pointer -> objectPedro Alves1-274/+272
2018-05-22remote: one struct remote_state per struct remote_targetPedro Alves1-617/+917
2018-05-22remote: Make vcont_builder a classPedro Alves1-38/+45
2018-05-22Handle "show remote memory-write-packet-size" when not connectedPedro Alves1-20/+40
2018-05-22remote: Move discard_pending_stop_replies callPedro Alves1-3/+4
2018-05-22remote: Small cleanup in compare_section_commandPedro Alves1-3/+0