aboutsummaryrefslogtreecommitdiff
path: root/include/proc_service.h
Commit message (Collapse)AuthorAgeFilesLines
* 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