Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -2/+2 |
2016-11-08 | Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_info | Pedro Alves | 1 | -17/+11 |
2016-11-08 | 'struct agent_expr *' -> unique_ptr<agent_expr> | Pedro Alves | 1 | -5/+1 |
2016-11-08 | Use ui_file_as_string in gdb/remote.c | Pedro Alves | 1 | -38/+16 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -1/+1 |
2016-11-08 | Check for truncated registers in process_g_packet | Lionel Flandrin | 1 | -3/+17 |
2016-11-03 | Rename placed_size to kind | Yao Qi | 1 | -4/+4 |
2016-11-03 | New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kind | Yao Qi | 1 | -14/+2 |
2016-10-26 | gdb: Coalesce/aggregate (async) vCont packets/actions | Pedro Alves | 1 | -23/+429 |
2016-10-26 | gdb: Clean up remote.c:remote_resume | Pedro Alves | 1 | -51/+62 |
2016-09-29 | PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression | Jan Kratochvil | 1 | -1/+1 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -3/+3 |
2016-09-18 | gdb: Fix std::{min, max}-related build breakage on 32-bit hosts | Pedro Alves | 1 | -1/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -8/+14 |
2016-09-08 | Remove some unneeded casts from remote.c | Tom Tromey | 1 | -4/+4 |
2016-08-10 | Plumb enum remove_bp_reason all the way to target_remove_breakpoint | Pedro Alves | 1 | -2/+3 |
2016-07-25 | btrace: Resume recording after disconnect. | Tim Wiederhake | 1 | -0/+61 |
2016-07-01 | Optimize memory_xfer_partial for remote | Don Breazeal | 1 | -0/+9 |
2016-07-01 | Factor out "Detaching from program" message printing | Pedro Alves | 1 | -9/+1 |
2016-06-21 | Make input_fd be per UI | Pedro Alves | 1 | -2/+0 |
2016-04-27 | Workaround gdbserver<7.7 for setfs | Jan Kratochvil | 1 | -0/+19 |
2016-04-13 | Fix PR remote/19840: gdb crashes on reverse-stepi | Pedro Alves | 1 | -0/+20 |
2016-04-12 | target remote: Don't rely on immediate_quit (introduce quit handlers) | Pedro Alves | 1 | -156/+113 |
2016-04-12 | Do target_terminal_ours in query & friends instead of in all callers | Pedro Alves | 1 | -6/+0 |
2016-04-12 | Pass Ctrl-C to the target in target_terminal_inferior | Pedro Alves | 1 | -0/+22 |
2016-04-12 | Decouple target_interrupt from all-stop/non-stop modes | Pedro Alves | 1 | -26/+9 |
2016-04-12 | Don't call clear_quit_flag after check_quit_flag | Pedro Alves | 1 | -4/+1 |
2016-04-06 | Revert the previous commit adding unknown_v_replies_ok. | Jan Kratochvil | 1 | -31/+0 |
2016-04-06 | Workaround gdbserver<7.7 for setfs | Jan Kratochvil | 1 | -0/+31 |
2016-04-06 | Revert check-in by a mistake in the previous commit. | Jan Kratochvil | 1 | -27/+0 |
2016-04-06 | Print the "file" command suggestion in exec_file_locate_attach | Jan Kratochvil | 1 | -0/+27 |