summaryrefslogtreecommitdiffstats
path: root/include/proc_service.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a new proc service routine ps_linfo() to get LWP info.davidxu2006-02-071-0/+1
|
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-311-0/+4
| | | | | | | SSE (or its successors). Reviewed by: marcel, davidxu MFC After: 2 weeks
* Re-implement this file, including copyright notice. Keep David Xu asmarcel2004-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.
* Add proc_service.h, the common file both debugger and libthread_db willdavidxu2004-07-151-0/+103
use, program wants to load libthread_db.so should provid proc service interface.
OpenPOWER on IntegriCloud