Ryan Fleury
|
44c6b6e4d5
|
do not duplicate function records for decls
|
2026-05-05 12:22:20 -07:00 |
|
Ryan Fleury
|
d9f7385f81
|
d2r2: fix file sequence map build to use correct source files
|
2026-05-05 12:13:07 -07:00 |
|
Ryan Fleury
|
1c8a10e0f7
|
rdi_make: fix path node lookup to respect root-level ..s
|
2026-05-05 11:47:26 -07:00 |
|
Ryan Fleury
|
26646299a1
|
rdi_make: preserve root-level ..s in interned path tree
|
2026-05-05 11:20:38 -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
|
1301165aeb
|
d2r2: disable llvm-dwarfdump-style line table logging
|
2026-05-05 10:50:47 -07:00 |
|
Ryan Fleury
|
384cf11eed
|
d2r2: fix line table register reset conditions in line table conversion
|
2026-05-05 10:49:33 -07:00 |
|
Ryan Fleury
|
fb04768002
|
d2r2: hook up scope containers to contained types / namespaces; fix address table parsing
|
2026-05-05 09:42:55 -07:00 |
|
Ryan Fleury
|
aee299efe7
|
d2r2: deduper fixes/simplification, first half of structured namespace support
|
2026-05-04 15:41:23 -07:00 |
|
Ryan Fleury
|
8f65f466f5
|
d2r2: expand tag deduplication to both namespaces and types; gather/deduplicate/convert namespaces
|
2026-05-04 13:14:13 -07:00 |
|
Ryan Fleury
|
7157e813a0
|
d2r2: fix line table build - correct program data size, correct special opcode application
|
2026-05-03 17:55:53 -07:00 |
|
Ryan Fleury
|
f2d80da2de
|
d2r2: remove markup
|
2026-05-03 11:25:56 -07:00 |
|
Ryan Fleury
|
e48c23db20
|
d2r2: don't descend children for childless subprograms!
|
2026-05-03 11:24:38 -07:00 |
|
Ryan Fleury
|
4f3d9c96b8
|
d2r2: when deduplicating types, ensure deterministic (hash -> .debug_info off) mapping, by minimizing the .debug_info off found for a particular type hash - in theory, this step should not be necessary, but there is a mistake / broken part of this theory, which was leading to non-deterministic type graphs in a very small # of cases, due to the same hash mapping to different .debug_info offsets across runs. in theory, the hash itself should take care of this, but there is likely something important missing. in either case, minimizing the .debug_info offset is very cheap, and guarantees we parse from a deterministic place no matter what the run looks like.
|
2026-05-02 20:25:33 -07:00 |
|
Ryan Fleury
|
f9eb25dbcb
|
d2r2: do unique type info gathering on a sub-unit granularity, so we can subdivide a unit across all lanes; sort unique type tag slots for determinism
|
2026-05-01 14:12:35 -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
|
0b26b1c83e
|
radbin: only dump eh frame data if found
|
2026-05-01 08:49:16 -07:00 |
|
Ryan Fleury
|
13fb24f253
|
fix incorrect function parameter type parsing (was causing quadratic parses of .debug_info, oops)
|
2026-05-01 08:42:48 -07:00 |
|
Ryan Fleury
|
0054935252
|
d2r2: fix scope voff miscount; pattern match trivial value-register locations -> simple kind; fix pre-dwarf5 file table parsing
|
2026-04-30 18:09:30 -07:00 |
|
Ryan Fleury
|
0e2b37ba32
|
dwarf: do not crash on unsupported codes; text: do not crash on arena releasing w/ zero hash (#766, #771?, #761)
|
2026-04-30 17:51:11 -07:00 |
|
Ryan Fleury
|
c83c1f3cfd
|
udt conversion
|
2026-04-29 16:27:58 -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
|
9a923e9bf9
|
d2r2: .debug_loclists parsing, DWARF expression -> RDI location info; first pass at baking frame base into var locations to match simpler PDB behavior; fixes to high-pc address evaluation (based on form kind)
|
2026-04-29 12:40:43 -07:00 |
|
Ryan Fleury
|
242f4e9cbd
|
d2r2: dwarf 5 .debug_rnglists, .debug_addr parsing / usage
|
2026-04-28 09:37:31 -07:00 |
|
Ryan Fleury
|
f5ec462438
|
d2r2: .debug_aranges parsing / unit conversion; .debug_ranges parsing
|
2026-04-28 08:57:59 -07:00 |
|
Ryan Fleury
|
f1a9fc5e3a
|
turn off new dwarf converter outputs temporarily
|
2026-04-27 18:14:29 -07:00 |
|
Ryan Fleury
|
c6b733de20
|
d2r2: finished first pass of type conversion; sketched out structure for symbol/unit conversion; plugged everything in
|
2026-04-27 16:07:07 -07:00 |
|
Ryan Fleury
|
ffa41c0a98
|
d2r2: adjustments to type deduper; sketch out topologically-sorted type building path
|
2026-04-27 12:02:27 -07:00 |
|
Ryan Fleury
|
be1095eccf
|
d2r2: type dedup content hashing cycle detection / handling; type dependency chain build
|
2026-04-25 09:40:49 -07:00 |
|
Ryan Fleury
|
9768321d08
|
fix build
|
2026-04-24 20:45:18 -07:00 |
|
Ryan Fleury
|
ad0d023c93
|
d2r2 type deduplication: further work on type content hashing; correct .debug_str_offsets handling; sketch out type dependency chain build
|
2026-04-24 20:34:20 -07:00 |
|
Ryan Fleury
|
35e00de05c
|
d2r2: cross-unit, cross-lane type deduplication
|
2026-04-24 20:34:20 -07:00 |
|
Ryan Fleury
|
ccb1cd8f4d
|
d2r2: built-in types, move rdi variadic type -> built-in
|
2026-04-23 18:54:01 -07:00 |
|
Ryan Fleury
|
44a1c9ca1b
|
d2r2: line sequence production / equipping to src files
|
2026-04-23 18:12:14 -07:00 |
|
Ryan Fleury
|
467e09178e
|
file -> seq list line seq chunk building
|
2026-04-23 16:10:26 -07:00 |
|
Ryan Fleury
|
611e46cda5
|
d2r2: fix missing sync; per-unit seq table
|
2026-04-23 15:40:31 -07:00 |
|
Ryan Fleury
|
2637f6abde
|
further line info conversion progress; fix missing sync
|
2026-04-23 15:30:55 -07:00 |
|
Ryan Fleury
|
602cf68980
|
fix builds
|
2026-04-23 14:45:13 -07:00 |
|
Ryan Fleury
|
2623141fd4
|
checkpoint on multi-lane / simplified dwarf parsing/conversion; fix incorrect assumption of relative in radbin
|
2026-04-23 14:25:50 -07:00 |
|
Ryan Fleury
|
6f624c10ad
|
fix dwarf conversion to account for new rdi changes
|
2026-04-23 12:30:45 -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
|
0e3c821e28
|
collapse ctrl/d bps
|
2026-04-22 14:31:08 -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
|
d2eb9628ba
|
test cases for ambiguous statics across many units; comments in exprs
|
2026-04-22 12:44:18 -07:00 |
|
Ryan Fleury
|
4815007ac1
|
use fully qualified type names in unpacked eval types - fixes namespaced type views
|
2026-04-22 09:09:41 -07:00 |
|
Ryan Fleury
|
21a150a181
|
turn off symbol-lookup highlighting following dot operators
|
2026-04-21 20:13:54 -07:00 |
|
Ryan Fleury
|
6f2b8540eb
|
store partially-qualified names in generated RDIs; adjust debugger to do fully-qualified lookups when appropriate
|
2026-04-21 19:36:38 -07:00 |
|
Ryan Fleury
|
fda0a9751b
|
equip namespace records with container info
|
2026-04-20 15:14:01 -07:00 |
|
Ryan Fleury
|
581c102bfd
|
sort deduplicated namespace map before producing namespaces
|
2026-04-20 14:43:03 -07:00 |
|
Ryan Fleury
|
5fb1ef4df9
|
fix global vmap baking determinism - eliminate dupes
|
2026-04-20 14:15:38 -07:00 |
|
Ryan Fleury
|
16ea060382
|
fix source of vmap baking determinism issue, + fix use-after-free from cross-lane scratch usage
|
2026-04-20 14:06:34 -07:00 |
|
Ryan Fleury
|
e8e9ad204a
|
further pdb namespaces progress; fix compile-only output for /o MSVC deprecation
|
2026-04-20 13:53:50 -07:00 |
|
Ryan Fleury
|
e4bd6d5029
|
revert commit that deleted container-from-procedure APIs for whatever reason
|
2026-04-20 11:35:04 -07:00 |
|
Ryan Fleury
|
01682dee07
|
bump to 26
|
2026-04-20 11:12:25 -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
|
ee2dcbee48
|
fix idx shadowing lookup bug in rdim_bake_name_map_insert
|
2026-04-20 09:57:34 -07:00 |
|
Ryan Fleury
|
03d1575c85
|
non-scope, non-type namespace gathering / gathering from pdb & baking & dumping
|
2026-04-20 09:57:34 -07:00 |
|
Ryan Fleury
|
5e81f124dc
|
debug constant data evaluation spaces -> read from rdi data directly
|
2026-04-20 09:57:33 -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
|
2bf57c065a
|
new location info format dumping
|
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
|
bec7e630ba
|
fix duplicate nil local, equip locals with their scopes as symbol containers
|
2026-04-20 09:57:32 -07:00 |
|
Ryan Fleury
|
e281528d57
|
rdi pass checkpoint: rdi baking; scope-organized locals gathering / sorting / organizing; plug into serialization path
|
2026-04-20 09:57:32 -07:00 |
|
Ryan Fleury
|
290590b885
|
extend udts w/ container info
|
2026-04-20 09:57:32 -07:00 |
|
Ryan Fleury
|
e6d28d40e2
|
start plugging in new rdi symbols to dumper
|
2026-04-20 09:57:31 -07:00 |
|
Ryan Fleury
|
2218649801
|
fix busted section codes
|
2026-04-20 09:57:31 -07:00 |
|
Ryan Fleury
|
b1e6948576
|
rdi: extend per-unit info with symbol ranges; build into baker
|
2026-04-20 09:57:31 -07:00 |
|
Ryan Fleury
|
57e4b69e64
|
adjust rdi make to keep per-unit info organization - flatten / join in baker, to ensure unit-sorted order
|
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 |
|
Ryan Fleury
|
abb0199936
|
checkpoint on new local baking
|
2026-04-20 09:57:31 -07:00 |
|
Ryan Fleury
|
d68e19db8b
|
finish almost all new baking for new symbols/location-info, just missing locals
|
2026-04-20 09:57:30 -07:00 |
|
Ryan Fleury
|
a190051d61
|
checkpoint on new symbol serialization
|
2026-04-20 09:57:30 -07:00 |
|
Ryan Fleury
|
cff7a786b3
|
fold voffs/toffs/constants into location case list, plug into converters
|
2026-04-20 09:57:30 -07:00 |
|
Ryan Fleury
|
4ea7f86d92
|
checkpoint on new simplified location info baking. plug in constant data baking, bytecode baking
|
2026-04-20 09:57:30 -07:00 |
|
Ryan Fleury
|
4db9a47d46
|
new packed location constructions; namespace container baking; feed procedures/constants into new symbol baking path
|
2026-04-20 09:57:30 -07:00 |
|
Ryan Fleury
|
131d14907e
|
first pass at new unified & tighter symbol location info baking
|
2026-04-20 09:57:30 -07:00 |
|
Ryan Fleury
|
911e8c135e
|
new location info baking layout computation - symbol-inlined locations in most cases, + indirected to set elements / bytecode / constant data as needed
|
2026-04-20 09:57:30 -07:00 |
|
Ryan Fleury
|
424549b562
|
sketch out new location representation
|
2026-04-20 09:57:30 -07:00 |
|
Ryan Fleury
|
eff693244b
|
sketch out first part of new unified symbol table baking pass, sketch out new simplified sections
|
2026-04-20 09:57:29 -07:00 |
|
Ryan Fleury
|
dae90f0053
|
changelog
|
2026-04-15 12:54:30 -07:00 |
|
Ryan Fleury
|
3bef72f09f
|
changelog work
|
2026-04-15 12:43:52 -07:00 |
|
Ryan Fleury
|
471abb99ca
|
fix ood readmeg
|
2026-04-15 12:30:21 -07:00 |
|
Ryan Fleury
|
8513ef8a4f
|
pdb -> rdi conversion: be robust to zero itypes in function type parameter lists. was causing, in some cases, local variables to be incorrectly interpreted as parameters, because there was a (nonexistent) parameter to the function recorded in the type info.
|
2026-04-15 12:28:42 -07:00 |
|
Ryan Fleury
|
6a36382690
|
eval: remove incorrect truncate ops
|
2026-04-15 12:07:14 -07:00 |
|
Ryan Fleury
|
7106265a14
|
fix duplicate downstream marks of text artifacts; use cancel signal in text processing
|
2026-04-14 20:10:14 -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 |
|