Age | Commit message (Expand) | Author | Files | Lines |
2015-04-02 | Introduce target_filesystem_is_local | Gary Benson | 1 | -0/+11 |
2015-04-02 | Introduce target_fileio_fstat | Gary Benson | 1 | -0/+12 |
2015-03-25 | Simplify target_async hook interface | Pedro Alves | 1 | -4/+4 |
2015-03-23 | GDB: Add set/show serial parity command. | Yury Grechishchev | 1 | -0/+4 |
2015-03-04 | garbage collect target_decr_pc_after_break | Pedro Alves | 1 | -10/+0 |
2015-03-04 | Teach GDB about targets that can tell whether a trap is a breakpoint event | Pedro Alves | 1 | -0/+44 |
2015-03-03 | Remove unused function declarations in target.h | Simon Marchi | 1 | -5/+0 |
2015-02-27 | target.h: Include infrun.h | Pedro Alves | 1 | -0/+2 |
2015-02-20 | Garbage collect forward_target_decr_pc_after_break | Pedro Alves | 1 | -4/+0 |
2015-02-09 | record btrace: add configuration struct | Markus Metzger | 1 | -5/+19 |
2015-02-09 | btrace: add format argument to supports_btrace | Markus Metzger | 1 | -3/+2 |
2015-02-09 | btrace: add struct btrace_data | Markus Metzger | 1 | -5/+3 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-10 | Restore terminal state in mi_thread_exit (PR gdb/17627) | Simon Marchi | 1 | -0/+4 |
2014-10-17 | PR gdb/17472: With annotations, input while executing in the foreground crash... | Pedro Alves | 1 | -0/+5 |
2014-10-17 | Make common code handle target_terminal_* idempotency | Pedro Alves | 1 | -13/+7 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -3/+3 |
2014-09-22 | Update target_stop's documentation | Gary Benson | 1 | -2/+4 |
2014-09-11 | Introduce target/target.h | Gary Benson | 1 | -4/+3 |
2014-08-27 | Fix terminal state corruption when starting a program from within TUI | Patrick Palka | 1 | -10/+0 |
2014-07-30 | constify to_open | Tom Tromey | 1 | -1/+1 |
2014-07-25 | properly parenthesize two macros | Tom Tromey | 1 | -2/+2 |
2014-07-24 | constify target fields | Tom Tromey | 1 | -3/+3 |
2014-07-24 | auto-generate most target debug methods | Tom Tromey | 1 | -4/+19 |
2014-07-18 | fix PR gdb/17130 | Tom Tromey | 1 | -0/+5 |
2014-07-16 | reformat comment in target.h | Tom Tromey | 1 | -1/+2 |
2014-07-07 | change to_info_record to use target delegation | Tom Tromey | 1 | -4/+2 |
2014-07-07 | convert to_get_thread_local_address to use target delegation | Tom Tromey | 1 | -1/+2 |
2014-06-26 | constify get_bookmark and goto_bookmark | Tom Tromey | 1 | -2/+2 |
2014-06-26 | constify to_load | Tom Tromey | 1 | -2/+2 |
2014-06-25 | gcore, target: allow target to prepare/cleanup for/after core file generation | Markus Metzger | 1 | -0/+14 |
2014-06-16 | constify to_info_proc and friends | Tom Tromey | 1 | -2/+3 |
2014-06-16 | constify to_disconnect | Tom Tromey | 1 | -2/+2 |
2014-06-16 | constify to_rcmd | Tom Tromey | 1 | -1/+1 |
2014-06-04 | constify to_attach | Tom Tromey | 1 | -2/+2 |
2014-06-04 | convert to_thread_address_space to use TARGET_DEFAULT_FUNC | Tom Tromey | 1 | -1/+2 |
2014-05-29 | enable target async by default; separate MI and target notions of async | Pedro Alves | 1 | -2/+1 |
2014-05-21 | Fix TLS access for -static -pthread | Jan Kratochvil | 1 | -1/+2 |
2014-05-20 | Make compare-sections work against all targets; add compare-sections [-r] tests. | Pedro Alves | 1 | -1/+9 |
2014-04-23 | Stale breakpoint instructions, spurious SIGTRAPS. | Pedro Alves | 1 | -0/+6 |
2014-03-12 | fix regressions with target-async | Tom Tromey | 1 | -27/+37 |
2014-03-10 | Remove "hardware" from comments of "target_insert_breakpoint" | Hui Zhu | 1 | -1/+1 |
2014-03-07 | target.h: Expands complete_target_initialization and add_target comments. | Joel Brobecker | 1 | -1/+5 |
2014-03-06 | Change the default implementation of to_traceframe_info to tcomplain | Yao Qi | 1 | -1/+1 |
2014-02-26 | eliminate target_ops->deprecated_xfer_memory | Pedro Alves | 1 | -26/+0 |
2014-02-25 | remove target_ignore | Tom Tromey | 1 | -3/+0 |
2014-02-25 | 2014-02-25 Hui Zhu <hui@codesourcery.com> | Hui Zhu | 1 | -1/+1 |
2014-02-24 | Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE | Yao Qi | 1 | -5/+4 |
2014-02-24 | Tweak target_xfer_status_to_string | Yao Qi | 1 | -3/+4 |
2014-02-24 | Remove TARGET_XFER_STATUS_ERROR_P | Yao Qi | 1 | -2/+0 |