Ryan Fleury
|
81425e8b90
|
use more stable IDs for ctrl entity evaluations
|
2025-04-28 10:25:37 -07:00 |
|
Ryan Fleury
|
9bb592786a
|
eliminate all old evaluation bundled helpers, eliminate old fragmented eval caches; move all to unified evaluation cache
|
2025-04-24 09:07:29 -07:00 |
|
Ryan Fleury
|
264dbc8199
|
deduplication from evaluation ctxs - just have base ctx with deduplicated info, then separate type-state, ir-ctx, and interpretation-ctx
|
2025-04-23 11:49:44 -07:00 |
|
Ryan Fleury
|
7c668388eb
|
hook up programmatic breakpoint state to trap list
|
2025-04-12 19:38:07 -07:00 |
|
Ryan Fleury
|
8a857b2154
|
use set/unset breakpoint events to build bp entities in ctrl entity tree
|
2025-04-12 15:32:27 -07:00 |
|
Ryan Fleury
|
7ba027e841
|
sketch out new markup API for programmatic address/data breakpoints
|
2025-04-12 15:21:48 -07:00 |
|
Ryan Fleury
|
0f380e9228
|
transmit user breakpoints hit from demon -> ctrl using ctrl-defined IDs, correllate those IDs to rd-defined IDs, use rd-defined IDs in stop events to count bp hits, rather than re-resolving breakpoints. further fixes & work on first pass of data breakpoints
|
2025-04-12 14:28:38 -07:00 |
|
Ryan Fleury
|
ecad70ca19
|
pass through data breakpoint length, more progress on fixes/correctness in first pass
|
2025-04-11 18:07:00 -07:00 |
|
Ryan Fleury
|
e621d13669
|
frontend ui/editor & data funnelling for hardware data breakpoints
|
2025-04-11 17:03:36 -07:00 |
|
Ryan Fleury
|
cde079a14d
|
checkpoint in moving to new type-based view rule / synthetic structure hooks
|
2025-04-10 14:29:57 -07:00 |
|
Ryan Fleury
|
3911a66b30
|
fill out first pass implementations of raddbg_markup features; thread names, thread colors, format-string output-debug-string helper, attachment-checking
|
2025-03-28 10:56:41 -07:00 |
|
Ryan Fleury
|
03cbbac6d7
|
source-markup-defined auto-view-rules
|
2025-03-26 13:45:26 -07:00 |
|
Ryan Fleury
|
b0486d942e
|
correctly pipe through exception info, visualize exceptions better
|
2025-02-21 11:46:28 -08:00 |
|
Ryan Fleury
|
c7da3e8a13
|
distinguish cfg (breakpoints, watch pins) source-locations from address locations; expand breakpoint addresses to being full expressions, & use this to implement symbol breakpoints (we now support fancier address resolution breakpoints too)
|
2025-02-21 08:42:33 -08:00 |
|
Ryan Fleury
|
72869bc73b
|
simplify name alloctors in rd/ctrl layers; port panel-closure path
|
2025-02-17 12:05:56 -08:00 |
|
Ryan Fleury
|
ecb4e0d282
|
rich hover for thread-hover editors
|
2025-02-14 09:43:19 -08:00 |
|
Ryan Fleury
|
3b19334075
|
tear out old meta evaluation code; robustify filesystem streaming async reads
|
2025-02-10 14:12:44 -08:00 |
|
Ryan Fleury
|
aac93b5952
|
move over all expansion view rules to new eval-system lookup hooks; eliminate most of old hooks
|
2025-02-01 17:37:24 -08:00 |
|
Ryan Fleury
|
81c7c7a7c4
|
per-target option of automatically debugging subprocesses, or not
|
2024-11-14 14:18:35 -08:00 |
|
Ryan Fleury
|
ff45952f07
|
re-introduce timeout-based re-requests for dbgi & fs layers; further adjust pre-emptive conversion heuristic
|
2024-11-14 09:29:01 -08:00 |
|
Ryan Fleury
|
dcec3c07d9
|
pass over pre-emptive debug info conversion heuristic, to be friendlier to ue-style root project directories, with what feels like 1000s and 1000s of sub-directories with DLLs hidden in various folders
|
2024-11-13 14:40:08 -08:00 |
|
Ryan Fleury
|
31f25d0fe7
|
eliminate attempts at clever read-only synchronization in file stream & ctrl layer, just fall back to simple locking mechanism
|
2024-11-10 11:25:55 -08:00 |
|
Ryan Fleury
|
44b8c9e87c
|
eliminate r/w lock promotion concept
|
2024-11-04 13:30:10 -08:00 |
|
Ryan Fleury
|
a40edbba51
|
dasm, ctrl memstream, & more moving to async layer, rather than per-layer thread pools
|
2024-11-03 12:11:24 -08:00 |
|
Ryan Fleury
|
4769d0a8d4
|
narrow scope of name resolution for debugger collections; default launching to not attach to child processes, set up msgs to parameterize this
|
2024-10-28 15:37:28 -07:00 |
|
Ryan Fleury
|
62659c5161
|
introduce dedicated kill-all path; fix exit conditions for single-stepping stuck threads to be robust toward unexpected kills; fix exit conditions for kill-single-process path, to be more robust to halts; correctly report stop cause
|
2024-10-23 13:19:37 -07:00 |
|
Ryan Fleury
|
e376ad8113
|
stdout/stderr/stdin file path overrides for targets
|
2024-10-17 11:25:47 -07:00 |
|
Ryan Fleury
|
1c269286df
|
auto view rules
|
2024-10-14 08:19:42 -07:00 |
|
Ryan Fleury
|
4091f5e0c0
|
rich unwind -> callstack, defined by ctrl layer, so we can begin floating meta evaluation cache to ctrl layer
|
2024-10-11 11:46:25 -07:00 |
|
Ryan Fleury
|
0c6912ed78
|
sketch out meta-evaluation for file path maps; have an extra drop-completion ui step when drag/dropping exes, so you can easily drag/drop exes from explorer and add them as targets (the likely common case), but also allowing viewing them with the memory viewer
|
2024-10-10 09:03:38 -07:00 |
|
Ryan Fleury
|
9c5d9caa32
|
pass over help menu; typeof in eval
|
2024-10-10 07:44:26 -07:00 |
|
Ryan Fleury
|
1758292074
|
pipe breakpoint-condition-touched meta-evaluations to control thread; allow evaluation of meta-evaluations in conditional breakpoints
|
2024-10-09 15:07:54 -07:00 |
|
Ryan Fleury
|
8e5ebc2d75
|
memory view fixups for new visualization systems; breakpoint editing work
|
2024-10-09 13:58:41 -07:00 |
|
Ryan Fleury
|
8708b27bff
|
bps view work
|
2024-10-08 11:52:43 -07:00 |
|
Ryan Fleury
|
232f955786
|
breakpoints, watch pins
|
2024-10-06 13:35:41 -07:00 |
|
Ryan Fleury
|
911f9ef97b
|
make meta & eval type system a bit richer to express plain text vs. code text vs. path text
|
2024-10-01 12:04:40 -07:00 |
|
Ryan Fleury
|
685cb4a3b8
|
further work on expanding main watch path to support various string styling/visualizing mechanisms, used ad-hoc before; more work on scheduler
|
2024-10-01 11:43:57 -07:00 |
|
Ryan Fleury
|
04815b4265
|
continue work on ctrl entity visualization in watch views & further progress on new scheduler
|
2024-10-01 09:36:29 -07:00 |
|
Ryan Fleury
|
57d01355a1
|
create pre-filtered types for meta evals; all of the same underlying data transforms are on a single meta-eval data bundle, but now each type of meta eval entity is exposed via a tighter type to the ui & eval system
|
2024-09-30 16:03:55 -07:00 |
|
Ryan Fleury
|
fcedcab57c
|
begin work on scheduler view requirements
|
2024-09-30 15:08:05 -07:00 |
|
Ryan Fleury
|
086ca98181
|
callstack unwind selection in watch window-ified callstack view
|
2024-09-27 16:27:55 -07:00 |
|
Ryan Fleury
|
fe59fab3da
|
progress on callstack view replacement
|
2024-09-27 15:48:36 -07:00 |
|
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 |
|
Ryan Fleury
|
fbfaf1c747
|
strip out root buttons idea; fix up pretty member names
|
2024-09-24 11:06:31 -07:00 |
|
Ryan Fleury
|
5690a9e19b
|
further enriching of codebase type info & eval type info to encode code-contents of pointers, pretty names for members; further progress on improving watch views to support all needed features for replacing all table uis
|
2024-09-23 16:45:18 -07:00 |
|
Ryan Fleury
|
bfe6f655be
|
more work on watch view to replace all old uis
|
2024-09-23 14:26:27 -07:00 |
|
Ryan Fleury
|
f728614e0b
|
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 |
|
Ryan Fleury
|
8babd89f47
|
modules view, watch window style
|
2024-09-20 17:04:53 -07:00 |
|
Ryan Fleury
|
a1debd9219
|
targets, breakpoints, watch pins, etc. collections; fix . access on enum types; add more information to meta evaluations
|
2024-09-20 13:49:27 -07:00 |
|
Ryan Fleury
|
7bec50db75
|
type-info-table-driven pointer rebasing for meta evals; add callstack info to entity meta evals
|
2024-09-19 14:04:40 -07:00 |
|