/* For VG_CLO_DEFAULT_LOGPORT and VG_BUGS_TO. */
-#include "vg_include.h"
+#include "core.h"
/*---------------------------------------------------------------*/
-Wl,-z,initfirst
noinst_HEADERS = \
+ core.h \
ume.h \
ume_arch.h \
- vg_include.h \
vg_constants.h \
vg_symtab2.h \
vg_unistd.h \
#include <string.h>
#endif*/
-#include "vg_include.h"
+#include "core.h"
#include "ansidecl.h"
#include "dyn-string.h"
#include "demangle.h"
#endif
#include "safe-ctype.h"
-#include "vg_include.h"
+#include "core.h"
/*#include <sys/types.h>
#include <string.h>
#include <stdlib.h>
#endif*/
-#include "vg_include.h"
+#include "core.h"
#include "ansidecl.h"
#include "dyn-string.h"
# Different output modes
if ($output eq "callwrap") {
- $include = "vg_include.h";
+ $include = "core.h";
$generate = sub ($$$@) {
my ($pfx, $ret, $func, @args) = @_;
my $args = join ", ", @args;
print "}\n";
}
} elsif ($output eq "proto") {
- $include = "vg_include.h";
+ $include = "core.h";
$generate = sub ($$$@) {
my ($pfx, $ret, $func, @args) = @_;
my $args = join ', ', @args;
print "$ret $pfxmap{$pfx}($func)($args);\n";
}
} elsif ($output eq "missingfuncs") {
- $include = "vg_include.h";
+ $include = "core.h";
$generate = sub ($$$@) {
my ($pfx, $ret, $func, @args) = @_;
my $args = join ", ", @args;
};
$indent = " ";
} elsif ($output eq "struct") {
- $include = "vg_include.h";
+ $include = "core.h";
$pre = sub () {
print "typedef struct {\n";
};
#include <errno.h>
#include <sys/resource.h>
-#include "vg_include.h"
+#include "core.h"
#include "ume.h"
#include "ume_arch.h"
#define _GNU_SOURCE
#define _FILE_OFFSET_BITS 64
-#include "vg_include.h"
+#include "core.h"
#include <stddef.h>
#include <sys/mman.h>
#include <assert.h>
#include "ume.h"
-#include "vg_include.h"
struct elfinfo
{
*/
-#include "vg_include.h"
+#include "core.h"
/* ---------------------------------------------------------------------
Error messages (for malformed tools)
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
#include "demangle.h"
#define ADD_TO_RESULT(zzstr,zzn) \
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
static void vgp_die(void)
{
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
#include "vg_symtab2.h"
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
/*------------------------------------------------------------*/
/*--- Globals ---*/
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
/*------------------------------------------------------------*/
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
/*------------------------------------------------------------*/
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
/*--------------------------------------------------------------------*/
/*--- Declarations ---*/
am not sure what is and isn't allowed in user-mode.
*/
-#include "vg_include.h"
+#include "core.h"
/* Allocate and deallocate LDTs for threads. */
/* Create an LDT. If the parent_ldt is NULL, zero out the
*/
#include "valgrind.h" /* For the request-passing mechanism */
-#include "vg_include.h" /* For the VG_USERREQ__* constants */
+#include "core.h" /* For the VG_USERREQ__* constants */
#define __USE_UNIX98
#include <sys/types.h>
#define _FILE_OFFSET_BITS 64
-#include "vg_include.h"
+#include "core.h"
#include "ume.h"
#include "ume_arch.h"
#include "ume_archdefs.h"
Bool VG_(clo_demangle) = True;
Bool VG_(clo_trace_children) = False;
-/* See big comment in vg_include.h for meaning of these three.
+/* See big comment in core.h for meaning of these three.
fd is initially stdout, for --help, but gets moved to stderr by default
immediately afterwards. */
VgLogTo VG_(clo_log_to) = VgLogTo_Fd;
*/
-#include "vg_include.h"
+#include "core.h"
//#define DEBUG_MALLOC // turn on heavyweight debugging machinery
//#define VERBOSE_MALLOC // make verbose, esp. in debugging machinery
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
#include <stddef.h>
*/
-#include "vg_include.h"
+#include "core.h"
#include <time.h>
#include <sys/time.h>
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
/* ---------------------------------------------------------------------
Wrappers around system calls, and other stuff, to do with signals.
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
/* ---------------------------------------------------------------------
*/
-#include "vg_include.h"
+#include "core.h"
/* static ... to keep it out of the stack frame. */
*/
-#include "vg_include.h"
+#include "core.h"
/* We need our own copy of VG_(do_syscall)() to handle a special
race-condition. If we've got signals unblocked, and we take a
#include "valgrind.h" /* for VG_USERREQ__RUNNING_ON_VALGRIND and
VG_USERREQ__DISCARD_TRANSLATIONS, and others */
-#include "vg_include.h"
+#include "core.h"
/* ---------------------------------------------------------------------
appropriate proxy LWP.
*/
-#include "vg_include.h"
+#include "core.h"
#include <stddef.h> /* OK, no library dependencies */
/* Define to give more sanity checking for signals. */
won't be accidentally used.
*/
-#include "vg_include.h"
+#include "core.h"
#include <stdlib.h>
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
#include "vg_symtab2.h"
#include <a.out.h> /* stabs defns */
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
#include "vg_symtypes.h"
#include "vg_symtab2.h"
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
#include "vg_symtypes.h"
typedef enum {
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
/* vg_unsafe.h should NOT be included into any file except this
one. */
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
/*------------------------------------------------------------*/
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
/*------------------------------------------------------------*/
/*--- Renamings of frequently-used global functions. ---*/
The GNU General Public License is contained in the file COPYING.
*/
-#include "vg_include.h"
+#include "core.h"
#include <stddef.h>
/* #define DEBUG_TRANSTAB */