Ryan Fleury
|
14cfd87f68
|
start sketching out basic unreal type views
|
2025-05-28 18:00:16 -07:00 |
|
Ryan Fleury
|
7350c2d576
|
fix trailing wildcard matches
|
2025-05-28 15:51:15 -07:00 |
|
Ryan Fleury
|
f116d88b08
|
wildcard instance identifier resolution in type views; ?{arg1, arg2, arg3} in type view pattern -> use arg1, arg2, or arg3 in expression
|
2025-05-28 15:41:48 -07:00 |
|
Ryan Fleury
|
1d72de8c4a
|
pattern parts as strings -> pattern part type, which can include wildcard inst names
|
2025-05-28 14:52:21 -07:00 |
|
Ryan Fleury
|
de3782c974
|
do not advance wildcard scan position if wildcard match done
|
2025-05-28 14:42:20 -07:00 |
|
Ryan Fleury
|
d0a2c0f22c
|
auto hook list(expr) -> auto hook list(match), where match includes both an expression and a list of comma-delimited wildcard instances
|
2025-05-28 14:37:44 -07:00 |
|
Ryan Fleury
|
1609c8f948
|
clean up & fixup pass over type pattern matching, allow closed {}s, ()s, []s, <>s in wildcards
|
2025-05-28 14:08:53 -07:00 |
|
Ryan Fleury
|
70ccfd2d86
|
do greedy ? matching in type pattern matching by default
|
2025-05-28 13:07:18 -07:00 |
|
Ryan Fleury
|
8bf07f8a52
|
bump to 19
|
2025-05-22 22:37:03 -07:00 |
|
Ryan Fleury
|
58df68b9be
|
adjust good-machine-code check to factor in memory read failure mask
|
2025-05-22 17:15:51 -07:00 |
|
Ryan Fleury
|
914273d5af
|
hack in quick fix for overambitious type pattern matching - will do a better pass shortly...
|
2025-05-22 12:29:56 -07:00 |
|
Ryan Fleury
|
4aeadc12b7
|
adjust memory reading fail conditions in trap net generation; fix early-aborting of retry loop in process memory cache lookup
|
2025-05-22 12:15:31 -07:00 |
|
Ryan Fleury
|
02611de6af
|
broadcast wakeup event on ctrl cache commits
|
2025-05-22 11:39:08 -07:00 |
|
Ryan Fleury
|
c41d67120f
|
fix incorrect bounds check in new per-line fstrs building path
|
2025-05-22 11:13:18 -07:00 |
|
Ryan Fleury
|
25813e62ea
|
adjust spall usage code - still not generating multi-thread events correctly...
|
2025-05-22 09:58:09 -07:00 |
|
Ryan Fleury
|
3fcdb85ebf
|
use tid/pid-specifying spall functions
|
2025-05-22 09:34:47 -07:00 |
|
Ryan Fleury
|
d254d8edb4
|
switch singular frame scopes to stack of frame scopes; always ensure scopes are closed before breaks in frames.
|
2025-05-22 09:28:13 -07:00 |
|
Ryan Fleury
|
895a965f70
|
defer call stack scope touches until retry loop exit
|
2025-05-21 17:33:30 -07:00 |
|
Ryan Fleury
|
b0fb102813
|
sketch out spall integration
|
2025-05-21 12:01:43 -07:00 |
|
Ryan Fleury
|
8bed56adde
|
step-into-line trap nets: omit stopping at non-final call destinations with no line info
|
2025-05-20 16:15:03 -07:00 |
|
Ryan Fleury
|
25dda717ad
|
setting to prefer os native file dialog uis (off by default because they are slow and bad)
|
2025-05-20 15:59:49 -07:00 |
|
Ryan Fleury
|
2d5bf9efc2
|
last-hit-breakpoint visualization
|
2025-05-20 15:41:16 -07:00 |
|
Ryan Fleury
|
16fd72ef4f
|
more granular watch window fresh/bad visualization, since each cell can be an arbitrary evaluation now; also reintroduce failed-memory-read visualization
|
2025-05-20 15:31:37 -07:00 |
|
Ryan Fleury
|
e6f53a39bb
|
old windows dpi awareness paths
|
2025-05-20 15:13:23 -07:00 |
|
Ryan Fleury
|
0eb37c527c
|
fix incorrect abort-on-0-rip condition in unwinder path; we can still have nonzero rsps and find valid frames.
|
2025-05-20 15:09:35 -07:00 |
|
Ryan Fleury
|
f7df65678f
|
fix incorrect bounds check in regrel32 frameproc grab
|
2025-05-20 15:05:05 -07:00 |
|
Ryan Fleury
|
206ec346cf
|
fix 2-byte utf decoding issues, fix utf8 lexing issues
|
2025-05-20 14:46:46 -07:00 |
|
Ryan Fleury
|
2f5082fb61
|
fix treatment of octal strings in try_u64/s64_from_str8_c_rules
|
2025-05-20 14:10:34 -07:00 |
|
Ryan Fleury
|
95dbba1144
|
debugging notes of programmatic data breakpoints
|
2025-05-20 13:18:15 -07:00 |
|
Ryan Fleury
|
a55c5b49aa
|
similarly adjust call stack cache timeout periods
|
2025-05-20 13:06:16 -07:00 |
|
Ryan Fleury
|
15459edc75
|
adjust wait timeout properties of ctrl process memory cache grab; don't wait forever to submit, don't wait if work was completed even if results bad, etc.
|
2025-05-20 13:03:58 -07:00 |
|
Ryan Fleury
|
d709724128
|
fix ctrl scope mal-usage
|
2025-05-20 11:15:55 -07:00 |
|
Ryan Fleury
|
7fc39a3d97
|
eliminate old debug engine unwind cache
|
2025-05-20 11:13:04 -07:00 |
|
Ryan Fleury
|
41ee0c83d4
|
notes; skip relativization path for stdout/stderr/stdin paths
|
2025-05-20 11:00:18 -07:00 |
|
Ryan Fleury
|
34df269c58
|
eliminate extra root id list placement in key nodes
|
2025-05-20 10:53:02 -07:00 |
|
Ryan Fleury
|
56b975a6b1
|
adjust async call stack querying API to guard against waiting in clearly-invalid cases (trying to wait for call stacks when running, for example); also eliminate logs
|
2025-05-20 10:36:44 -07:00 |
|
Ryan Fleury
|
b94535b20b
|
fix array-indexing in type evaluation mode
|
2025-05-19 22:22:47 -07:00 |
|
Ryan Fleury
|
7d274dd2f6
|
fix incorrect lens application condition in eval viz string iter
|
2025-05-19 22:09:52 -07:00 |
|
Ryan Fleury
|
7dc4399300
|
dead ctrl process memory cache elimination
|
2025-05-19 19:38:27 -07:00 |
|
Ryan Fleury
|
9ae0ee9a46
|
correctly use tab width px in new code slice fstrs measuring path
|
2025-05-19 19:21:06 -07:00 |
|
Ryan Fleury
|
54325828b2
|
absolutify target stdout/stderr/stdin paths based on working directory
|
2025-05-19 18:56:13 -07:00 |
|
Ryan Fleury
|
862e0ef882
|
fix lens expansions being treated like set expansions in eval viz string iter
|
2025-05-19 18:47:52 -07:00 |
|
Ryan Fleury
|
47d658daed
|
ensure rd frame depth is always computed correctly; eliminate incorrect frame scope (ctrl/di) usage - fix weird deadlocks!
|
2025-05-19 16:21:38 -07:00 |
|
Ryan Fleury
|
b9e3df4cae
|
pass over hash store layer / all users, to switch to explicit 64-bit root alloc/dealloc, and 128-bit ids, for a full 192-bit hs key
|
2025-05-19 14:52:28 -07:00 |
|
Ryan Fleury
|
8b4e2a099f
|
hash store root allocation/deallocation
|
2025-05-18 16:00:18 -07:00 |
|
Ryan Fleury
|
cb2f8aa766
|
sketch out 'root cache' in hash store
|
2025-05-18 15:46:50 -07:00 |
|
Ryan Fleury
|
90955ac2a8
|
fix incorrect lock type in hs key closing path
|
2025-05-18 15:24:56 -07:00 |
|
Ryan Fleury
|
342627ae3b
|
dead code deletion
|
2025-05-18 13:16:51 -07:00 |
|
Ryan Fleury
|
0a51de094d
|
switch to stripe-cv-based waiting mechanism on nonzero scope touches
|
2025-05-18 12:58:44 -07:00 |
|
Ryan Fleury
|
f99dd2a477
|
clean up search data commit on scope-hold mechanism
|
2025-05-17 13:33:43 -07:00 |
|