aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-22remote: remote_arch_state pointers -> remote_arch_state objectsPedro Alves1-44/+51
2018-05-22remote: multiple remote_arch_state instances per archPedro Alves1-48/+60
2018-05-22remote: Make readahead_cache a C++ classPedro Alves1-35/+35
2018-05-22remote: Eliminate remote_hostio_close_cleanupPedro Alves1-29/+69
2018-05-22remote: struct remote_state, use op new, fix leaksPedro Alves1-61/+61
2018-05-04Fix "fall through" commentsTom Tromey1-1/+1
2018-05-04Use counted_command_line everywhereTom Tromey1-1/+1
2018-05-04Remove a cleanup from remote.cTom Tromey1-23/+19
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-25/+34
2018-05-03target_ops: Use bool throughoutPedro Alves1-83/+83
2018-05-03Convert struct target_ops to C++Pedro Alves1-613/+718