log graal/com.oracle.truffle.ruby.parser/src/com/oracle/truffle/ruby/parser/Translator.java @ 14094:3f27e57439ed

age author description
Mon, 03 Feb 2014 20:58:23 -0800 Michael Van De Vanter 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.
Mon, 10 Feb 2014 03:39:21 +0000 Chris Seaton Ruby: restore prototype debugger.
Wed, 22 Jan 2014 21:02:06 -0800 Michael Van De Vanter Ruby: refactor low level instrumentation services
Sat, 18 Jan 2014 22:12:42 -0800 Michael Van De Vanter Ruby: remove some prototyping code no longer needed
Wed, 08 Jan 2014 15:49:18 -0800 Michael Van De Vanter Merge with 4fc8c8bb4c32878cc04b064d2ac9ad1fce1a85e0
Wed, 08 Jan 2014 14:03:36 -0800 Michael Van De Vanter Ruby: major upgrade in debugging support, mainly for navigation: step, next (passing over calls), return (from enclosing function), etc. Also a few bug fixes.
Wed, 08 Jan 2014 17:42:10 +0000 Chris Seaton Ruby: fix some ?break? semantics.
Mon, 06 Jan 2014 17:12:09 +0000 Chris Seaton Ruby: import project.