Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-implement this file, including copyright notice. Keep David Xu as | marcel | 2004-07-17 | 1 | -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 will | davidxu | 2004-07-15 | 1 | -0/+103 |
use, program wants to load libthread_db.so should provid proc service interface. |