Age | Commit message (Expand) | Author | Files | Lines |
2019-05-22 | Constify target_ops::follow_exec | Tom Tromey | 1 | -2/+2 |
2019-05-08 | Convert remote.c to type-safe registry API | Tom Tromey | 1 | -22/+6 |
2019-05-08 | Change some remote.c globals to "static" | Tom Tromey | 1 | -3/+3 |
2019-05-08 | Move "watchdog" to remote.c | Tom Tromey | 1 | -0/+24 |
2019-04-19 | Use std::list for remote_notif_state::notif_queue | Tom Tromey | 1 | -1/+1 |
2019-04-09 | Consistently use bool for fake_pid_p | Tom Tromey | 1 | -7/+7 |
2019-04-08 | Introduce target_ops method thread_info_to_thread_handle | Kevin Buettner | 1 | -0/+10 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -3/+3 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -5/+5 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -15/+10 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -26/+19 |
2019-03-12 | Make remote.c ptid constants "const" | Tom Tromey | 1 | -9/+5 |
2019-03-06 | Use unique_xmalloc_ptr in remote.c | Tom Tromey | 1 | -5/+4 |
2019-03-06 | C++ify remote notification code | Tom Tromey | 1 | -58/+22 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -2/+0 |
2019-03-05 | Add ATTRIBUTE_UNUSED_RESULT to scoped_remote_fd::release | Tom Tromey | 1 | -1/+1 |
2019-02-15 | Add push_target overload | Tom Tromey | 1 | -3/+1 |
2019-02-14 | [gdb, hurd] Avoid using 'PATH_MAX' in 'gdb/remote.c' | Thomas Schwinge | 1 | -2/+4 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -5/+5 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -13/+13 |
2019-01-21 | Remove duplicate or commented-out #includes | Tom Tromey | 1 | -1/+0 |
2019-01-15 | Remove cleanup from remote.c | Tom Tromey | 1 | -418/+424 |
2019-01-14 | Constify some remote-notif functions | Tom Tromey | 1 | -4/+4 |
2019-01-14 | Constify remote_console_output | Tom Tromey | 1 | -3/+3 |
2019-01-14 | Constify target_pass_signals and target_program_signals | Tom Tromey | 1 | -4/+4 |
2019-01-03 | gdb/remote: Remove a cleanup in remote_check_symbols | Andrew Burgess | 1 | -10/+11 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | Convert default_child_has_foo functions to process_stratum_target methods | Pedro Alves | 1 | -6/+0 |
2018-11-30 | Introduce process_stratum_target | Pedro Alves | 1 | -5/+3 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -55/+22 |
2018-11-09 | Remove a VEC from remote.c | Tom Tromey | 1 | -30/+21 |
2018-10-10 | Add missing va_end found by Coverity | Gary Benson | 1 | -1/+5 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -18/+12 |
2018-09-16 | Use GNU style for metasyntactic variables in gdb | Tom Tromey | 1 | -1/+1 |
2018-08-08 | Fix gdb/remote.c build failure | Szabolcs Nagy | 1 | -1/+1 |
2018-08-06 | Fix compilation failure in remote.c | Simon Marchi | 1 | -10/+10 |
2018-08-06 | Use get_remote_packet_size in download_tracepoint | Pedro Franco de Carvalho | 1 | -34/+100 |
2018-08-06 | Remove trailing '-' from the last QTDP action packet | Pedro Franco de Carvalho | 1 | -2/+2 |
2018-08-06 | Fix indentation in remote_target::download_tracepoint | Pedro Franco de Carvalho | 1 | -18/+18 |
2018-07-22 | Unused variable fixes related to conditional compilation | Tom Tromey | 1 | -0/+2 |
2018-07-11 | GDB: Work around D;PID handling bug in older GDBservers (PR gdb/23377) | Pedro Alves | 1 | -0/+8 |
2018-07-09 | gdb: Use add_setshow_zuinteger_unlimited_cmd in remote.c | Andrew Burgess | 1 | -16/+45 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -24/+24 |
2018-07-03 | Remove ptid_match | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_is_pid | Tom Tromey | 1 | -8/+8 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -7/+7 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -22/+22 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -10/+10 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -9/+9 |