mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user