aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compilation failure in remote.cSimon Marchi2018-08-061-10/+10
* Use get_remote_packet_size in download_tracepointPedro Franco de Carvalho2018-08-061-34/+100
* Remove trailing '-' from the last QTDP action packetPedro Franco de Carvalho2018-08-061-2/+2
* Fix indentation in remote_target::download_tracepointPedro Franco de Carvalho2018-08-061-18/+18
* Unused variable fixes related to conditional compilationTom Tromey2018-07-221-0/+2
* GDB: Work around D;PID handling bug in older GDBservers (PR gdb/23377)Pedro Alves2018-07-111-0/+8
* gdb: Use add_setshow_zuinteger_unlimited_cmd in remote.cAndrew Burgess2018-07-091-16/+45
* Remove ptid_equalTom Tromey2018-07-031-24/+24
* Remove ptid_matchTom Tromey2018-07-031-1/+1
* Remove ptid_is_pidTom Tromey2018-07-031-8/+8
* Remove ptid_get_lwpTom Tromey2018-07-031-7/+7
* Remove ptid_get_pidTom Tromey2018-07-031-22/+22
* Remove pid_to_ptidTom Tromey2018-07-031-10/+10
* Remove ptid_buildTom Tromey2018-07-031-9/+9
* remote & target_extra_thread_info, use cache w/ qThreadExtraInfo and qP tooPedro Alves2018-06-291-26/+23
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-1/+1
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-30/+31
* Remove use of queue from remote.cTom Tromey2018-06-101-228/+84
* target_ops::beneath -> target_ops::beneath()Pedro Alves2018-06-071-2/+2
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-6/+6
* Remove regcache_raw_collectSimon Marchi2018-05-301-2/+2
* Remove regcache_raw_supplySimon Marchi2018-05-301-8/+7
* Remove regcache_raw_updateSimon Marchi2018-05-301-1/+1
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* Use gdb::byte_vector in remote.cTom Tromey2018-05-251-15/+7
* remote_target::m_remote_state, pointer -> objectPedro Alves2018-05-251-274/+272
* remote: one struct remote_state per struct remote_targetPedro Alves2018-05-221-617/+917
* remote: Make vcont_builder a classPedro Alves2018-05-221-38/+45
* Handle "show remote memory-write-packet-size" when not connectedPedro Alves2018-05-221-20/+40
* remote: Move discard_pending_stop_replies callPedro Alves2018-05-221-3/+4
* remote: Small cleanup in compare_section_commandPedro Alves2018-05-221-3/+0
* remote: remote_arch_state pointers -> remote_arch_state objectsPedro Alves2018-05-221-44/+51
* remote: multiple remote_arch_state instances per archPedro Alves2018-05-221-48/+60
* remote: Make readahead_cache a C++ classPedro Alves2018-05-221-35/+35
* remote: Eliminate remote_hostio_close_cleanupPedro Alves2018-05-221-29/+69
* remote: struct remote_state, use op new, fix leaksPedro Alves2018-05-221-61/+61
* Fix "fall through" commentsTom Tromey2018-05-041-1/+1
* Use counted_command_line everywhereTom Tromey2018-05-041-1/+1
* Remove a cleanup from remote.cTom Tromey2018-05-041-23/+19
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-25/+34
* target_ops: Use bool throughoutPedro Alves2018-05-031-83/+83
* Convert struct target_ops to C++Pedro Alves2018-05-031-613/+718
* Fix remote 'g' command error handling (PR remote/9665)Andrzej Kaczmarek2018-04-261-19/+5
* Fix new inferior events outputPedro Alves2018-04-251-1/+3
* Enable 'set print inferior-events' and improve detach/fork/kill/exit messagesSergio Durigan Junior2018-04-241-1/+8
* FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077)Pedro Alves2018-04-211-1/+4
* File I/O file handles after target closesPedro Alves2018-04-111-2/+1
* Remove VEC(tsv_s), use std::vector insteadSimon Marchi2018-04-091-5/+5
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-16/+16
* Get rid of VEC(static_tracepoint_marker_p)Simon Marchi2018-03-221-25/+9