aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-procfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-05-13Constify target_pid_to_exec_fileTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey1-1/+1
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-09Rename common to gdbsupportTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-04Warn if /proc is not accessiblegdb-8.2-branchpointVyacheslav Barinov1-0/+17
2018-07-03Remove ptid_lwp_pTom Tromey1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-2/+2
2018-07-03Remove ptid_buildTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-01PR gdb/22046: Fix T-stopped detach regression on old Linux kernelsJan Kratochvil1-3/+3
2017-08-03Introduce and use gdb_file_upTom Tromey1-12/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-07-25linux-procfs: Handle lowercase "t (tracing stop)" statePedro Alves1-0/+3
2016-07-25linux-procfs: Introduce enum proc_statePedro Alves1-19/+64
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-26Display names of remote threadsSimon Marchi1-0/+42
2015-06-10Remove linux_proc_pid_get_nsGary Benson1-19/+0
2015-04-17Introduce linux_proc_pid_to_exec_fileGary Benson1-0/+19
2015-03-19Fix race exposed by gdb.threads/killed.expPedro Alves1-0/+9
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-02-20GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves1-0/+13
2015-01-13[ARI] Remove trailing new-line in argument of call to warning.gdb-7.9-branchpointJoel Brobecker1-1/+1
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves1-17/+136
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-11Warn users about mismatched PID namespacesDaniel Colascione1-0/+19
2014-09-12Include common-defs.h instead of defs.h/server.h in shared codeGary Benson1-6/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-20Move shared native target specific code to gdb/natGary Benson1-0/+121