This directory and its children contain LibVEX, a library for dynamic
-binary instrumentation and translation.
+binary instrumentation and translation. See LICENSE.README for
+licensing and contribution information.
-Changes: if you wish to contribute a change which is a significant one
-in terms of the amount of code changes, please be aware that OpenWorks
-LLP wishes to retain copyright of the Vex library. Therefore you will
-have to sign over copyright ownership of your code to OpenWorks LLP
-before we can include your changes in the main source tree.
-
-Before you start modifying anything for real, you should probably join
-the valgrind-developers mailing list and send it mail describing what
-you want to do and how you want to do it so you don't waste time
-working on something we can't integrate. This also allows us to keep
-track of what's being worked on so efforts aren't duplicated.
-
-Please also read the information in the file LICENSE.README.
This directory and its children contain LibVEX, a library for dynamic
binary instrumentation and translation.
-Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
-This library is made available under a dual licensing scheme.
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
-If you link LibVEX against other code all of which is itself licensed
-under the GNU General Public License, version 2 dated June 1991 ("GPL
-v2"), then you may use LibVEX under the terms of the GPL v2, as
-appearing in the file LICENSE.GPL. If the file LICENSE.GPL is
-missing, you can obtain a copy of the GPL v2 from the Free Software
-Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
-USA.
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA.
-For any other uses of LibVEX, you must first obtain a commercial
-license from OpenWorks LLP. Please contact info@open-works.co.uk for
-information about commercial licensing.
+ The GNU General Public License is contained in the file LICENSE.GPL.
-This software is provided by OpenWorks LLP "as is" and any express or
-implied warranties, including, but not limited to, the implied
-warranties of merchantability and fitness for a particular purpose are
-disclaimed. In no event shall OpenWorks LLP be liable for any direct,
-indirect, incidental, special, exemplary, or consequential damages
-(including, but not limited to, procurement of substitute goods or
-services; loss of use, data, or profits; or business interruption)
-however caused and on any theory of liability, whether in contract,
-strict liability, or tort (including negligence or otherwise) arising
-in any way out of the use of this software, even if advised of the
-possibility of such damage.
-
-Neither the names of the U.S. Department of Energy nor the University
-of California nor the names of its contributors may be used to endorse
-or promote products derived from this software without prior written
-permission.
-
-Please also read the information in the file HACKING.README.
+If you want to contribute code to LibVEX, please ensure it is licensed
+as "GPL v2 or later".
/*--------------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (auxprogs/genoffsets.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin genoffsets.c ---*/
/*--------------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
GENOFFSET(ARM,arm,R14);
GENOFFSET(ARM,arm,R15);
}
+
+/*--------------------------------------------------------------------*/
+/*--- end genoffsets.c ---*/
+/*--------------------------------------------------------------------*/
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_amd64_defs.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_amd64_defs.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_amd64_helpers.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_amd64_helpers.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*--------------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_amd64_toIR.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_amd64_toIR.c ---*/
/*--------------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_arm_defs.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_arm_defs.h ---*/
/*---------------------------------------------------------------*/
-
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
+
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- This library is made available under a dual licensing scheme.
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
*/
/* Only to be used within the guest-arm directory. */
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_arm_helpers.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_arm_helpers.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
*/
#include "libvex_basictypes.h"
/*--------------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_arm_toIR.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_arm_toIR.c ---*/
/*--------------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
*/
/* Limitations, etc
/*--------------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_generic_bb_to_IR.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_generic_bb_to_IR.c ---*/
/*--------------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*--------------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_generic_bb_to_IR.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_generic_bb_to_IR.h ---*/
/*--------------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_generic_x87.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_generic_x87.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_generic_x87.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_generic_x87.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_ppc_defs.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_ppc_defs.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_ppc_helpers.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_ppc_helpers.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*--------------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_ppc_toIR.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_ppc_toIR.c ---*/
/*--------------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_x86_defs.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_x86_defs.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_x86_helpers.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_x86_helpers.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*--------------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (guest_x86_toIR.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin guest_x86_toIR.c ---*/
/*--------------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_amd64_defs.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_amd64_defs.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_amd64_defs.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_amd64_defs.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_amd64_isel.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_amd64_isel.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_arm_defs.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_arm_defs.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
*/
#include "libvex_basictypes.h"
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_arm_defs.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_arm_defs.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
*/
#ifndef __VEX_HOST_ARM_DEFS_H
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_arm_isel.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_arm_isel.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
*/
#include "libvex_basictypes.h"
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_reg_alloc2.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_reg_alloc2.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_generic_regs.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_generic_regs.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_generic_regs.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_generic_regs.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_generic_simd64.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_generic_simd64.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_generic_simd64.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_generic_simd64.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_ppc_defs.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_ppc_defs.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_ppc_defs.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_ppc_defs.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_ppc_isel.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_ppc_isel.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_x86_defs.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_x86_defs.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_x86_defs.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_x86_defs.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (host_x86_isel.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin host_x86_isel.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (ir_defs.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin ir_defs.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (ir_match.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin ir_match.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (ir_match.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin ir_match.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (ir_opt.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin ir_opt.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (ir_opt.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin ir_opt.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (main_globals.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin main_globals.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (main_globals.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin main_globals.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (main_main.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin main_main.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (main_util.c) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin main_util.c ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (main_util.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin main_util.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (libvex.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin libvex.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (libvex_basictypes.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin libvex_basictypes.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (libvex_emwarn.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin libvex_emwarn.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (libvex_guest_amd64.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin libvex_guest_amd64.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (libvex_guest_arm.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin libvex_guest_arm.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
*/
#ifndef __LIBVEX_PUB_GUEST_ARM_H
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (libvex_guest_ppc32.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin libvex_guest_ppc32.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (libvex_guest_ppc64.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin libvex_guest_ppc64.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (libvex_guest_x86.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin libvex_guest_x86.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (libvex_ir.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin libvex_ir.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (libvex_trc_values.h) is ---*/
-/*--- Copyright (C) OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin libvex_trc_values.h ---*/
/*---------------------------------------------------------------*/
/*
- This file is part of LibVEX, a library for dynamic binary
- instrumentation and translation.
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
- Copyright (C) 2004-2009 OpenWorks LLP. All rights reserved.
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
- This library is made available under a dual licensing scheme.
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
- If you link LibVEX against other code all of which is itself
- licensed under the GNU General Public License, version 2 dated June
- 1991 ("GPL v2"), then you may use LibVEX under the terms of the GPL
- v2, as appearing in the file LICENSE.GPL. If the file LICENSE.GPL
- is missing, you can obtain a copy of the GPL v2 from the Free
- Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
- For any other uses of LibVEX, you must first obtain a commercial
- license from OpenWorks LLP. Please contact info@open-works.co.uk
- for information about commercial licensing.
-
- This software is provided by OpenWorks LLP "as is" and any express
- or implied warranties, including, but not limited to, the implied
- warranties of merchantability and fitness for a particular purpose
- are disclaimed. In no event shall OpenWorks LLP be liable for any
- direct, indirect, incidental, special, exemplary, or consequential
- damages (including, but not limited to, procurement of substitute
- goods or services; loss of use, data, or profits; or business
- interruption) however caused and on any theory of liability,
- whether in contract, strict liability, or tort (including
- negligence or otherwise) arising in any way out of the use of this
- software, even if advised of the possibility of such damage.
+ The GNU General Public License is contained in the file COPYING.
Neither the names of the U.S. Department of Energy nor the
University of California nor the names of its contributors may be
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (test_main.c) is ---*/
-/*--- Copyright (C) 2005 OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin test_main.c ---*/
/*---------------------------------------------------------------*/
+/*
+ This file is part of Valgrind, a dynamic binary instrumentation
+ framework.
+
+ Copyright (C) 2004-2010 OpenWorks LLP
+ info@open-works.net
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301, USA.
+
+ The GNU General Public License is contained in the file COPYING.
+
+ Neither the names of the U.S. Department of Energy nor the
+ University of California nor the names of its contributors may be
+ used to endorse or promote products derived from this software
+ without prior written permission.
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
This file is part of MemCheck, a heavyweight Valgrind tool for
detecting memory errors.
- Copyright (C) 2000-2009 Julian Seward
+ Copyright (C) 2000-2010 Julian Seward
jseward@acm.org
This program is free software; you can redistribute it and/or
#endif /* UNUSED */
/*--------------------------------------------------------------------*/
-/*--- end mc_translate.c ---*/
+/*--- end test_main.c ---*/
/*--------------------------------------------------------------------*/
/*---------------------------------------------------------------*/
-/*--- ---*/
-/*--- This file (dispatch.c) is ---*/
-/*--- Copyright (C) 2004 OpenWorks LLP. All rights reserved. ---*/
-/*--- ---*/
+/*--- begin dispatch.c ---*/
/*---------------------------------------------------------------*/
#include "basictypes.h"