Age | Commit message (Expand) | Author | Files | Lines |
2015-04-02 | Introduce target_filesystem_is_local | Gary Benson | 1 | -0/+31 |
2015-03-25 | Simplify target_async hook interface | Pedro Alves | 1 | -8/+6 |
2015-03-04 | garbage collect target_decr_pc_after_break | Pedro Alves | 1 | -27/+0 |
2015-03-04 | Teach GDB about targets that can tell whether a trap is a breakpoint event | Pedro Alves | 1 | -0/+124 |
2015-02-09 | record btrace: add configuration struct | Markus Metzger | 1 | -5/+40 |
2015-02-09 | btrace: add format argument to supports_btrace | Markus Metzger | 1 | -5/+7 |
2015-02-09 | btrace: add struct btrace_data | Markus Metzger | 1 | -4/+4 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -11/+11 |
2014-08-27 | Fix terminal state corruption when starting a program from within TUI | Patrick Palka | 1 | -26/+0 |
2014-07-24 | auto-generate most target debug methods | Tom Tromey | 1 | -4/+2228 |
2014-07-23 | rewrite make-target-delegates matching code | Tom Tromey | 1 | -14/+14 |
2014-07-16 | rebuild target-delegates.c | Tom Tromey | 1 | -0/+15 |
2014-07-07 | convert to_get_thread_local_address to use target delegation | Tom Tromey | 1 | -0/+16 |
2014-06-26 | constify get_bookmark and goto_bookmark | Tom Tromey | 1 | -4/+4 |
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/+30 |
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 | convert to_thread_address_space to use TARGET_DEFAULT_FUNC | Tom Tromey | 1 | -0/+10 |
2014-05-20 | Make compare-sections work against all targets; add compare-sections [-r] tests. | Pedro Alves | 1 | -7/+1 |
2014-03-12 | fix regressions with target-async | Tom Tromey | 1 | -12/+30 |
2014-03-06 | Change the default implementation of to_traceframe_info to tcomplain | Yao Qi | 1 | -1/+1 |
2014-02-19 | convert to_get_unwinder and to_get_tailcall_unwinder to methods | Tom Tromey | 1 | -0/+32 |
2014-02-19 | convert to_decr_pc_after_break | Tom Tromey | 1 | -0/+10 |
2014-02-19 | pass NULL to TARGET_DEFAULT_RETURN when appropriate | Tom Tromey | 1 | -7/+7 |
2014-02-19 | change delegation for to_read_description | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_can_run | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_disconnect | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_stop_recording | Tom Tromey | 1 | -0/+15 |
2014-02-19 | convert to_enable_btrace | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_read_btrace | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_teardown_btrace | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_disable_btrace | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_search_memory | Tom Tromey | 1 | -0/+10 |
2014-02-19 | convert to_auxv_parse | Tom Tromey | 1 | -0/+10 |
2014-02-19 | convert to_memory_map | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_thread_alive | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_save_record | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_delete_record | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_record_is_replaying | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_goto_record_begin | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_goto_record_end | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_goto_record | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_insn_history | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_insn_history_from | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_insn_history_range | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_call_history | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_call_history_from | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_call_history_range | Tom Tromey | 1 | -0/+16 |
2014-02-19 | convert to_verify_memory | Tom Tromey | 1 | -0/+16 |