aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-namespaces.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-16gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-6/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-9/+4
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi1-3/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-27Fix compiler warning in linux-namespaces.cChristian Biesinger1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-03-06Remove last cleanup from linux-namespaces.cTom Tromey1-26/+15
2019-01-25Normalize includes to use common/Tom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-18Fix gdbserver build failure on targets without forkGary Benson1-1/+14
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-21Fix stale cleanup left by linux_mntns_access_fsGary Benson1-1/+1
2015-07-14Fix build issue with nat/linux-namespaces.c.Peter Bergner1-6/+6
2015-06-16GDB Namespaces - Define MSG_CMSG_CLOEXEC if not defined.Michael Eager1-0/+6
2015-06-11Use pulongest for printing ssize_tGary Benson1-4/+5
2015-06-11Fix ARI warning in linux-namespaces.cGary Benson1-1/+1
2015-06-10Introduce nat/linux-namespaces.[ch]Gary Benson1-0/+1050