log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/nodes/instrument/InstrumentationProbeNode.java @ 13995:e455fc531ec2

age author description
Mon, 10 Feb 2014 03:37:32 +0000 Chris Seaton Instrumentation: the default probe should pass specific types to the general object case unless overridden.
Thu, 16 Jan 2014 20:52:12 -0800 Michael Van De Vanter Truffle/Instrumentation: fix NPE in InstrumentationProbeNode
Tue, 07 Jan 2014 18:26:11 -0800 Michael Van De Vanter Truffle: extend Instrumentation Framework for proxies/probes to include phylum marking, low level stepping mode, and bug fixes.
Tue, 17 Dec 2013 20:22:45 -0800 Michael Van De Vanter Truffle: new infrastructure related to instrumentation, and in particular debugging: support for managing Source objects; framework for generalized "instrumentation proxy nodes" (to be inserted into ASTs with no runtime cost when inactive), and "probes" (which can be attached to proxy nodes to receive event notification); a rudimentary interface and abstract implementation for a "debug manager" (mostly a placeholder at this point); and the beginning of a language-agnostic ExecutionContext interface.