This website requires JavaScript.
Explore
Help
Sign In
ed
/
raddebugger
Watch
1
Star
0
Fork
0
You've already forked raddebugger
mirror of
https://github.com/Ed94/raddebugger.git
synced
2026-06-14 16:12:24 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a1ceb5fa3b6e20651a577991ae2aa322e49c48ad
raddebugger
/
src
/
eval
T
History
Ryan Fleury
a1ceb5fa3b
on second thought... merging both view rule expansion *header* info generation, and windowed range queries into an expanded block, into the same hook, is really limiting & wrong - so split back to two hooks, one stage is just informing the expansion space, the next provides per-row information within an expanded block with range-based queries
2024-09-25 15:17:39 -07:00
..
generated
add correct inheritance rules for oct, hex, dec, bin, only, omit view rules
2024-09-20 16:24:09 -07:00
eval_bundles.c
eliminate watch view fill kind; extend rtti & eval type system with 'external' pointers, for e.g. meta-space vaddr u64s pointing into an address space; begin sketching out paths for mutational rows in watch collections, use to add 'add target' fastpath in targets collection evaluations
2024-09-23 10:57:43 -07:00
eval_bundles.h
Revert "checkpoint"
2024-09-07 14:48:21 -07:00
eval_core.c
deduplicate string escaping paths in eval/cfg/etc
2024-09-13 12:08:22 -07:00
eval_core.h
deduplicate string escaping paths in eval/cfg/etc
2024-09-13 12:08:22 -07:00
eval_inc.c
bundle per-module info in eval system; use all modules in all processes in ctrl layer evaluations; further sketching out of space info
2024-08-15 10:04:52 -07:00
eval_inc.h
bundle per-module info in eval system; use all modules in all processes in ctrl layer evaluations; further sketching out of space info
2024-08-15 10:04:52 -07:00
eval_interpret.c
fix set-space ir extension instruction; expand ctrlbits to u16, so that it can encode modern register sized decodes
2024-09-16 11:59:06 -07:00
eval_interpret.h
entity parameter tree equipment; architecture -> arch
2024-08-29 13:16:50 -07:00
eval_ir.c
on second thought... merging both view rule expansion *header* info generation, and windowed range queries into an expanded block, into the same hook, is really limiting & wrong - so split back to two hooks, one stage is just informing the expansion space, the next provides per-row information within an expanded block with range-based queries
2024-09-25 15:17:39 -07:00
eval_ir.h
first pass at filesystem evaluation in eval system
2024-08-22 16:55:07 -07:00
eval_parse.c
on second thought... merging both view rule expansion *header* info generation, and windowed range queries into an expanded block, into the same hook, is really limiting & wrong - so split back to two hooks, one stage is just informing the expansion space, the next provides per-row information within an expanded block with range-based queries
2024-09-25 15:17:39 -07:00
eval_parse.h
on second thought... merging both view rule expansion *header* info generation, and windowed range queries into an expanded block, into the same hook, is really limiting & wrong - so split back to two hooks, one stage is just informing the expansion space, the next provides per-row information within an expanded block with range-based queries
2024-09-25 15:17:39 -07:00
eval_types.c
eval: add cache for type data member gathering & member lookup; eval_visualization: sketch out new hook organization which has single hook for both view rule expansion info, + expansion expr production, in a single combined path (the two often require the same information so it is maybe a good idea to combine them - if not, it will be easy to separate into two stages (expand + expr-child production), but basically just trying to get view rules out of 'block production', and more into just providing the information that actually varies per view rule
2024-09-25 09:34:23 -07:00
eval_types.h
eval visualization: first pass of new tree-ified block building, which preserves the hierarchy of the eval visualization path, as well as relies on only a single view rule hook; first pass of windowed row list production, given that block tree build; also still just uses the single hook
2024-09-25 12:23:50 -07:00
eval.mdesk
add correct inheritance rules for oct, hex, dec, bin, only, omit view rules
2024-09-20 16:24:09 -07:00