2019-08-20 |
Conrad Meyer | Improve remote attach round-trips without btrace |
blob | commitdiff |
2019-08-06 |
Philippe Waroquiers | Make first and last lines of 'command help documentatio... |
blob | commitdiff | diff to current |
2019-07-09 |
Tom Tromey | Rename common to gdbsupport |
blob | commitdiff | diff to current |
2019-05-22 |
Tom Tromey | Constify target_ops::follow_exec |
blob | commitdiff | diff to current |
2019-05-08 |
Tom Tromey | Convert remote.c to type-safe registry API |
blob | commitdiff | diff to current |
2019-05-08 |
Tom Tromey | Change some remote.c globals to "static" |
blob | commitdiff | diff to current |
2019-05-08 |
Tom Tromey | Move "watchdog" to remote.c |
blob | commitdiff | diff to current |
2019-04-19 |
Tom Tromey | Use std::list for remote_notif_state::notif_queue |
blob | commitdiff | diff to current |
2019-04-09 |
Tom Tromey | Consistently use bool for fake_pid_p |
blob | commitdiff | diff to current |
2019-04-09 |
Kevin Buettner | Introduce target_ops method thread_info_to_thread_handle |
blob | commitdiff | diff to current |
2019-04-08 |
Tom Tromey | Replace throw_exception with throw in some cases |
blob | commitdiff | diff to current |
2019-04-08 |
Tom Tromey | Rename gdb exception types |
blob | commitdiff | diff to current |
2019-04-08 |
Tom Tromey | Rewrite TRY/CATCH |
blob | commitdiff | diff to current |
2019-04-08 |
Tom Tromey | Make exceptions use std::string and be self-managing |
blob | commitdiff | diff to current |
2019-03-13 |
Tom Tromey | Change pid_to_str to return std::string |
blob | commitdiff | diff to current |
2019-03-12 |
Tom Tromey | Make remote.c ptid constants "const" |
blob | commitdiff | diff to current |
2019-03-06 |
Tom Tromey | Use unique_xmalloc_ptr in remote.c |
blob | commitdiff | diff to current |
2019-03-06 |
Tom Tromey | C++ify remote notification code |
blob | commitdiff | diff to current |
2019-03-05 |
Tom Tromey | Remove excess calls to gdb_flush |
blob | commitdiff | diff to current |
2019-03-05 |
Tom Tromey | Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::release |
blob | commitdiff | diff to current |
2019-02-15 |
Tom Tromey | Add push_target overload |
blob | commitdiff | diff to current |
2019-02-14 |
Thomas Schwinge | [gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c' |
blob | commitdiff | diff to current |
2019-01-25 |
Tom Tromey | Normalize includes to use common/ |
blob | commitdiff | diff to current |
2019-01-24 |
Pedro Alves | target_pass_signals/target_program_signals: Use gdb... |
blob | commitdiff | diff to current |
2019-01-21 |
Tom Tromey | Remove duplicate or commented-out #includes |
blob | commitdiff | diff to current |
2019-01-15 |
Tom Tromey | Remove cleanup from remote.c |
blob | commitdiff | diff to current |
2019-01-15 |
Tom Tromey | Constify some remote-notif functions |
blob | commitdiff | diff to current |
2019-01-15 |
Tom Tromey | Constify remote_console_output |
blob | commitdiff | diff to current |
2019-01-15 |
Tom Tromey | Constify target_pass_signals and target_program_signals |
blob | commitdiff | diff to current |
2019-01-03 |
Andrew Burgess | gdb/remote: Remove a cleanup in remote_check_symbols |
blob | commitdiff | diff to current |
2019-01-01 |
Joel Brobecker | Update copyright year range in all GDB files. |
blob | commitdiff | diff to current |
2018-11-30 |
Pedro Alves | Convert default_child_has_foo functions to process_stra... |
blob | commitdiff | diff to current |
2018-11-30 |
Pedro Alves | Introduce process_stratum_target |
blob | commitdiff | diff to current |
2018-11-22 |
Pedro Alves | Per-inferior thread list, thread ranges/iterators,... |
blob | commitdiff | diff to current |
2018-11-09 |
Tom Tromey | Remove a VEC from remote.c |
blob | commitdiff | diff to current |
2018-10-10 |
Gary Benson | Add missing va_end found by Coverity |
blob | commitdiff | diff to current |
2018-10-05 |
Tom Tromey | Simple -Wshadow=local fixes |
blob | commitdiff | diff to current |
2018-09-16 |
Tom Tromey | Use GNU style for metasyntactic variables in gdb |
blob | commitdiff | diff to current |
2018-08-08 |
Szabolcs Nagy | Fix gdb/remote.c build failure |
blob | commitdiff | diff to current |
2018-08-06 |
Simon Marchi | Fix compilation failure in remote.c |
blob | commitdiff | diff to current |
2018-08-06 |
Pedro Franco de... | Use get_remote_packet_size in download_tracepoint |
blob | commitdiff | diff to current |
2018-08-06 |
Pedro Franco de... | Remove trailing '-' from the last QTDP action packet |
blob | commitdiff | diff to current |
2018-08-06 |
Pedro Franco de... | Fix indentation in remote_target::download_tracepoint |
blob | commitdiff | diff to current |
2018-07-22 |
Tom Tromey | Unused variable fixes related to conditional compilation |
blob | commitdiff | diff to current |
2018-07-11 |
Pedro Alves | GDB: Work around D;PID handling bug in older GDBservers... |
blob | commitdiff | diff to current |
2018-07-09 |
Andrew Burgess | gdb: Use add_setshow_zuinteger_unlimited_cmd in remote.c |
blob | commitdiff | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_equal |
blob | commitdiff | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_match |
blob | commitdiff | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_is_pid |
blob | commitdiff | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_get_lwp |
blob | commitdiff | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_get_pid |
blob | commitdiff | diff to current |
2018-07-03 |
Tom Tromey | Remove pid_to_ptid |
blob | commitdiff | diff to current |
2018-07-03 |
Tom Tromey | Remove ptid_build |
blob | commitdiff | diff to current |
2018-06-29 |
Pedro Alves | remote & target_extra_thread_info, use cache w/ qThread... |
blob | commitdiff | diff to current |
2018-06-28 |
Pedro Alves | gdb: Eliminate the 'stop_pc' global |
blob | commitdiff | diff to current |
2018-06-21 |
Pedro Alves | Use thread_info and inferior pointers more throughout |
blob | commitdiff | diff to current |
2018-06-11 |
Tom Tromey | Remove use of queue from remote.c |
blob | commitdiff | diff to current |
2018-06-07 |
Pedro Alves | target_ops::beneath -> target_ops::beneath() |
blob | commitdiff | diff to current |
2018-06-07 |
Pedro Alves | target_stack -> current_top_target() throughout |
blob | commitdiff | diff to current |
2018-05-30 |
Simon Marchi | Remove regcache_raw_collect |
blob | commitdiff | diff to current |
2018-05-30 |
Simon Marchi | Remove regcache_raw_supply |
blob | commitdiff | diff to current |
2018-05-30 |
Simon Marchi | Remove regcache_raw_update |
blob | commitdiff | diff to current |
2018-05-30 |
Simon Marchi | Remove regcache_get_ptid |
blob | commitdiff | diff to current |
2018-05-25 |
Tom Tromey | Use gdb::byte_vector in remote.c |
blob | commitdiff | diff to current |
2018-05-25 |
Pedro Alves | remote_target::m_remote_state, pointer -> object |
blob | commitdiff | diff to current |
2018-05-22 |
Pedro Alves | remote: one struct remote_state per struct remote_target |
blob | commitdiff | diff to current |
2018-05-22 |
Pedro Alves | remote: Make vcont_builder a class |
blob | commitdiff | diff to current |
2018-05-22 |
Pedro Alves | Handle "show remote memory-write-packet-size" when... |
blob | commitdiff | diff to current |
2018-05-22 |
Pedro Alves | remote: Move discard_pending_stop_replies call |
blob | commitdiff | diff to current |
2018-05-22 |
Pedro Alves | remote: Small cleanup in compare_section_command |
blob | commitdiff | diff to current |
2018-05-22 |
Pedro Alves | remote: remote_arch_state pointers -> remote_arch_state... |
blob | commitdiff | diff to current |
2018-05-22 |
Pedro Alves | remote: multiple remote_arch_state instances per arch |
blob | commitdiff | diff to current |
2018-05-22 |
Pedro Alves | remote: Make readahead_cache a C++ class |
blob | commitdiff | diff to current |
2018-05-22 |
Pedro Alves | remote: Eliminate remote_hostio_close_cleanup |
blob | commitdiff | diff to current |
2018-05-22 |
Pedro Alves | remote: struct remote_state, use op new, fix leaks |
blob | commitdiff | diff to current |
2018-05-05 |
Tom Tromey | Fix "fall through" comments |
blob | commitdiff | diff to current |
2018-05-04 |
Tom Tromey | Use counted_command_line everywhere |
blob | commitdiff | diff to current |
2018-05-04 |
Tom Tromey | Remove a cleanup from remote.c |
blob | commitdiff | diff to current |
2018-05-02 |
Pedro Alves | target factories, target open and multiple instances... |
blob | commitdiff | diff to current |
2018-05-02 |
Pedro Alves | target_ops: Use bool throughout |
blob | commitdiff | diff to current |
2018-05-02 |
Pedro Alves | Convert struct target_ops to C++ |
blob | commitdiff | diff to current |
2018-04-26 |
Andrzej Kaczmarek | Fix remote 'g' command error handling (PR remote/9665) |
blob | commitdiff | diff to current |
2018-04-25 |
Pedro Alves | Fix new inferior events output |
blob | commitdiff | diff to current |
2018-04-24 |
Sergio Durigan Junior | Enable 'set print inferior-events' and improve detach... |
blob | commitdiff | diff to current |
2018-04-21 |
Pedro Alves | FreeBSD: Fix 'Couldn't get registers: Device busy'... |
blob | commitdiff | diff to current |
2018-04-11 |
Pedro Alves | File I/O file handles after target closes |
blob | commitdiff | diff to current |
2018-04-09 |
Simon Marchi | Remove VEC(tsv_s), use std::vector instead |
blob | commitdiff | diff to current |
2018-04-07 |
Simon Marchi | Make target_read_alloc & al return vectors |
blob | commitdiff | diff to current |
2018-03-22 |
Simon Marchi | Get rid of VEC(static_tracepoint_marker_p) |
blob | commitdiff | diff to current |
2018-03-19 |
Tom Tromey | Convert observers to C++ |
blob | commitdiff | diff to current |
2018-03-09 |
Simon Marchi | Fix misreporting of omitted bytes for large remote... |
blob | commitdiff | diff to current |
2018-03-07 |
Tom Tromey | Return gdb::optional<std::string> from target_fileio_re... |
blob | commitdiff | diff to current |
2018-02-09 |
Markus Metzger | btrace: reword error messages |
blob | commitdiff | diff to current |
2018-02-09 |
Markus Metzger | btrace, gdbserver: remove the to_supports_btrace target... |
blob | commitdiff | diff to current |
2018-01-30 |
Pedro Alves | Per-inferior target_terminal state, fix PR gdb/13211... |
blob | commitdiff | diff to current |
2018-01-29 |
Sergio Durigan Junior | Don't call "detach_inferior" on "remote_follow_fork" |
blob | commitdiff | diff to current |
2018-01-19 |
Simon Marchi | Pass inferior down to target_detach and to_detach |
blob | commitdiff | diff to current |
2018-01-19 |
Simon Marchi | Remove args from target detach |
blob | commitdiff | diff to current |
2018-01-11 |
Pedro Alves | Fix backwards compatibility with old GDBservers (PR... |
blob | commitdiff | diff to current |
2018-01-07 |
Simon Marchi | Replace VEC(gdb_xml_value_s) with std::vector |
blob | commitdiff | diff to current |
next |