Age | Commit message (Expand) | Author | Files | Lines |
2014-02-19 | Add target_ops argument to to_terminal_info | Tom Tromey | 1 | -4/+5 |
2014-02-19 | Add target_ops argument to to_terminal_save_ours | Tom Tromey | 1 | -4/+4 |
2014-02-19 | Add target_ops argument to to_terminal_ours | Tom Tromey | 1 | -4/+4 |
2014-02-19 | Add target_ops argument to to_terminal_ours_for_output | Tom Tromey | 1 | -4/+4 |
2014-02-19 | Add target_ops argument to to_terminal_inferior | Tom Tromey | 1 | -5/+5 |
2014-02-19 | Add target_ops argument to to_terminal_init | Tom Tromey | 1 | -4/+4 |
2014-02-19 | Add target_ops argument to to_can_accel_watchpoint_condition | Tom Tromey | 1 | -4/+8 |
2014-02-19 | Add target_ops argument to to_region_ok_for_hw_watchpoint | Tom Tromey | 1 | -5/+10 |
2014-02-19 | Add target_ops argument to to_insert_watchpoint | Tom Tromey | 1 | -4/+8 |
2014-02-19 | Add target_ops argument to to_remove_watchpoint | Tom Tromey | 1 | -4/+8 |
2014-02-19 | Add target_ops argument to to_remove_hw_breakpoint | Tom Tromey | 1 | -4/+8 |
2014-02-19 | Add target_ops argument to to_insert_hw_breakpoint | Tom Tromey | 1 | -4/+8 |
2014-02-19 | Add target_ops argument to to_can_use_hw_breakpoint | Tom Tromey | 1 | -4/+7 |
2014-02-19 | Add target_ops argument to to_post_attach | Tom Tromey | 1 | -3/+3 |
2014-02-19 | Add target_ops argument to to_close | Tom Tromey | 1 | -2/+2 |
2014-02-19 | convert to_supports_btrace | Tom Tromey | 1 | -14/+0 |
2014-02-19 | add target method delegation | Tom Tromey | 1 | -139/+53 |
2014-02-19 | add make-target-delegates | Tom Tromey | 1 | -0/+9 |
2014-02-19 | introduce and use find_target_at | Tom Tromey | 1 | -0/+14 |
2014-02-19 | add "this" pointers to more target APIs | Tom Tromey | 1 | -11/+12 |
2014-02-14 | * target.c (target_write_partial): Fix result type. | Doug Evans | 1 | -1/+1 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -102/+161 |
2014-02-07 | Return early in target_xfer_partial when LEN is zero. | Yao Qi | 1 | -0/+4 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -3/+3 |
2014-01-23 | Use gdb_byte * instead of void * | Yao Qi | 1 | -4/+4 |
2014-01-16 | target: allow decr_pc_after_break to be defined by the target | Markus Metzger | 1 | -0/+21 |
2014-01-16 | btrace, gdbserver: read branch trace incrementally | Markus Metzger | 1 | -4/+5 |
2014-01-16 | record-btrace: provide xfer_partial target method | Markus Metzger | 1 | -0/+4 |
2014-01-16 | target, breakpoint: allow insert/remove breakpoint to be forwarded | Markus Metzger | 1 | -16/+44 |
2014-01-16 | frame, backtrace: allow targets to supply a frame unwinder | Markus Metzger | 1 | -0/+28 |
2014-01-16 | Add target_ops argument to to_prepare_to_store | Markus Metzger | 1 | -4/+5 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -8/+8 |
2014-01-07 | Use correct default for target functions that return pointer | Andreas Schwab | 1 | -4/+12 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-18 | Add target_xfer_partial_ftype | Yao Qi | 1 | -12/+4 |
2013-12-02 | Add new target_read_raw_memory function, and consolidate comments. | Pedro Alves | 1 | -10/+24 |
2013-11-29 | Delegate to target_ops->beneath for TARGET_OBJECT_RAW_MEMORY | Yao Qi | 1 | -30/+37 |
2013-11-24 | set/show code-cache | Yao Qi | 1 | -4/+19 |
2013-11-24 | Renaming in target-dcache.c | Yao Qi | 1 | -2/+2 |
2013-11-20 | Move target-dcache out of target.c | Yao Qi | 1 | -83/+3 |
2013-11-20 | Don't update target_dcache if it is not initialized | Yao Qi | 1 | -1/+2 |
2013-11-20 | Remove last_cache | Yao Qi | 1 | -9/+38 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -2/+2 |
2013-11-04 | Improve performance of large restore commands | Anton Blanchard | 1 | -0/+7 |
2013-10-16 | This is a simple bug. target_disable_btrace and target_teardown_btrace, | Sergio Durigan Junior | 1 | -2/+8 |
2013-10-09 | Stop using errno values around target_xfer interfaces and memory errors. | Pedro Alves | 1 | -15/+16 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -7/+7 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -7/+8 |
2013-09-03 | * inf-child.c (inf_child_follow_fork) New parameter | Luis Machado | 1 | -4/+5 |