Ryan Fleury
|
bb2900c2b7
|
memory view: globals & procedures annotations, changed & bad visualization
|
2025-06-08 16:26:57 -07:00 |
|
Ryan Fleury
|
c3f4c758b4
|
notes
|
2025-06-06 15:43:09 -07:00 |
|
Ryan Fleury
|
4057e00fa1
|
further memory view fixes / tweaks; rich hover coverage for virtual address ranges in memory views / watch views
|
2025-06-06 14:57:46 -07:00 |
|
Ryan Fleury
|
2d9929452c
|
memory view go-to-address / cursor/mark tracking fixes
|
2025-06-06 12:09:07 -07:00 |
|
Ryan Fleury
|
60d88ac446
|
fix missing increment in eval token chunk list -> token array
|
2025-06-06 09:53:44 -07:00 |
|
Ryan Fleury
|
c282e7d4be
|
command outputs; ipc command output reception & writing to stdout
|
2025-06-05 16:08:53 -07:00 |
|
Ryan Fleury
|
3d7bfb41b8
|
pull aside project registration in user, pull aside last-opened-user setting, trigger on save user/project, as well as open.
|
2025-06-05 13:16:35 -07:00 |
|
Ryan Fleury
|
a73cda80e7
|
adjust find-code-location path to account for many windows; always snap in obviously-correct cases (e.g. window has the source code focused), fall back to other rules, mask off extra snaps when snap destination is found by earlier passes.
|
2025-06-05 12:55:48 -07:00 |
|
Ryan Fleury
|
3e1bc21f95
|
p2r: hoist comp unit contributions bucketing out from per-unit path
|
2025-06-04 13:23:56 -07:00 |
|
Ryan Fleury
|
0512b61d95
|
p2r: wide/async per-unit src file gather/dedup; wide/async line (& inline) table conversion
|
2025-06-03 17:10:36 -07:00 |
|
Ryan Fleury
|
ad0ead92c3
|
fix bad parent eval inheritance in raddbg_pin ui build
|
2025-06-03 14:28:17 -07:00 |
|
Ryan Fleury
|
00fd597658
|
fix ptr/ref coverage in expansions
|
2025-06-03 13:55:37 -07:00 |
|
Ryan Fleury
|
b57deebd03
|
another pass over ctrl process memory cache lookup, prevent another deadlock case
|
2025-06-03 12:06:02 -07:00 |
|
Ryan Fleury
|
594594ec72
|
adjust ctrl memory cache committing condition to be more robust to bad regions. otherwise we were flooding new request to repeatedly recopy from the client, when we effectively already knew it would never be valid.
|
2025-06-02 15:28:26 -07:00 |
|
Ryan Fleury
|
44280f3dd0
|
fix bad wait condition in ctrl memory cache accessing
|
2025-06-02 14:45:52 -07:00 |
|
Ryan Fleury
|
94b969f203
|
copyright year
|
2025-06-02 14:13:57 -07:00 |
|
Ryan Fleury
|
cff99f5431
|
oops, fix very bad mistake, using part of HS roots that don't exist!
|
2025-06-02 14:00:47 -07:00 |
|
Ryan Fleury
|
becb61f00d
|
many-thread-stepping test in mule, adjust call stack thread name decoration limit, now that call stack computation is async; tweak ctrl process memory cache lookup exit condition to be more robust to failed-read cases
|
2025-06-02 11:59:49 -07:00 |
|
Ryan Fleury
|
e83c74db29
|
more ue type view coverage
|
2025-05-29 18:20:43 -07:00 |
|
Ryan Fleury
|
af4972a333
|
all constants evaluation; constant autocompletion; constant name string baking fix
|
2025-05-29 17:50:35 -07:00 |
|
Ryan Fleury
|
6322427171
|
qualify constant names by containing type, if applicable; otherwise we get tons of duplicate constant names...
|
2025-05-29 17:36:41 -07:00 |
|
Ryan Fleury
|
a111c21972
|
fix constant evaluation
|
2025-05-29 17:12:44 -07:00 |
|
Ryan Fleury
|
858f3866d4
|
fix name map kind name lookup build
|
2025-05-29 17:05:51 -07:00 |
|
Ryan Fleury
|
770fbe9459
|
constant evaluation
|
2025-05-29 17:04:01 -07:00 |
|
Ryan Fleury
|
89cc73eca6
|
constant name map
|
2025-05-29 16:57:08 -07:00 |
|
Ryan Fleury
|
ae139fea05
|
raddump constants
|
2025-05-29 16:51:40 -07:00 |
|
Ryan Fleury
|
bf5ac0d3e8
|
fill out constants in symbol stream conversion
|
2025-05-29 16:43:22 -07:00 |
|
Ryan Fleury
|
3513d6cfb9
|
first pass at rdi format constant value support
|
2025-05-29 16:37:36 -07:00 |
|
Ryan Fleury
|
a53ccee46d
|
more ue type view coverage
|
2025-05-29 13:55:52 -07:00 |
|
Ryan Fleury
|
477e2b19da
|
fix preservation of ir tree chain w/ multiple composing type views
|
2025-05-29 13:40:46 -07:00 |
|
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 |
|