Age | Commit message (Expand) | Author | Files | Lines |
2014-02-19 | Add target_ops argument to to_rcmd | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_stop | Tom Tromey | 1 | -2/+2 |
2014-02-19 | Add target_ops argument to to_extra_thread_info | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_program_signals | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_pass_signals | Tom Tromey | 1 | -2/+3 |
2014-02-19 | Add target_ops argument to to_load | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_ours | Tom Tromey | 1 | -3/+3 |
2014-02-19 | Add target_ops argument to to_terminal_inferior | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_region_ok_for_hw_watchpoint | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_insert_watchpoint | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_remove_watchpoint | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_remove_hw_breakpoint | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_insert_hw_breakpoint | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_can_use_hw_breakpoint | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_close | Tom Tromey | 1 | -2/+2 |
2014-02-19 | introduce remote_load | Tom Tromey | 1 | -1/+9 |
2014-02-19 | convert to_supports_btrace | Tom Tromey | 1 | -1/+1 |
2014-02-19 | add "this" pointers to more target APIs | Tom Tromey | 1 | -10/+14 |
2014-02-12 | don't let bin2hex call strlen | Tom Tromey | 1 | -8/+10 |
2014-02-12 | move some rsp bits into rsp-low.h | Tom Tromey | 1 | -216/+1 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -54/+77 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -10/+10 |
2014-02-05 | Use rs->buf after getpkt | Yao Qi | 1 | -6/+2 |
2014-02-04 | Call remote_check_symbols even if only symbol-file (not file) has been given | Christian Eggers | 1 | -1/+1 |
2014-01-24 | Change len's type to ULONGEST: remote_read_bytes and get_core_siginfo | Yao Qi | 1 | -2/+2 |
2014-01-24 | Change len's type to ULONGEST: remote_write_bytes_aux | Yao Qi | 1 | -3/+3 |
2014-01-17 | Add "volatile" keyword to "struct gdb_exception" declaration | Sergio Durigan Junior | 1 | -1/+1 |
2014-01-16 | remove extended_remote_create_inferior_1 | Tom Tromey | 1 | -10/+3 |
2014-01-16 | btrace, gdbserver: read branch trace incrementally | Markus Metzger | 1 | -10/+13 |
2014-01-16 | target, breakpoint: allow insert/remove breakpoint to be forwarded | Markus Metzger | 1 | -4/+6 |
2014-01-16 | Add target_ops argument to to_prepare_to_store | Markus Metzger | 1 | -2/+3 |
2014-01-16 | btrace: uppercase btrace_read_type | Markus Metzger | 1 | -2/+2 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -1/+1 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 1 | -1/+1 |
2014-01-09 | Handle the case of a remote target supporting target side commands, but not o... | Pedro Alves | 1 | -0/+6 |
2014-01-08 | [remote/gdbserver] Don't lose signals when reconnecting. | Pedro Alves | 1 | -16/+70 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-02 | Handle 'k' packet TARGET_CLOSE_ERROR gracefully. | Pedro Alves | 1 | -12/+28 |
2013-11-30 | Fix typo "checksm" | Yao Qi | 1 | -1/+1 |
2013-11-29 | Plug target side conditions and commands leaks. | Pedro Alves | 1 | -4/+0 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -5/+3 |
2013-10-25 | Send qXfer:traceframe-info:read when traceframe is selected. | Yao Qi | 1 | -0/+5 |
2013-10-25 | remote: Map invalid signal numbers to GDB_SIGNAL_UNKNOWN. | Pedro Alves | 1 | -4/+14 |
2013-10-11 | gdb/ | Yao Qi | 1 | -1/+1 |
2013-10-11 | gdb/ | Yao Qi | 1 | -6/+33 |
2013-10-04 | Move pending_event to remote_notif_state. | Yao Qi | 1 | -32/+47 |
2013-10-04 | Move notif_queue and remote_async_get_pending_events_token to remote_state | Yao Qi | 1 | -5/+8 |