summaryrefslogtreecommitdiff
path: root/gdb/linux-record.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-1/+1
* [gdb/record] Support recording of getrandomTom de Vries2022-07-121-0/+6
* [gdb/record] Handle statx system callTom de Vries2022-05-111-0/+6
* Unify gdb printf functionsTom Tromey2022-03-291-94/+94
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use correct stream for process record outputTom Tromey2021-12-291-13/+18
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Add a missing break in record_linux_system_callTom Tromey2018-05-041-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-4/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* linux-record: Squash cases with identical handlingAndreas Arnez2016-04-191-17/+3
* Do target_terminal_ours in query & friends instead of in all callersPedro Alves2016-04-121-40/+14
* linux-record: Simplify with record_mem_at_reg()Andreas Arnez2016-03-171-414/+164
* linux-record.c: Fix whitespace issuesAndreas Arnez2016-03-171-949/+949
* linux-record: Fix bad fall-through for pipe/pipe2Andreas Arnez2016-03-171-0/+2
* Support more syscalls in linux-record: pipe2 epoll_create1 eventfd2 fallocate...Yao Qi2016-02-291-0/+15
* Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard2016-01-261-4/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb/linux-record: Fix old_select syscall handlingMarcin Kościelnicki2015-10-301-19/+26
* gdb/linux-record: Fix newfstatat handlingMarcin Kościelnicki2015-10-301-1/+7
* gdb/linux-record: Fix [gs]etgroups16 syscallMarcin Kościelnicki2015-10-301-7/+10
* gdb/linux-record: Support time, waitpid, pipe syscallsMarcin Kościelnicki2015-10-301-0/+23
* gdb/linux-record: Fix msghdr parsing on 64-bit targetsMarcin Kościelnicki2015-10-301-1/+3
* gdb/linux-record: Fix readdir and getdents handlingMarcin Kościelnicki2015-10-301-16/+3
* gdb/linux-record: Remove size_siginfoMarcin Kościelnicki2015-10-301-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-13/+13
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Rename record_ prefixes in record-full.h into record_full_.Markus Metzger2013-03-111-256/+287
* Split record.h into record.h and record-full.h.Markus Metzger2013-03-111-0/+1
* linux-record.c:record_linux_system_call: fix -Wpointer-signPedro Alves2013-03-071-3/+4
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* 2011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-281-0/+2
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* 2010-06-22 Hui Zhu <teawater@gmail.com>Hui Zhu2010-06-221-10/+15
* 2010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-141-4/+37
* 2010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-051-4/+0
* 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>Hui Zhu2010-03-161-2/+2
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* 2009-09-08 Michael Snyder <msnyder@vmware.com>Michael Snyder2009-09-081-719/+373
* 2009-08-10 Hui Zhu <teawater@gmail.com>Hui Zhu2009-08-101-1111/+1468
* * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand2009-07-021-31/+32
* * i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,Hui Zhu2009-05-241-1/+2
* Add sys_fcntl argument interfaces to linux_record_tdep.Hui Zhu2009-05-221-46/+44