Opened 12 years ago
Closed 10 years ago
#9712 closed enhancement (fixed)
Add support for expression evaluation
Reported by: | anevilyak | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #9713, #11387 | |
Platform: | All |
Description
It would be useful to support evaluation of arbitrary expressions in the context of the target team. However, this would require relatively sophisticated language parsing to implement. A possibility would be hooking into LLVM's parsing libraries once the latter is a bit more mature and/or shipped as a default development package with Haiku.
Change History (4)
comment:1 by , 12 years ago
Blocking: | 9713 added |
---|
comment:2 by , 10 years ago
Status: | new → in-progress |
---|
comment:3 by , 10 years ago
Blocking: | 11387 added |
---|
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
Implemented with some caveats in hrev48153.