log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/DebugManager.java @ 13732:fbf448929260

age author description
Sat, 18 Jan 2014 22:12:42 -0800 Michael Van De Vanter Ruby: remove some prototyping code no longer needed
Tue, 07 Jan 2014 18:28:40 -0800 Michael Van De Vanter Truffle: extensions to the DebugManager interface in the Instrumentation Framework
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.