| Commit message (Expand) | Author | Age | Files | Lines |
* | remote_target::m_remote_state, pointer -> object | Pedro Alves | 2018-05-25 | 1 | -274/+272 |
* | remote: one struct remote_state per struct remote_target | Pedro Alves | 2018-05-22 | 1 | -617/+917 |
* | remote: Make vcont_builder a class | Pedro Alves | 2018-05-22 | 1 | -38/+45 |
* | Handle "show remote memory-write-packet-size" when not connected | Pedro Alves | 2018-05-22 | 1 | -20/+40 |
* | remote: Move discard_pending_stop_replies call | Pedro Alves | 2018-05-22 | 1 | -3/+4 |
* | remote: Small cleanup in compare_section_command | Pedro Alves | 2018-05-22 | 1 | -3/+0 |
* | remote: remote_arch_state pointers -> remote_arch_state objects | Pedro Alves | 2018-05-22 | 1 | -44/+51 |
* | remote: multiple remote_arch_state instances per arch | Pedro Alves | 2018-05-22 | 1 | -48/+60 |
* | remote: Make readahead_cache a C++ class | Pedro Alves | 2018-05-22 | 1 | -35/+35 |
* | remote: Eliminate remote_hostio_close_cleanup | Pedro Alves | 2018-05-22 | 1 | -29/+69 |
* | remote: struct remote_state, use op new, fix leaks | Pedro Alves | 2018-05-22 | 1 | -61/+61 |
* | Fix "fall through" comments | Tom Tromey | 2018-05-04 | 1 | -1/+1 |
* | Use counted_command_line everywhere | Tom Tromey | 2018-05-04 | 1 | -1/+1 |
* | Remove a cleanup from remote.c | Tom Tromey | 2018-05-04 | 1 | -23/+19 |
* | target factories, target open and multiple instances of targets | Pedro Alves | 2018-05-03 | 1 | -25/+34 |
* | target_ops: Use bool throughout | Pedro Alves | 2018-05-03 | 1 | -83/+83 |
* | Convert struct target_ops to C++ | Pedro Alves | 2018-05-03 | 1 | -613/+718 |
* | Fix remote 'g' command error handling (PR remote/9665) | Andrzej Kaczmarek | 2018-04-26 | 1 | -19/+5 |
* | Fix new inferior events output | Pedro Alves | 2018-04-25 | 1 | -1/+3 |
* | Enable 'set print inferior-events' and improve detach/fork/kill/exit messages | Sergio Durigan Junior | 2018-04-24 | 1 | -1/+8 |
* | FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077) | Pedro Alves | 2018-04-21 | 1 | -1/+4 |
* | File I/O file handles after target closes | Pedro Alves | 2018-04-11 | 1 | -2/+1 |
* | Remove VEC(tsv_s), use std::vector instead | Simon Marchi | 2018-04-09 | 1 | -5/+5 |
* | Make target_read_alloc & al return vectors | Simon Marchi | 2018-04-07 | 1 | -16/+16 |
* | Get rid of VEC(static_tracepoint_marker_p) | Simon Marchi | 2018-03-22 | 1 | -25/+9 |
* | Convert observers to C++ | Tom Tromey | 2018-03-19 | 1 | -5/+5 |
* | Fix misreporting of omitted bytes for large remote packets | Simon Marchi | 2018-03-08 | 1 | -10/+6 |
* | Return gdb::optional<std::string> from target_fileio_readlink | Tom Tromey | 2018-03-07 | 1 | -7/+5 |
* | btrace: reword error messages | Markus Metzger | 2018-02-09 | 1 | -2/+2 |
* | btrace, gdbserver: remove the to_supports_btrace target method | Markus Metzger | 2018-02-09 | 1 | -32/+0 |
* | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 2018-01-30 | 1 | -3/+3 |
* | Don't call "detach_inferior" on "remote_follow_fork" | Sergio Durigan Junior | 2018-01-29 | 1 | -1/+0 |
* | Pass inferior down to target_detach and to_detach | Simon Marchi | 2018-01-19 | 1 | -5/+5 |
* | Remove args from target detach | Simon Marchi | 2018-01-19 | 1 | -8/+5 |
* | Fix backwards compatibility with old GDBservers (PR remote/22597) | Pedro Alves | 2018-01-11 | 1 | -1/+7 |
* | Replace VEC(gdb_xml_value_s) with std::vector | Simon Marchi | 2018-01-07 | 1 | -5/+6 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2018-01-02 | 1 | -1/+1 |
* | remote: Return NULL extra_info/name if they are empty | Simon Marchi | 2017-12-11 | 1 | -2/+8 |
* | target_set_syscall_catchpoint, use gdb::array_view and bool | Pedro Alves | 2017-12-06 | 1 | -13/+11 |
* | remote: Make qXfer packets respect corresponding "set remote foo-packet" | Pedro Alves | 2017-12-06 | 1 | -7/+9 |
* | Remove some unused variables | Simon Marchi | 2017-12-05 | 1 | -7/+0 |
* | Create private_thread_info hierarchy | Simon Marchi | 2017-11-24 | 1 | -75/+54 |
* | remote: C++ify thread_item and threads_listing_context | Simon Marchi | 2017-11-24 | 1 | -121/+76 |
* | Create private_inferior class hierarchy | Simon Marchi | 2017-11-24 | 1 | -10/+21 |
* | Fix 'xfered>0' assertion in target.c for remote connection | Paul Carroll | 2017-11-14 | 1 | -5/+6 |
* | Make encode_actions_rsp use std::vector | Simon Marchi | 2017-11-08 | 1 | -63/+37 |
* | Constify add_setshow_* | Tom Tromey | 2017-11-07 | 1 | -4/+4 |
* | Constify add_com | Tom Tromey | 2017-11-07 | 1 | -5/+5 |
* | remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptr | Pedro Alves | 2017-10-30 | 1 | -15/+7 |
* | Garbage collect remote.c:remote_async_terminal_ours_p | Pedro Alves | 2017-10-26 | 1 | -21/+0 |