aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-osdata.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-15Use ctime_r and localtime_r for threadsafetyChristian Biesinger1-1/+5
2019-11-11Use getpwuid_r instead of getpwuidChristian Biesinger1-1/+4
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-9/+10
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-01-25Normalize includes to use common/Tom Tromey1-4/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-12OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on one line to fix A...Philippe Waroquiers1-2/+1
2018-12-11Fix leaks in all the linux osdata annex transfers + code factorization.Philippe Waroquiers1-929/+640
2018-12-11PATCH/OBVIOUS Remove various trailing spaces in linux-osdata.cPhilippe Waroquiers1-46/+46
2018-10-04Simple -Wshadow=local fixesTom Tromey1-36/+36
2018-08-10Fix forgotten xstrprintf -> string_printf changeSimon Marchi1-1/+1
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-19/+13
2018-07-30Fix crash with -D_GLIBCXX_DEBUGTom Tromey1-3/+5
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-07-03Remove ptid_buildTom Tromey1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-14Fix build failure in linux-osdata.cSimon Marchi1-1/+1
2017-10-14Use std::vector in linux_xfer_osdata_processgroupsSimon Marchi1-56/+40
2017-08-03Introduce and use gdb_file_upTom Tromey1-53/+25
2017-04-05-Wwrite-strings: The RestPedro Alves1-3/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-23Replace sprintf with xsnprintf in nat/linux-osdata.cYao Qi1-2/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+2
2015-03-31Add cpu information to the info os command on linux.Antoine Tremblay1-12/+112
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
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-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-06-20Move shared native target specific code to gdb/natGary Benson1-0/+1634