aboutsummaryrefslogtreecommitdiff
path: root/include/proc_service.h
Commit message (Collapse)AuthorAgeFilesLines
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326192
* Introduce a new proc service routine ps_linfo() to get LWP info.David Xu2006-02-071-0/+1
| | | | Notes: svn path=/head/; revision=155412
* Add support for XMM registers in GDB for x86 processors that supportDoug Rabson2005-05-311-0/+4
| | | | | | | | | | SSE (or its successors). Reviewed by: marcel, davidxu MFC After: 2 weeks Notes: svn path=/head/; revision=146818
* Re-implement this file, including copyright notice. Keep David Xu asMarcel Moolenaar2004-07-171-69/+31
| | | | | | | | | | | | | | | | copyright owner. Typical bugs fixed by this are: o various style(9) bugs, o #ifdef'd out code, o lack of comments, o missing const, o introduction of obsolete functions, o missing __BEGIN_DECLS & __END_DECLS, The major flaw in this version, that was also present in the previous version is the lack of man page. Minor flaws undoubtedly still exist. Notes: svn path=/head/; revision=132297
* Add proc_service.h, the common file both debugger and libthread_db willDavid Xu2004-07-151-0/+103
use, program wants to load libthread_db.so should provid proc service interface. Notes: svn path=/head/; revision=132173