Implement a GDB server in Valgrind. See #214909.

(Philippe Waroquiers, philippe.waroquiers@skynet.be)



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11727
This commit is contained in:
Julian Seward
2011-05-06 21:02:55 +00:00
parent ed9d566463
commit 2ee9e90486
193 changed files with 17528 additions and 132 deletions

View File

@@ -58,11 +58,13 @@ extern Int VG_(fork) ( void);
extern void VG_(execv) ( Char* filename, Char** argv );
/* ---------------------------------------------------------------------
Resource limits
Resource limits and capabilities
------------------------------------------------------------------ */
extern Int VG_(getrlimit) ( Int resource, struct vki_rlimit *rlim );
extern Int VG_(setrlimit) ( Int resource, const struct vki_rlimit *rlim );
extern Int VG_(prctl) (Int option,
ULong arg2, ULong arg3, ULong arg4, ULong arg5);
/* ---------------------------------------------------------------------
pids, etc