aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-record.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-07-12[gdb/record] Support recording of getrandomTom de Vries1-0/+6
2022-05-11[gdb/record] Handle statx system callTom de Vries1-0/+6
2022-03-29Unify gdb printf functionsTom Tromey1-94/+94
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use correct stream for process record outputTom Tromey1-13/+18
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-04Add a missing break in record_linux_system_callTom Tromey1-0/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-4/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-19linux-record: Squash cases with identical handlingAndreas Arnez1-17/+3
2016-04-12Do target_terminal_ours in query & friends instead of in all callersPedro Alves1-40/+14
2016-03-17linux-record: Simplify with record_mem_at_reg()Andreas Arnez1-414/+164
2016-03-17linux-record.c: Fix whitespace issuesAndreas Arnez1-949/+949
2016-03-17linux-record: Fix bad fall-through for pipe/pipe2Andreas Arnez1-0/+2
2016-02-29Support more syscalls in linux-record: pipe2 epoll_create1 eventfd2 fallocate...Yao Qi1-0/+15
2016-01-26Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard1-4/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-30gdb/linux-record: Fix old_select syscall handlingMarcin Kościelnicki1-19/+26
2015-10-30gdb/linux-record: Fix newfstatat handlingMarcin Kościelnicki1-1/+7
2015-10-30gdb/linux-record: Fix [gs]etgroups16 syscallMarcin Kościelnicki1-7/+10
2015-10-30gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki1-0/+23
2015-10-30gdb/linux-record: Fix msghdr parsing on 64-bit targetsMarcin Kościelnicki1-1/+3
2015-10-30gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki1-16/+3
2015-10-30gdb/linux-record: Remove size_siginfoMarcin Kościelnicki1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-13/+13
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-03-11Rename record_ prefixes in record-full.h into record_full_.Markus Metzger1-256/+287
2013-03-11Split record.h into record.h and record-full.h.Markus Metzger1-0/+1
2013-03-07linux-record.c:record_linux_system_call: fix -Wpointer-signPedro Alves1-3/+4
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-02-282011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+2
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-06-222010-06-22 Hui Zhu <teawater@gmail.com>Hui Zhu1-10/+15
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder1-4/+37
2010-05-052010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-4/+0
2010-03-162010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>Hui Zhu1-2/+2
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-09-082009-09-08 Michael Snyder <msnyder@vmware.com>Michael Snyder1-719/+373
2009-08-102009-08-10 Hui Zhu <teawater@gmail.com>Hui Zhu1-1111/+1468
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-31/+32
2009-05-24 * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,Hui Zhu1-1/+2
2009-05-22 Add sys_fcntl argument interfaces to linux_record_tdep.Hui Zhu1-46/+44