| Commit message (Expand) | Author | Age | Files | Lines |
* | Add target_ops argument to to_pid_to_exec_file | Tom Tromey | 2014-02-19 | 11 | -15/+32 |
* | Add target_ops argument to to_rcmd | Tom Tromey | 2014-02-19 | 5 | -9/+20 |
* | Add target_ops argument to to_stop | Tom Tromey | 2014-02-19 | 14 | -26/+46 |
* | Add target_ops argument to to_thread_name | Tom Tromey | 2014-02-19 | 4 | -4/+11 |
* | Add target_ops argument to to_extra_thread_info | Tom Tromey | 2014-02-19 | 11 | -12/+37 |
* | Add target_ops argument to to_program_signals | Tom Tromey | 2014-02-19 | 4 | -3/+10 |
* | Add target_ops argument to to_pass_signals | Tom Tromey | 2014-02-19 | 7 | -10/+26 |
* | Add target_ops argument to to_can_run | Tom Tromey | 2014-02-19 | 7 | -10/+22 |
* | Add target_ops argument to to_has_exited | Tom Tromey | 2014-02-19 | 3 | -5/+15 |
* | Add target_ops argument to to_set_syscall_catchpoint | Tom Tromey | 2014-02-19 | 4 | -4/+16 |
* | Add target_ops argument to to_remove_exec_catchpoint | Tom Tromey | 2014-02-19 | 4 | -6/+16 |
* | Add target_ops argument to to_insert_exec_catchpoint | Tom Tromey | 2014-02-19 | 4 | -6/+16 |
* | Add target_ops argument to to_remove_vfork_catchpoint | Tom Tromey | 2014-02-19 | 4 | -6/+16 |
* | Add target_ops argument to to_insert_vfork_catchpoint | Tom Tromey | 2014-02-19 | 4 | -6/+16 |
* | Add target_ops argument to to_remove_fork_catchpoint | Tom Tromey | 2014-02-19 | 4 | -6/+16 |
* | Add target_ops argument to to_insert_fork_catchpoint | Tom Tromey | 2014-02-19 | 4 | -6/+16 |
* | Add target_ops argument to to_post_startup_inferior | Tom Tromey | 2014-02-19 | 10 | -18/+47 |
* | Add target_ops argument to to_load | Tom Tromey | 2014-02-19 | 9 | -14/+27 |
* | Add target_ops argument to to_terminal_info | Tom Tromey | 2014-02-19 | 6 | -9/+20 |
* | Add target_ops argument to to_terminal_save_ours | Tom Tromey | 2014-02-19 | 5 | -8/+18 |
* | Add target_ops argument to to_terminal_ours | Tom Tromey | 2014-02-19 | 8 | -15/+28 |
* | Add target_ops argument to to_terminal_ours_for_output | Tom Tromey | 2014-02-19 | 5 | -8/+20 |
* | Add target_ops argument to to_terminal_inferior | Tom Tromey | 2014-02-19 | 8 | -13/+26 |
* | Add target_ops argument to to_terminal_init | Tom Tromey | 2014-02-19 | 7 | -10/+21 |
* | Add target_ops argument to to_can_accel_watchpoint_condition | Tom Tromey | 2014-02-19 | 4 | -7/+25 |
* | Add target_ops argument to to_region_ok_for_hw_watchpoint | Tom Tromey | 2014-02-19 | 13 | -18/+62 |
* | Add target_ops argument to to_insert_watchpoint | Tom Tromey | 2014-02-19 | 16 | -20/+68 |
* | Add target_ops argument to to_remove_watchpoint | Tom Tromey | 2014-02-19 | 16 | -20/+67 |
* | Add target_ops argument to to_remove_hw_breakpoint | Tom Tromey | 2014-02-19 | 8 | -11/+36 |
* | Add target_ops argument to to_insert_hw_breakpoint | Tom Tromey | 2014-02-19 | 9 | -12/+38 |
* | Add target_ops argument to to_can_use_hw_breakpoint | Tom Tromey | 2014-02-19 | 18 | -23/+78 |
* | Add target_ops argument to to_post_attach | Tom Tromey | 2014-02-19 | 8 | -10/+22 |
* | Add target_ops argument to to_close | Tom Tromey | 2014-02-19 | 21 | -28/+52 |
* | introduce remote_load | Tom Tromey | 2014-02-19 | 2 | -1/+14 |
* | convert to_supports_btrace | Tom Tromey | 2014-02-19 | 9 | -23/+46 |
* | add target method delegation | Tom Tromey | 2014-02-19 | 6 | -370/+309 |
* | add make-target-delegates | Tom Tromey | 2014-02-19 | 5 | -0/+311 |
* | introduce and use find_target_at | Tom Tromey | 2014-02-19 | 4 | -7/+26 |
* | add "this" pointers to more target APIs | Tom Tromey | 2014-02-19 | 18 | -71/+123 |
* | Control powerpc64-ld provision of register save/restore | Alan Modra | 2014-02-19 | 5 | -3/+42 |
* | Fix PR16220 | Yao Qi | 2014-02-19 | 4 | -237/+7 |
* | The PT_DYNAMIC segment was being hard coded to have read, write, and | Jack Carter | 2014-02-18 | 4 | -13/+10 |
* | New TESTS variable to run a subset of tests in parallel. | Doug Evans | 2014-02-18 | 3 | -1/+60 |
* | * Makefile.in (check-parallel): rm -rf outputs temp. | Doug Evans | 2014-02-18 | 2 | -1/+5 |
* | daily update | Alan Modra | 2014-02-19 | 1 | -1/+1 |
* | Revise signal mapping function in GDB interface for RX sim. | Kevin Buettner | 2014-02-17 | 2 | -29/+18 |
* | sim: delete duplicate SIGINT handling | Mike Frysinger | 2014-02-17 | 10 | -57/+31 |
* | daily update | Alan Modra | 2014-02-18 | 1 | -1/+1 |
* | sim: ppc: drop $(LIBS) from psim dependency | Aaro Koskinen | 2014-02-17 | 2 | -3/+7 |
* | Add g10 support to rl78-tdep.c. | Kevin Buettner | 2014-02-17 | 2 | -3/+157 |