Age | Commit message (Expand) | Author | Files | Lines |
2017-11-14 | Fix 'xfered>0' assertion in target.c for remote connection | Paul Carroll | 1 | -5/+6 |
2017-11-08 | Make encode_actions_rsp use std::vector | Simon Marchi | 1 | -63/+37 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -4/+4 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -5/+5 |
2017-10-30 | remote.c, QCatchSyscalls: Build std::string instead of unique_xmalloc_ptr | Pedro Alves | 1 | -15/+7 |
2017-10-26 | Garbage collect remote.c:remote_async_terminal_ours_p | Pedro Alves | 1 | -21/+0 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -7/+7 |
2017-10-21 | Get rid of VEC (mem_region) | Simon Marchi | 1 | -2/+2 |
2017-10-16 | Return unique_xmalloc_ptr from target_read_stralloc | Tom Tromey | 1 | -46/+18 |
2017-10-16 | Simple cleanup removals in remote.c | Tom Tromey | 1 | -43/+28 |
2017-10-16 | Get rid of VEC(mem_range_s) | Simon Marchi | 1 | -14/+5 |
2017-10-14 | Make to_traceframe_info return a unique_ptr | Simon Marchi | 1 | -3/+2 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -3/+3 |
2017-10-04 | Fix "Remote 'g' packet reply is too long" problems with multiple inferiors | Pedro Alves | 1 | -27/+73 |
2017-10-04 | Extend "set cwd" to work on gdbserver | Sergio Durigan Junior | 1 | -0/+47 |
2017-09-29 | Constify unpack_varlen_hex & fix fallout | Pedro Alves | 1 | -18/+19 |
2017-09-29 | gdb/remote.c: Eliminate target_buf/target_buf_size hack | Pedro Alves | 1 | -65/+69 |
2017-09-27 | Constify some commands in remote.c | Tom Tromey | 1 | -14/+10 |
2017-09-21 | Add thread_handle_to_thread_info support for remote targets | Kevin Buettner | 1 | -0/+59 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -6/+6 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-09-05 | Improve "'g' reply is is to long" error message | Simon Marchi | 1 | -1/+2 |
2017-08-31 | Implement the ability to set/unset environment variables to GDBserver when st... | Sergio Durigan Junior | 1 | -0/+76 |
2017-08-23 | Fix PR remote/21852: Remote run without specifying a local binary crashes GDB | Sergio Durigan Junior | 1 | -9/+9 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -26/+4 |
2017-08-03 | More uses of scoped_restore | Tom Tromey | 1 | -43/+20 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 1 | -11/+7 |
2017-07-18 | Remove one line comment | Yao Qi | 1 | -2/+0 |
2017-06-22 | Remove MAX_REGISTER_SIZE from py-unwind.c | Alan Hayward | 1 | -6/+0 |
2017-06-07 | Implement proper "startup-with-shell" support on gdbserver | Sergio Durigan Junior | 1 | -0/+20 |
2017-06-02 | C++ify breakpoint class hierarchy (destructors only) | Simon Marchi | 1 | -2/+2 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -3/+2 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -9/+2 |
2017-04-12 | Change breakpoint event locations to event_location_up | Tom Tromey | 1 | -1/+1 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -6/+6 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -4/+4 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -2/+2 |
2017-04-04 | remote.c: Use ptid_t instead of struct ptid | Simon Marchi | 1 | -5/+5 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -2/+2 |
2017-03-20 | Remove unused parameter in solib_add and update_solib_list | Marc-Andre Laperle | 1 | -1/+1 |
2017-03-03 | Use range-based for loop in remote_add_target_side_commands | Simon Marchi | 1 | -3/+1 |
2017-02-27 | Remove struct keyword from range-based for loop | Simon Marchi | 1 | -1/+1 |
2017-02-27 | Use range-based for loop in remote_add_target_side_condition | Simon Marchi | 1 | -4/+2 |
2017-02-27 | Remove MAX_REGISTER_SIZE from remote.c | Alan Hayward | 1 | -2/+1 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -9/+3 |
2017-01-18 | Allocate data in cached_reg_t | Alan Hayward | 1 | -6/+18 |
2017-01-18 | Use register_size () instead of MAX_REGISTER_SIZE | Alan Hayward | 1 | -2/+3 |
2017-01-13 | Don't print too much if remote_debug is on | Yao Qi | 1 | -4/+32 |
2017-01-12 | Update comment in remote_can_async_p | Simon Marchi | 1 | -1/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |