Home
last modified time | relevance | path

Searched refs:get_syscall_trapinfo (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.h584 void get_syscall_trapinfo (lwp_info *lwp, int *sysno);
H A Dlinux-low.cc746 linux_process_target::get_syscall_trapinfo (lwp_info *lwp, int *sysno) in get_syscall_trapinfo() function in linux_process_target
2940 get_syscall_trapinfo (event_child, &sysno); in gdb_catch_this_syscall()
3642 get_syscall_trapinfo (event_child, in wait_1()
H A DChangeLog481 Turn the 'get_syscall_trapinfo' linux target op into a method
485 (class linux_process_target) <get_syscall_trapinfo>
489 * linux-low.cc (get_syscall_trapinfo): Turn into...
490 (linux_process_target::get_syscall_trapinfo): ...this.
8168 * linux-low.c (get_syscall_trapinfo): Remove parameter sysret.
8170 * linux-low.h (struct linux_target_ops) <get_syscall_trapinfo>:
9078 * linux-low.h (struct linux_target_ops): Add get_syscall_trapinfo.
9082 (get_syscall_trapinfo): New function, proxy to the_low_target.
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.h584 void get_syscall_trapinfo (lwp_info *lwp, int *sysno);
H A Dlinux-low.cc746 linux_process_target::get_syscall_trapinfo (lwp_info *lwp, int *sysno) in get_syscall_trapinfo() function in linux_process_target
2940 get_syscall_trapinfo (event_child, &sysno); in gdb_catch_this_syscall()
3642 get_syscall_trapinfo (event_child, in wait_1()
H A DChangeLog481 Turn the 'get_syscall_trapinfo' linux target op into a method
485 (class linux_process_target) <get_syscall_trapinfo>
489 * linux-low.cc (get_syscall_trapinfo): Turn into...
490 (linux_process_target::get_syscall_trapinfo): ...this.
8168 * linux-low.c (get_syscall_trapinfo): Remove parameter sysret.
8170 * linux-low.h (struct linux_target_ops) <get_syscall_trapinfo>:
9078 * linux-low.h (struct linux_target_ops): Add get_syscall_trapinfo.
9082 (get_syscall_trapinfo): New function, proxy to the_low_target.