Commit Graph

  • 141dd69eba correct rich hovering for rich watch window rows; distinguish between single/double-click watch cells; more convergence Ryan Fleury 2025-02-13 15:12:34 -08:00
  • c39cc5d642 call stack rows -> module evaluation column Ryan Fleury 2025-02-13 11:36:57 -08:00
  • 18010db753 per-row command cells in watch windows when evaluating cfgs; table-drive per-collection commands Ryan Fleury 2025-02-13 11:20:10 -08:00
  • 6498666619 begin moving per-row style info to per-cell style info Ryan Fleury 2025-02-13 09:26:05 -08:00
  • fba0053e9b preserve ambiguous path rendering Ryan Fleury 2025-02-13 08:21:48 -08:00
  • 863d98c43e do the same reuse of the computed irtree for array-index expr extensions Ryan Fleury 2025-02-13 08:13:53 -08:00
  • 50b195deb3 eliminate member-expr-extension irtree/oplist/etc. recomputations; just convert lhs irtree to bytecode and attach that to new expr as a leaf bytecode Ryan Fleury 2025-02-13 06:51:50 -08:00
  • c31b15524a ensure threads match before visualizing call stack frame selection Ryan Fleury 2025-02-12 17:53:41 -08:00
  • 4dfa4a120f re-add special-case watch cell style for call stack frame selection Ryan Fleury 2025-02-12 17:50:18 -08:00
  • 374317abd7 call stack info extraction in watch row building; special style for call stack frames Ryan Fleury 2025-02-12 17:39:17 -08:00
  • f165eb7b8e recompute row infos on watch column drag Ryan Fleury 2025-02-12 16:58:24 -08:00
  • 96afe943c2 multi-row-topology watch window column dragging & saving to cfg tree Ryan Fleury 2025-02-12 16:54:48 -08:00
  • e84f8e66f5 precompute watch row infos before build Ryan Fleury 2025-02-12 16:05:37 -08:00
  • c8fb9a0ec9 clean up panel drop site jank Ryan Fleury 2025-02-12 14:27:14 -08:00
  • 204ac60999 extend fancy string lists to include per-node rasterization flags, to correctly mix flags from various fonts; pull command tables into the vocabulary map & accelerate lookups; drive icons/display-strings for commands with vocabulary map; plug in commands/fstrs to command evaluations in watch windows Ryan Fleury 2025-02-12 14:01:21 -08:00
  • 295cfa8698 fix new window creation Ryan Fleury 2025-02-11 17:21:24 -08:00
  • c555166af6 visualize *.N ptrs in single-line eval visualization; eliminate old hover eval code Ryan Fleury 2025-02-11 16:58:17 -08:00
  • 5f88db68ec preserve fancy string list on a per-ui_box basis - do not rely on fancy *run* list for truncated-string-hover, as this will invalidly hold onto stale render handles (fixes crash on font resizes) Ryan Fleury 2025-02-11 16:48:12 -08:00
  • 6c37db2105 more inline visualization; do not require qualifier if view rule names collide with locals Ryan Fleury 2025-02-11 16:36:20 -08:00
  • 98ec6ee3bb extend constructed type info with 'pointer depth', to distinguish between inline-depths; use in symbolizing & call stack expression formation Ryan Fleury 2025-02-11 16:16:44 -08:00
  • 312ddd5899 fix array-index ir tree generation - was incorrectly applying array value rules to address value evaluations; plug in ir-generation hooks for slices, arrays, etc.; eliminate old view rule code Ryan Fleury 2025-02-11 15:25:42 -08:00
  • 50e4f6a22a move watch window to using exclusively view ui rule input eval, rather than looking at the expression string itself Ryan Fleury 2025-02-11 14:14:55 -08:00
  • fa7143a3e4 never build hover evals if we cannot evaluate the root expression successfully Ryan Fleury 2025-02-11 14:07:43 -08:00
  • 82803e710e plug in fancy member names to watch views Ryan Fleury 2025-02-11 14:03:28 -08:00
  • ee984877b0 work on multi-topology watch tables; fancy evaluation for cfgs, regardless of where they are spawned Ryan Fleury 2025-02-11 13:30:07 -08:00
  • 1162841b6e begin sketching out watch row button cells, for intermixing fancy buttons for cfgs/entities/etc. with regular watch rows Ryan Fleury 2025-02-11 11:14:38 -08:00
  • 045aad8578 request reanimation on view loading-persist Ryan Fleury 2025-02-10 16:54:29 -08:00
  • 2a543ee7d7 fix environment string piping to control thread Ryan Fleury 2025-02-10 16:36:53 -08:00
  • 80b0138ea3 fix expansion rules being applied to traditionally non-expandable type info; plug memory view back in Ryan Fleury 2025-02-10 16:32:07 -08:00
  • 29033fe6cc fix incorrect type usage in default lookup-range eval path; fixes broken pointer/reference expansions to structs/unions/classes Ryan Fleury 2025-02-10 16:14:11 -08:00
  • 052efc7f64 meta command evaluation in frontend eval/eval-viz Ryan Fleury 2025-02-10 16:11:34 -08:00
  • 428617de91 re-add id stability to top-level-cfg evaluation expansions Ryan Fleury 2025-02-10 15:51:36 -08:00
  • f3c17a4e2c target environment string editing Ryan Fleury 2025-02-10 15:32:48 -08:00
  • 300231ad75 require file handle validity for file stream cache submits; simply retry on missing files Ryan Fleury 2025-02-10 14:22:42 -08:00
  • 3b19334075 tear out old meta evaluation code; robustify filesystem streaming async reads Ryan Fleury 2025-02-10 14:12:44 -08:00
  • d48cd460d1 begin prepping watch window ui for reintroduction of fancy rows; extend target/thread evaluations with .environment & .call_stack sketch; more convergence progress Ryan Fleury 2025-02-10 12:15:03 -08:00
  • 2da83dd732 bump to 0.9.15 - hook disasm back up Ryan Fleury 2025-02-10 09:47:37 -08:00
  • 4b85df0725 fix expr chain parsing; fix panel tree building Ryan Fleury 2025-02-10 09:44:32 -08:00
  • 3de43b8c74 view params, pulled either from cfg trees or view rule params (tag calls); expr chain parsing; correctly use tags in nested single-line eval visualization Ryan Fleury 2025-02-07 15:20:19 -08:00
  • 3582ab10e2 eliminate old watch view column state; plug in on-the-fly computed per-row cells; eliminate old table helper usage in watch window; plug in visualizers to watch window Ryan Fleury 2025-02-07 12:45:30 -08:00
  • 412c55a474 plug in visualizer view ui rules in new eval viz code; cfg-tree/vocab-driven tab titles Ryan Fleury 2025-02-07 11:40:49 -08:00
  • 31b0772137 eval viz: view rule -> expansion rule; rd: view rule -> view ui rule Ryan Fleury 2025-02-07 09:21:06 -08:00
  • e88f2e2e82 eliminate old entity tables Ryan Fleury 2025-02-06 12:51:59 -08:00
  • 712162af4a correctly apply root view rules; apply inherited view rule tags first, since we apply all view rules in order, and we want explicitly-stored tags (nearest to the expression) to be strongest Ryan Fleury 2025-02-06 12:32:09 -08:00
  • 7bc1dd7362 eliminate old eval vis view rule paths; sketch out view-rule-lookup & expr-tag-equipping, & expr tag (view rule) inheritance Ryan Fleury 2025-02-06 12:14:12 -08:00
  • d1541d3989 fix handling of root-expr editing in watch views; eliminate dead code Ryan Fleury 2025-02-06 11:36:56 -08:00
  • eaa65a6b3d raddbg: cast basic type value commits to destination type; ensures numeric things are casted appropriately (fixes f32/f64 value writes) Ryan Fleury 2025-02-06 11:26:02 -08:00
  • 295778f1ca eval: prohibit identifier overrides in macro maps; raddbg: correctly mark dirty state & recompute given watch window mutations; do not escape unquoted value eval strings Ryan Fleury 2025-02-06 11:17:42 -08:00
  • 43222e8511 tweak cfg tree mutations a bit to recycle old nodes/identities where possible Ryan Fleury 2025-02-06 09:35:19 -08:00
  • be039496c7 rd: watch window editability progress, implicit root vis rules; eval: fix call args parser Ryan Fleury 2025-02-06 09:15:13 -08:00
  • 66ab9c0ba3 rd: watch cell string edit commits Ryan Fleury 2025-02-05 16:21:51 -08:00
  • f2a958e5b6 rd: progress on reintroducing watch window editability Ryan Fleury 2025-02-05 16:09:20 -08:00
  • ffe8a01699 uid <-> num mapping for top-level cfg collection expansions; fix incorrect expansion for watches Ryan Fleury 2025-02-05 14:15:50 -08:00
  • 836b671491 move from ptr*gen handles -> id; eliminate all handle code in frontend and convert to using 64-bit ids Ryan Fleury 2025-02-05 13:37:58 -08:00
  • edbce2713f eliminate RD_Entity code entirely Ryan Fleury 2025-02-05 13:11:06 -08:00
  • 92d4f3ebb1 eliminate old config code Ryan Fleury 2025-02-05 13:02:12 -08:00
  • a80bd6664d collapse all watch-table watch window view rules into specializations of singular watch view path Ryan Fleury 2025-02-05 12:44:33 -08:00
  • ad4e6cbce5 size hover eval watch window by predicted block tree Ryan Fleury 2025-02-05 11:38:55 -08:00
  • 8a8f1e4fc2 work on new hover eval ui, built using the new cfg data structure, immediate-mode view states, etc.; all watch window features -> hover eval Ryan Fleury 2025-02-05 10:34:47 -08:00
  • 50f8732e63 fix num/idx/vidx/vnum coordinates to correctly apply to root row in watch windows Ryan Fleury 2025-02-04 19:38:57 -08:00
  • a003a11425 progress on mixing control (command, insertion) rows in cfg-list evaluation, for watch windows; e.g. empty row in watch window, add-new buttons in targets/breakpoints/watchpins/etc. Ryan Fleury 2025-02-04 16:44:04 -08:00
  • de16c9cdef keep active tab view states hot, even if their ui is not built on any given frame (because they are not selected) Ryan Fleury 2025-02-04 14:13:01 -08:00
  • 90c86dc812 eval/eval-viz: pull out rules for mapping exprs/irtrees -> lookup/expansion rules; use this path in the single-line value string generator; eliminate old non-view-rulified string generation paths Ryan Fleury 2025-02-04 13:20:25 -08:00
  • afd113adcc rd: derive schema tree parse on startup rather than recomputing every time Ryan Fleury 2025-02-04 12:16:28 -08:00
  • b9756d222a eval: sketch out parse/ir cache Ryan Fleury 2025-02-04 10:29:52 -08:00
  • 657b78c4ef eval: separate ir_ctx -> ir_state & ir_ctx; ir_state for implicit thread-local caching mechanisms for eval, ir_ctx for explicitly supplied user info Ryan Fleury 2025-02-04 09:57:13 -08:00
  • 9a405bee20 eval: lookup info hook -> just pass irtree, do not recompute; cache for type-key -> auto hook tag exprs; use tags/auto-tags in lookup rule for . operator; fix tag poisoning in ir generation pass; cache for type-key -> unpacked type info; replace all unpacked type info paths with cache usage Ryan Fleury 2025-02-03 13:21:08 -08:00
  • 59fe6c79cb distinguish root block from non-root blocks; in root case, we do not want to do a lookup-range to generate the block's expression (but in all other cases we do) Ryan Fleury 2025-02-03 10:07:20 -08:00
  • 6f4533d8f5 rd: new ctrl entity meta evaluation path; ctrl entity meta evaluation cache; eval: auto-view-rules (via 'auto hook map'), + support for 'type patterns', e.g. for templates; ir generation / typechecking hook application + source-tag coloring (to avoid infinite recursion of repeatedly-applied auto view rules Ryan Fleury 2025-02-02 17:08:14 -08:00
  • eab5c7c971 eval_visualization: eliminate expansion-range hook; move expansions & block tree building completely to new eval hooks for lookups Ryan Fleury 2025-02-02 14:39:43 -08:00
  • 5bbd9f1c7e eliminate expr resolution hook in eval visualization layer; now succeeded by irgen hook Ryan Fleury 2025-02-02 12:46:59 -08:00
  • d9874e8f2f bugfix resource compar Nikita Smith 2025-02-02 00:05:57 -08:00
  • 76b83794b2 added printer for .res files Nikita Smith 2025-02-01 23:50:30 -08:00
  • 07c9268941 eval: specify formal way in which tags (view rules) can fit into expression language, both in parsing & in structure; introduce ir-generation hook step in eval pipeline, transfer most of the default non-vbisualization view rule features to that layer Ryan Fleury 2025-02-01 20:50:31 -08:00
  • aac93b5952 move over all expansion view rules to new eval-system lookup hooks; eliminate most of old hooks Ryan Fleury 2025-02-01 17:37:24 -08:00
  • b1829af8c6 eliminate old per-frame cfg group cache Ryan Fleury 2025-01-30 16:52:15 -08:00
  • 5b82fc2339 eliminate member-filtering hack for cfg views; eliminate deref-space-ptr hack Ryan Fleury 2025-01-30 15:52:26 -08:00
  • 68966ba55f eval: more progress on 'sets', plug primary watch group into it; rd: more progress on watch ui based on new sets/lookups Ryan Fleury 2025-01-30 15:43:41 -08:00
  • 12784d9ae9 partial transition to new flexible watch table structure; more work on 'set' types; checkpoint before replacement of old view-rule-hacks with proper-eval-system support for sets/collections/etc. Ryan Fleury 2025-01-30 14:11:01 -08:00
  • 92df592f82 Merge remote-tracking branch 'EpicGamesExt/dev' ed 2025-01-30 14:44:58 -05:00
  • 92e68701d0 eval: lookup rule map building; eval: use general 'set' type-kind to specify custom lookup rule; watch: new table <-> stable-point mappings Ryan Fleury 2025-01-30 10:57:29 -08:00
  • 394d35287a fix default lookup rule Ryan Fleury 2025-01-29 17:00:50 -08:00
  • baa19f3de4 begin introducing 'lookup' hook path in eval ir-tree generation, to collapse/universalize all 'access' operations, such that ., ->, and [] operations can be overridden via view rules, for cfg evaluations, and so on Ryan Fleury 2025-01-29 16:41:14 -08:00
  • 0a0742aa0e remove unused enum fields Nikita Smith 2025-01-29 16:28:02 -08:00
  • e114ea7fdb hook RDI printers to the dumper Nikita Smith 2025-01-29 16:27:15 -08:00
  • 5c1e219901 minor prof fix Nikita Smith 2025-01-29 16:26:02 -08:00
  • 497f0e45d6 WIP merging RDI dump into RAD Dumper Nikita Smith 2025-01-29 10:47:18 -08:00
  • 136a6a6d80 eval visualization: vidx <-> num mappings; helpers to move from logical nums -> rows, feed through windowed row production path Ryan Fleury 2025-01-29 10:38:04 -08:00
  • 84d55c8939 make some progress on watch window refinement for various row topologies Ryan Fleury 2025-01-28 18:31:34 -08:00
  • bd5d38ef0c handle null write Nikita Smith 2025-01-28 16:56:12 -08:00
  • 5e3b500119 put ranges on arena Nikita Smith 2025-01-28 16:46:50 -08:00
  • 2a1ab9b3be fix incorrect bytecode writing for deref-space-ptr Ryan Fleury 2025-01-28 10:42:41 -08:00
  • 4cc5f636fe cfg tree collection evaluation Ryan Fleury 2025-01-27 15:33:35 -08:00
  • b085acbc32 strip out collection type - instead we will implement collections via arrays of exprs which map to meta evals Ryan Fleury 2025-01-27 11:02:49 -08:00
  • c0f23c3807 further tweaks to support meta cfg eval Ryan Fleury 2025-01-27 09:22:34 -08:00
  • 409905c983 yank out shared mutex impl Nikita Smith 2025-01-25 11:33:44 -08:00
  • 730e8a4720 commit cfg changes to eval blob cache immediately Ryan Fleury 2025-01-24 15:55:08 -08:00
  • 0ca9d97750 error out on /LIB and /DUMP switches Nikita Smith 2025-01-24 14:40:16 -08:00
  • aa03955a45 first pass at meta-cfg-space writes, for cfg editing Ryan Fleury 2025-01-24 13:22:14 -08:00
  • f2f18b9798 replaced /RAD_IDLE_WORKERS with /RAD_SHARED_THREAD_POOL_MAX_WORKERS Nikita Smith 2025-01-24 12:49:30 -08:00