Ticket #67 (closed enhancement: fixed)
Debugger should translate method names
| Reported by: | stephan | Owned by: | stephan |
|---|---|---|---|
| Priority: | major | Milestone: | OTDT_1.1.7 |
| Component: | debug | Version: | 1.1.6 |
| Keywords: | Cc: |
Description
In the debug view names of generated/transformed methods are exposed untranslated as they are in the byte code.
This should be enhanced in at least two ways:
- reverse engineer names of translated methods (i.e., methods for which source exists)
- indicate what is happening in purely generated stack frames
Names that should be covered by bullet 1:
- _OT$bm$orig (orig wrapper created by OTRE)
- _OT$R$rm$bm (team callin wrapper)
- _OT$rm$base (base call surrogate)
Operations that should be subject to bullet 2:
- _OT$bm$chain (general callin dispatching code)
- _OT$liftTo$R (lifting)
...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
all news
RSS feed