summaryrefslogtreecommitdiff
path: root/gdb/nat/linux-osdata.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-12/+16
* Normalize includes to use common/Tom Tromey2019-01-251-4/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on one line to fix A...Philippe Waroquiers2018-12-121-2/+1
* Fix leaks in all the linux osdata annex transfers + code factorization.Philippe Waroquiers2018-12-111-929/+640
* PATCH/OBVIOUS Remove various trailing spaces in linux-osdata.cPhilippe Waroquiers2018-12-111-46/+46
* Simple -Wshadow=local fixesTom Tromey2018-10-041-36/+36
* Fix forgotten xstrprintf -> string_printf changeSimon Marchi2018-08-101-1/+1
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-19/+13
* Fix crash with -D_GLIBCXX_DEBUGTom Tromey2018-07-301-3/+5
* Remove ptid_get_lwpTom Tromey2018-07-031-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Remove ptid_buildTom Tromey2018-07-031-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix build failure in linux-osdata.cSimon Marchi2017-10-141-1/+1
* Use std::vector in linux_xfer_osdata_processgroupsSimon Marchi2017-10-141-56/+40
* Introduce and use gdb_file_upTom Tromey2017-08-031-53/+25
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Replace sprintf with xsnprintf in nat/linux-osdata.cYao Qi2016-09-231-2/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* Add cpu information to the info os command on linux.Antoine Tremblay2015-03-311-12/+112
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include common-defs.h instead of defs.h/server.h in shared codeGary Benson2014-09-121-6/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Move stdlib.h to common-defs.hGary Benson2014-08-071-1/+0
* Move shared native target specific code to gdb/natGary Benson2014-06-201-0/+1634