Age | Commit message (Expand) | Author | Files | Lines |
2014-02-19 | Add target_ops argument to to_static_tracepoint_markers_by_strid | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_supports_disable_randomization | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_supports_multi_process | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_make_corefile_notes | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_supports_non_stop | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_pid_to_exec_file | Tom Tromey | 1 | -3/+3 |
2014-02-19 | Add target_ops argument to to_stop | Tom Tromey | 1 | -2/+2 |
2014-02-19 | Add target_ops argument to to_thread_name | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_pass_signals | Tom Tromey | 1 | -3/+4 |
2014-02-19 | Add target_ops argument to to_set_syscall_catchpoint | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_remove_exec_catchpoint | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_insert_exec_catchpoint | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_remove_vfork_catchpoint | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_insert_vfork_catchpoint | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_remove_fork_catchpoint | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_insert_fork_catchpoint | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_post_startup_inferior | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_ours | Tom Tromey | 1 | -3/+3 |
2014-02-19 | Add target_ops argument to to_terminal_inferior | Tom Tromey | 1 | -3/+3 |
2014-02-19 | Add target_ops argument to to_post_attach | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_close | Tom Tromey | 1 | -2/+2 |
2014-02-19 | add "this" pointers to more target APIs | Tom Tromey | 1 | -12/+10 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -31/+68 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -5/+5 |
2014-01-16 | target: allow decr_pc_after_break to be defined by the target | Markus Metzger | 1 | -2/+2 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -6/+6 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -2/+0 |
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 | -5/+1 |
2013-12-18 | Replace sprintf with xsnprintf | Yao Qi | 1 | -4/+5 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_dirent.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -3/+6 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -95/+101 |
2013-09-03 | * inf-child.c (inf_child_follow_fork) New parameter | Luis Machado | 1 | -1/+2 |
2013-08-22 | Unify ptrace options discovery code and make both GDB and | Luis Machado | 1 | -255/+16 |
2013-08-19 | linux-nat.c: no need to block child signals so aggressively. | Pedro Alves | 1 | -45/+14 |
2013-07-01 | Normalize on PATH_MAX instead of MAXPATHLEN throughout. | Pedro Alves | 1 | -7/+6 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 1 | -5/+6 |
2013-03-22 | Linux: No need to set ptrace event options in fork/clone children. | Pedro Alves | 1 | -4/+0 |
2013-03-20 | gdb/ | Jan Kratochvil | 1 | -2/+2 |
2013-02-13 | [native x86 GNU/Linux] Access debug register mirror from the corresponding pr... | Pedro Alves | 1 | -62/+88 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -2/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-26 | gdb/ | Pedro Alves | 1 | -1/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -3/+3 |
2012-11-09 | gdb/ | Pedro Alves | 1 | -0/+5 |
2012-08-16 | Change detach_breakpoints to take a ptid instead of a pid | Joel Brobecker | 1 | -2/+1 |
2012-08-02 | gdb/ | Yao Qi | 1 | -6/+6 |