log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/impl/ProbeManager.java @ 16857:7bfbad29d331

age author description
Mon, 18 Aug 2014 21:03:41 -0700 Michael Van De Vanter Truffle/Instrumentation: Javadoc cleanups and minor corrections.
Mon, 18 Aug 2014 14:36:12 -0700 David Piorkowski Changes to Instrumentation
Wed, 02 Jul 2014 16:06:42 -0700 Michael Van De Vanter Truffle/Instrumentation: rename PhylumTag to SyntaxTag (along with related classes/methods)
Tue, 24 Jun 2014 09:35:18 -0700 Michael Van De Vanter Truffle/Instrumentation: add method boolean ExecutionContext.hasProbe(SourceSection)
Fri, 06 Jun 2014 17:51:47 -0700 Michael Van De Vanter Truffle/Source: major API revision
Tue, 27 May 2014 21:18:45 -0700 Michael Van De Vanter Truffle: additional methods on ExecutionContext
Mon, 19 May 2014 17:14:36 -0700 Michael Van De Vanter Truffle/Instrumentation: significant reorganization of the instrumentation framework's implementation and connection to the runtime ExecutionContext, with some new features, including a Tag-based "trap" mechanisms.