This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/2] Support more syscalls in linux-record: pipe2 epoll_create1 eventfd2 fallocate dup3 and inotify_init1


Yao Qi <qiyaoltc@gmail.com> writes:

> This patch adds more syscalls in linux-record.  Regression tested on
> x86_64-linux.
>
> gdb:
>
> 2016-02-24  Yao Qi  <yao.qi@linaro.org>
>
> 	* linux-record.h (enum gdb_syscall) <gdb_sys_fallocate>: New.
> 	<gdb_sys_eventfd2, gdb_sys_epoll_create1, gdb_sys_dup3>: New.
> 	<gdb_sys_pipe2, gdb_sys_inotify_init1>: New.
> 	* linux-record.c (record_linux_system_call): Handle them.

I pushed them in.

-- 
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]