Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-02-23 | Revert previous tweaks | Yao Qi | 1 | -13/+4 |
2014-02-19 | convert to_get_unwinder and to_get_tailcall_unwinder to methods | Tom Tromey | 1 | -4/+8 |
2014-02-19 | convert to_decr_pc_after_break | Tom Tromey | 1 | -1/+2 |
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 | -4/+6 |
2014-02-19 | convert to_can_run | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_disconnect | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_stop_recording | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_enable_btrace | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_read_btrace | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_teardown_btrace | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_disable_btrace | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_search_memory | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_auxv_parse | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_memory_map | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_thread_alive | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_save_record | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_delete_record | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_record_is_replaying | Tom Tromey | 1 | -1/+2 |
2014-02-19 | convert to_goto_record_begin | Tom Tromey | 1 | -1/+2 |