annotate make/windows/projectfiles/compiler1/vm.def @ 14094:3f27e57439ed

Truffle/Instrumentation: significant rearrangement (including moved class) and extension of the Truffle Instrumentation Framework. New interfaces include DebugContext (which can be attached to the ExecutionContext), through which access is provided to possibly language-specific (a) node instrumentation, (b) debug services manager, (c) notification when programs halt, (d) display of language values, and (e) display of variable identifiers.
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Mon, 03 Feb 2014 20:58:23 -0800
parents aa6e219afbf1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 ;
a61af66fc99e Initial load
duke
parents:
diff changeset
2 ; This .DEF file is a placeholder for one which is automatically
a61af66fc99e Initial load
duke
parents:
diff changeset
3 ; generated during the build process. See
91
a294fd0c4b38 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents: 0
diff changeset
4 ; make\windows\build_vm_def.sh and
2027
aa6e219afbf1 7006354: Updates to Visual Studio project creation and development launcher
sla
parents: 91
diff changeset
5 ; make\windows\makefiles\projectcreator.make (esp. the "-prelink"
0
a61af66fc99e Initial load
duke
parents:
diff changeset
6 ; options).
a61af66fc99e Initial load
duke
parents:
diff changeset
7 ;