Ryan Fleury
|
52da228efe
|
artifact_cache: fix leak of old-generation artifacts, when those artifacts are replaced by newer generation computations. artifacts can opaquely hold things like arena pointers, and so when we replace them in the cache, we need to respect the lookup api's provision of create/destroy hooks for the cache, such that the artifacts can be released correctly (using the destroy hook) before being replaced. this is separate from regular eviction.
|
2026-05-11 11:49:15 -07:00 |
|
Ryan Fleury
|
a16716eff7
|
d2r2: fix missing function types on functions returning void
|
2026-05-09 12:38:08 -07:00 |
|
Ryan Fleury
|
d59d6a21f0
|
d2r2: do not duplicate line records, were being generated by columnar changes, but these are not currently supported by the debugger
|
2026-05-09 12:18:05 -07:00 |
|
Ryan Fleury
|
2f6d0f9aaa
|
os -> wm; *_w32_ -> w32_*_, *_lnx_ -> lnx_*_
|
2026-05-08 21:17:21 -07:00 |
|
Ryan Fleury
|
9a7782de47
|
re-slice linux/win32 backends, top-level folder is backend (demon/win32 -> win32/demon, etc.); os_gfx -> window_manager; fix linux / opengl builds for new apis/types
|
2026-05-08 15:21:22 -07:00 |
|
Ryan Fleury
|
aea4a4ff9d
|
eliminate os_core, move into base; eliminate regs, move into arch abstraction layer, define x64 regs in x64 layer; move win32 backend for os core (now base) functionality to top-level win32 layer
|
2026-05-08 15:21:21 -07:00 |
|
Ryan Fleury
|
774e8e1305
|
notes
|
2026-05-05 12:57:04 -07:00 |
|
Ryan Fleury
|
44c6b6e4d5
|
do not duplicate function records for decls
|
2026-05-05 12:22:20 -07:00 |
|
Ryan Fleury
|
5f8e0a5aa9
|
rd: fix possible-overrides-from-file-path path to correctly use path styles
|
2026-05-05 11:00:08 -07:00 |
|
Ryan Fleury
|
6e376e5615
|
rd: fix file path mapping to correctly use destination path's style in constructing mapped paths
|
2026-05-05 10:57:46 -07:00 |
|
Ryan Fleury
|
0b5e827f6c
|
rd: prioritize fastpath for non-unwound register reads; d2r2: prepass to find all top-level tag trees, subdivide unit work on a root-level tag tree basis
|
2026-05-01 12:34:35 -07:00 |
|
Ryan Fleury
|
230b004742
|
d2r2: function type info; fix reg+off location info for signed offsets, function type deduplicating / construction / referencing, etc.
|
2026-04-29 15:50:31 -07:00 |
|
Ryan Fleury
|
602cf68980
|
fix builds
|
2026-04-23 14:45:13 -07:00 |
|
Ryan Fleury
|
684eeda139
|
setting to turn off transient tab spawns
|
2026-04-22 20:15:36 -07:00 |
|
Ryan Fleury
|
3c214cfbb5
|
views autocompletion; view doc coverage
|
2026-04-22 19:57:08 -07:00 |
|
Ryan Fleury
|
a027a0ea16
|
use fully qualified symbol names when doing dbg info searches & when producing strings in debug info table evals
|
2026-04-22 16:24:23 -07:00 |
|
Ryan Fleury
|
0d3539d707
|
highlighting for views; view doc / autocompletion coverage
|
2026-04-22 16:09:32 -07:00 |
|
Ryan Fleury
|
2eb0b8b233
|
ctrl -> d
|
2026-04-22 14:53:37 -07:00 |
|
Ryan Fleury
|
0d8a6a4d3a
|
ctrl -> d type pass
|
2026-04-22 13:37:00 -07:00 |
|
Ryan Fleury
|
a90fbc844b
|
merge ctrl_init / d_init
|
2026-04-22 12:56:15 -07:00 |
|
Ryan Fleury
|
2388db3998
|
fold ctrl layer into dbg engine - no benefit to disallowing dependence on debug engine types inside of ctrl, and it has been causing unnecessary barriers for eventual eval magic.
|
2026-04-22 12:44:18 -07:00 |
|
Ryan Fleury
|
21a150a181
|
turn off symbol-lookup highlighting following dot operators
|
2026-04-21 20:13:54 -07:00 |
|
Ryan Fleury
|
bc43fe9b31
|
only enable cursor trails if not click+dragging; redundant animation in that case
|
2026-04-20 10:22:56 -07:00 |
|
Ryan Fleury
|
897ffc6b69
|
file path evaluation activation in watch windows -> switch to file
|
2026-04-20 09:57:34 -07:00 |
|
Ryan Fleury
|
7a59548d5b
|
remove 'Symbols' from section titles, now that old sections are gone
|
2026-04-20 09:57:33 -07:00 |
|
Ryan Fleury
|
881e19c842
|
get debugger onto new location info & symbol format
|
2026-04-20 09:57:33 -07:00 |
|
Ryan Fleury
|
6764e1281e
|
setting for preferring displaying pointer addresses before contents
|
2026-04-20 09:57:32 -07:00 |
|
Ryan Fleury
|
7383cdc5ae
|
fix dumper for new symbols/locations format; produce dummy global unit for global stream pdb info - avoid stomping on 0 unit; fix stomping of location info, from missing lane sync
|
2026-04-20 09:57:32 -07:00 |
|
Ryan Fleury
|
2218649801
|
fix busted section codes
|
2026-04-20 09:57:31 -07:00 |
|
Ryan Fleury
|
b7644a1d34
|
notes
|
2026-04-20 09:57:31 -07:00 |
|
Ryan Fleury
|
a1978d9fe9
|
sketch out more locals baking stuff, + notes for unit-arrangement pass
|
2026-04-20 09:57:31 -07:00 |
|
Nikita Smith
|
e1ab7f4955
|
GSI parser discarded last symbol in the chain
|
2026-04-16 16:46:00 -07:00 |
|
Ryan Fleury
|
471abb99ca
|
fix ood readmeg
|
2026-04-15 12:30:21 -07:00 |
|
Ryan Fleury
|
0a10e855a5
|
memory view fixes, changelog, notes
|
2026-04-14 19:52:10 -07:00 |
|
Ryan Fleury
|
3161fda982
|
further memory view work: tighter byte context viz, fix missing callstack frames, fix zooming, struct member annotations
|
2026-04-14 15:35:12 -07:00 |
|
Ryan Fleury
|
ee6d9b3a32
|
fix bad auto column calculating in min edge case
|
2026-04-13 14:52:09 -07:00 |
|
Ryan Fleury
|
21eb134f24
|
formalized addr bar in memory view, complete first pass of memory view peek types, various fixes
|
2026-04-13 14:39:31 -07:00 |
|
Ryan Fleury
|
686b64c357
|
start work on more sophisticated memory type interpretation capabilities in memory view
|
2026-04-09 16:24:28 -07:00 |
|
Ryan Fleury
|
5f5120144b
|
memory copy/paste
|
2026-04-09 12:08:35 -07:00 |
|
Ryan Fleury
|
9aa63bc86c
|
checkpoint on memory view improvements; bugfixes, improved visualizations, & mutation controls
|
2026-04-09 11:07:00 -07:00 |
|
Ryan Fleury
|
5bc791566b
|
go to selected thread in ctx menus
|
2026-04-08 13:44:55 -07:00 |
|
Ryan Fleury
|
e9a142b536
|
fix eval commit rules for strings; do not treat inputs as textual data when committing to pointers unless contents are quoted - fixes inability to change string pointer values
|
2026-04-08 13:44:55 -07:00 |
|
Ryan Fleury
|
77afc94cee
|
correctly apply lens type flags in shorthand chained exprs (fixes foo,x
hex inheriatnce)
|
2026-04-07 17:37:10 -06:00 |
|
Ryan Fleury
|
fee9f9a2c3
|
when resolving irtrees to values, promote register spaces -> containing process space; fixes pointer casts to register values
|
2026-04-07 17:16:56 -06:00 |
|
Ryan Fleury
|
960f439a59
|
notes
|
2026-04-07 15:26:43 -06:00 |
|
Ryan Fleury
|
7021d6056a
|
use project name in window titles
|
2026-03-29 12:07:27 -07:00 |
|
Ryan Fleury
|
a768f398cf
|
single-press-to-activate in text right-click commands menu
|
2026-03-29 11:46:24 -07:00 |
|
Ryan Fleury
|
8c7b3d7356
|
project names, remove loaded user viz from top bar (only project is relevant in 99% of cases), clean up loaded project viz
|
2026-03-29 09:49:20 -07:00 |
|
Ryan Fleury
|
953f58fd44
|
notes for next RDI pass to support namespacing, support scope-based lookups for local-statics, support fully-qualified namespace name resolution, & simplify/merge RDI variable symbol types, & reduce a lot of size in RDIs!
|
2026-03-04 15:35:57 -08:00 |
|
Nikita Smith
|
20d3fa4ddb
|
normalize paths with inconsistent slashes
|
2026-02-20 22:08:26 -08:00 |
|