summaryrefslogtreecommitdiff
path: root/gdb/linux-record.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-04-19linux-record: Squash cases with identical handlingAndreas Arnez
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves
2016-03-17linux-record: Simplify with record_mem_at_reg()Andreas Arnez
2016-03-17linux-record.c: Fix whitespace issuesAndreas Arnez
2016-03-17linux-record: Fix bad fall-through for pipe/pipe2Andreas Arnez
2016-02-29Support more syscalls in linux-record: pipe2 epoll_create1 eventfd2 fallocate...Yao Qi
2016-01-26Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-30gdb/linux-record: Fix old_select syscall handlingMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix newfstatat handlingMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix [gs]etgroups16 syscallMarcin Kościelnicki
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix msghdr parsing on 64-bit targetsMarcin Kościelnicki
2015-10-30gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki
2015-10-30gdb/linux-record: Remove size_siginfoMarcin Kościelnicki
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-03-11Rename record_ prefixes in record-full.h into record_full_.Markus Metzger
2013-03-11Split record.h into record.h and record-full.h.Markus Metzger
2013-03-07linux-record.c:record_linux_system_call: fix -Wpointer-signPedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-02-282011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-06-222010-06-22 Hui Zhu <teawater@gmail.com>Hui Zhu
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-052010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-03-162010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>Hui Zhu
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-09-082009-09-08 Michael Snyder <msnyder@vmware.com>Michael Snyder
2009-08-102009-08-10 Hui Zhu <teawater@gmail.com>Hui Zhu
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand
2009-05-24 * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,Hui Zhu
2009-05-22 Add sys_fcntl argument interfaces to linux_record_tdep.Hui Zhu
2009-04-30Linux process record and replay support.Hui Zhu