Ryan Fleury
|
48ae9b6973
|
move rest of cfg-related stuff into frontend
|
2024-09-13 14:51:07 -07:00 |
|
Ryan Fleury
|
573bad8487
|
entity from d -> df
|
2024-09-13 11:46:17 -07:00 |
|
Ryan Fleury
|
96b5f82964
|
run-to-line/address porting from old df_entity-based behavior
|
2024-09-13 11:21:13 -07:00 |
|
Ryan Fleury
|
6b758f08fa
|
eliminate dead code; port breakpoint hit counting to frontend; begin floating entity code into frontend, prepping for simplification/replacement
|
2024-09-13 10:48:40 -07:00 |
|
Ryan Fleury
|
638140ab87
|
another checkpoint, moving d_regs -> df_regs; eliminating more state & responsibilities from dbg_engine
|
2024-09-12 14:10:41 -07:00 |
|
Ryan Fleury
|
65ed1f0997
|
another checkpoint - eliminate cmd specs from engine, move all dynamic command definition things into frontend
|
2024-09-12 12:11:00 -07:00 |
|
Ryan Fleury
|
bb50e88141
|
eval_visualization layer: builtin view rules, porting of more debug engine code over
|
2024-09-10 16:14:11 -07:00 |
|
Ryan Fleury
|
e989da4087
|
float down dbg engine eval visualization stuff into formal codebase layer which just builds on top of eval
|
2024-09-10 15:46:05 -07:00 |
|
Ryan Fleury
|
d35bc56f8f
|
further coalesce all frontend command processing into top-level frame path; have frontend commands for all possible engine commands
|
2024-09-10 14:01:06 -07:00 |
|
Ryan Fleury
|
09db3aacd0
|
formally split dbg engine/frontend commands; float entity operations & all ui-related operations up to frontend layer, keep engine to small set of control operations (we are trying to get the engine out of the mix in managing entity state)
|
2024-09-10 11:37:01 -07:00 |
|
Ryan Fleury
|
6534bff5d0
|
eliminate state delta history experiment codef
|
2024-09-10 07:24:33 -07:00 |
|
Ryan Fleury
|
a204018e94
|
Revert "checkpoint on pass to majorly simplify debug frontend state, and eliminate df entities, and move from cmds -> msgs"
This reverts commit 06a685221a.
|
2024-09-07 14:50:27 -07:00 |
|
Ryan Fleury
|
5ffab0439b
|
Revert "more msgs -> cmds & df entity elimination progress"
This reverts commit 9968c6e491.
|
2024-09-07 14:48:42 -07:00 |
|
Ryan Fleury
|
30766f93ae
|
Revert "checkpoint"
This reverts commit 3631de648b.
|
2024-09-07 14:48:21 -07:00 |
|
Ryan Fleury
|
3631de648b
|
checkpoint
|
2024-09-07 13:37:35 -07:00 |
|
Ryan Fleury
|
9968c6e491
|
more msgs -> cmds & df entity elimination progress
|
2024-09-03 16:50:16 -07:00 |
|
Ryan Fleury
|
06a685221a
|
checkpoint on pass to majorly simplify debug frontend state, and eliminate df entities, and move from cmds -> msgs
|
2024-09-03 12:46:30 -07:00 |
|
Ryan Fleury
|
06f65857db
|
more progress in df cmds -> msgs
|
2024-09-01 15:49:06 -07:00 |
|
Ryan Fleury
|
6ead03ac17
|
strip out update/render/repaint window cruft; promote layer per-tick APIs to base layer
|
2024-09-01 09:00:58 -07:00 |
|
Ryan Fleury
|
2696c96f75
|
continue coalescing df frame
|
2024-08-31 07:36:53 -07:00 |
|
Ryan Fleury
|
7004994b25
|
sketch out msg processing loop, to replace cmd processing loop, in dbg engine
|
2024-08-30 17:52:45 -07:00 |
|
Ryan Fleury
|
533fd0041f
|
begin flattening d/df tick paths
|
2024-08-30 14:10:12 -07:00 |
|
Ryan Fleury
|
13f2de6e88
|
d regs -> mdesk
|
2024-08-30 10:07:56 -07:00 |
|
Ryan Fleury
|
b0d10d457e
|
notes
|
2024-08-29 17:14:50 -07:00 |
|
Ryan Fleury
|
e1806d2d61
|
notes
|
2024-08-29 17:02:26 -07:00 |
|
Ryan Fleury
|
e81fbe4bf2
|
eliminate old code; organization pass over dbg frontend
|
2024-08-29 13:37:28 -07:00 |
|
Ryan Fleury
|
bb553b4ec0
|
eliminate manual notification of entity / panel mutations for soft halts & config changes; just compute a hash of all run parameterization state every time you run, and every frame, and if they change, soft halt refresh
|
2024-08-29 11:34:29 -07:00 |
|
Ryan Fleury
|
5907783a2e
|
d_interact_regs -> d_regs
|
2024-08-29 10:54:54 -07:00 |
|
Ryan Fleury
|
4439aab721
|
split more frontend-only information from debug engine core definitions
|
2024-08-28 17:14:59 -07:00 |
|
Ryan Fleury
|
1c62787758
|
dbg_gfx -> dbg_frontend; fix force-confirm commands; more naming passes
|
2024-08-28 16:59:21 -07:00 |
|
Ryan Fleury
|
269abf661f
|
switch to simplified debug engine command interface; rely on interact registers, rather than explicit pass-down, for contextually-obvious parameters
|
2024-08-28 16:47:05 -07:00 |
|
Ryan Fleury
|
e3dc29d7ae
|
push_cmd__root -> push_cmd
|
2024-08-28 15:37:55 -07:00 |
|
Ryan Fleury
|
cb25e261e4
|
eliminate all cmd param slot marking
|
2024-08-28 15:37:03 -07:00 |
|
Ryan Fleury
|
c60809f02b
|
df -> dbg_engine and dbg_gfx layers; df (core) -> d
|
2024-08-28 15:16:55 -07:00 |
|
Ryan Fleury
|
ca4b602b28
|
f -> fnt
|
2024-08-28 13:45:54 -07:00 |
|
Ryan Fleury
|
14f617db85
|
begin eliminating separate hook system for view rule uis; shift over to regular views, so there is just one codepath for all visualizers; move ui to event pump system, with permissions stack, so that callers of sub-ui-codepaths can mask off event consumption as needed
|
2024-08-26 09:56:47 -07:00 |
|
Ryan Fleury
|
70fa90bb87
|
fix incorrect os_window_first_paint rules
|
2024-08-20 17:07:59 -07:00 |
|
Ryan Fleury
|
4611ddb536
|
eval value array indexing; type-only evaluation of array indexing and member accesses; various fixes
|
2024-08-20 16:13:01 -07:00 |
|
Ryan Fleury
|
639239d758
|
convert all eval visualization paths to incrementally building expression trees, rather than using final eval bundles; ensure all evaluation paths, in various circumstances (single line viz, row viz), go through exactly the same path; deduplicate single-row-expr evaluation paths
|
2024-08-20 12:04:23 -07:00 |
|
Ryan Fleury
|
d749a5e965
|
progress on single path for building all cells in watch window, reaching feature parity with old watch windows
|
2024-08-16 12:49:35 -07:00 |
|
Ryan Fleury
|
25f30f6a72
|
begin pass to make watch view columns dynamic; will use to specialize watch views for the new expanded set of purposes it has
|
2024-08-16 11:49:10 -07:00 |
|
Ryan Fleury
|
01cf3d39f1
|
further progress on using the upgraded eval system; sketch out replacement breakpoints & callstack views, which are just specializations of watch window
|
2024-08-15 14:34:47 -07:00 |
|
Ryan Fleury
|
ed75b253f7
|
notes on 'eval space'; first step to evaluating debugger-space things
|
2024-08-14 16:26:47 -07:00 |
|
Ryan Fleury
|
bb9e5057d7
|
fix go-to-location path to adjust for no file entities; write single deserialization path for all entities, instead of handwritten special casedo nes
|
2024-08-14 15:08:48 -07:00 |
|
Ryan Fleury
|
918895c091
|
small string evaluation; strings as values in eval
|
2024-08-14 10:49:56 -07:00 |
|
Ryan Fleury
|
6d30455e76
|
further progress on eliminating file entities; further entity simplification; set up external identifier resolution map for evaluating 'meta' variables; sketch out generalized entity serialization path
|
2024-08-13 11:39:25 -07:00 |
|
Ryan Fleury
|
057d4d485e
|
begin entity simplification pass; begin eliminating frontend file system entity cache; build new path-based file override systems, instead of relying on the entity tree
|
2024-08-12 17:06:59 -07:00 |
|
Ryan Fleury
|
e506d8389c
|
strip out old undo/redo scaffolding
|
2024-08-09 10:19:29 -07:00 |
|
Ryan Fleury
|
5a682e5888
|
split eval systems, to decouple types/exprs/parsing (debug info dependent), from irization (macro map dependent), from interpretation (completely independent of the former two stages & all their dependencies)
|
2024-08-06 13:57:48 -07:00 |
|
Ryan Fleury
|
c1cea82ae7
|
eliminate old eval/type-graph layers
|
2024-08-06 10:20:37 -07:00 |
|