Ryan Fleury
ed6afcb180
checkpoint on rdi_from_dwarf pass, start addressing O(N lg N) hashing problem for type content, use sibling tags, etc.; remove test inputs from data/, just rely on local folder (filled via data server)
2026-06-21 15:53:38 -07:00
Ryan Fleury
d3d35e40d7
rdi_from_dwarf: use sibling tags to advance in hash path too - set up for deduplicating hash work
2026-06-19 20:53:01 -07:00
Nikita Smith and Ryan Fleury
4f899ac678
update memfun
2026-06-19 20:12:27 -07:00
Nikita Smith and Ryan Fleury
05a024ddb3
remove /RAD_ALT_PCH_DIR
...
* Instead of matching on file path in LF_PRECOMP, loop over the objects
with .debug$P and probe leaves at the index specified in LF_PRECOMP.
If signatures match, use the PCH.
* Demote LNK_Error_PrecompObjNotFound to a recoverable error.
2026-06-19 20:12:27 -07:00
Nikita Smith and Ryan Fleury
9b63131f37
ditch semaphores in thread pool in favor of barriers
2026-06-19 20:12:26 -07:00
Nikita Smith and Ryan Fleury
6ea9bfc5a3
fix tail comparisons
2026-06-19 20:12:25 -07:00
Nikita Smith and Ryan Fleury
c81c072018
includes for rdi_from_codeview
2026-06-19 20:12:25 -07:00
Nikita Smith and Ryan Fleury
3534100e8d
lazy touch obj string tables
2026-06-19 20:12:24 -07:00
Nikita Smith and Ryan Fleury
9616307503
add extra node to the symbol ref for better insertion per
2026-06-19 20:12:24 -07:00
Nikita Smith and Ryan Fleury
871f94a202
use vectorized memory functions in the base strings
2026-06-19 20:12:23 -07:00
Nikita Smith and Ryan Fleury
ba32d7fdec
use CL driver when compiling with clang on windows to simplify compile and link lines
2026-06-19 20:12:22 -07:00
Nikita Smith and Ryan Fleury
8ef58def99
update torture
...
* factor test registration logic out of the macro to improve debuggability
* expand the test registration logic
* rename group -> layer for consistency
* fix indentation in the slow tests summary
2026-06-19 20:12:22 -07:00
Ryan Fleury
0d62c49c52
only rewrite stdout/stderr/etc. if passed cli specifically
2026-06-19 20:12:21 -07:00
Ryan Fleury
fe2aa4d14c
com shim for launching raddbg in cli mode, for proper console subsystem style usage of packaged bin utilities; checkpoint on eval2
2026-06-19 20:12:20 -07:00
Ryan Fleury
3fd7b40f4d
remove 'global stream' specialities in codeview -> rdi conversion; just have the caller pass all units, and in the case of pdb conversion, we simply make a global unit at that layer.
2026-06-19 20:12:20 -07:00
Ryan Fleury
15601d48d4
rdi_from_dwarf: use sibling tag attributes to gather root-level tag offsets when present - 15x speedup in the gather on webkit DWARFs...
2026-06-19 20:11:50 -07:00
Ryan Fleury
9f82a6fe91
fix flipped interpretation of scope address ranges in dwarf - address class implies opl, not size
2026-06-19 12:41:17 -07:00
Ryan Fleury
3b22b1f13e
fix incorrect work happening w/ subsets turned off for psym generation
2026-06-19 12:37:43 -07:00
Ryan Fleury
66bca76edd
delete non-codeview-backed pdb conversion path, switch over to codeview conversion totally
2026-06-18 08:59:51 -07:00
Ryan Fleury
a441a5eef3
plug in codeview-conversion-backed pdb converison
2026-06-18 08:54:41 -07:00
Ryan Fleury
d56cd83cac
sketch out revised pdb conversion path which just uses the codeview conversion pass
2026-06-18 08:24:02 -07:00
Ryan Fleury
c411895db5
sketch out & get building rdi_from_codeview, extract ~90% of pdb conversion into only working given codeview info *or* something the linker could produce
2026-06-18 08:04:32 -07:00
Ryan Fleury
3aad389174
notes
2026-06-17 19:30:08 -07:00
Ryan Fleury
cc75260946
checkpoint on eval2; type graph operations, parsing, etc.
2026-06-17 17:38:09 -07:00
Ryan Fleury
11b3f25842
checkpoint on eval2
2026-06-16 17:56:48 -07:00
Nikita Smith
b8bad9a82e
range helper that computes max part from min+size
2026-06-16 17:22:53 -07:00
Nikita Smith
267b8fc519
missing count in the range list concat
2026-06-16 17:22:52 -07:00
Nikita Smith
956df5527a
switch type server from PDB to a custom file format (RRT)
2026-06-16 17:22:50 -07:00
Ryan Fleury
00da627293
checkpoint on eval2 compiler; setting to disable update checking; cache version check to once per day so that we do not send a lot of extra GH requests every time the debugger starts
2026-06-16 14:30:13 -07:00
Ryan Fleury
bcdc6acd0e
checkpoint on eval2 parse
2026-06-16 12:29:03 -06:00
Ryan Fleury
eb87cb053e
fix bad sub register block address calculation!!!
2026-06-14 20:20:52 -07:00
Ryan Fleury
7f985b35f3
only do session-start logic once per tick!
2026-06-13 20:22:37 -07:00
Ryan Fleury
d9efc61b66
just dump file name in raddbg state dump; commit to exemplars; keep exemplars more context-free
2026-06-13 11:21:42 -07:00
Ryan Fleury
6a2aa95ea3
okay, *now* bump to 28
2026-06-13 06:38:03 -07:00
Nikita Smith and Ryan Fleury
c030488814
fallback on PCH signature when file path match fails
2026-06-13 06:20:40 -07:00
Ryan Fleury
6ca7f162aa
shift temporarily to 27
2026-06-13 06:17:55 -07:00
Nikita Smith and Ryan Fleury
c6a4e4c02b
skip broken tests
2026-06-12 15:34:30 -07:00
Nikita Smith and Ryan Fleury
41e6470d28
fix radbin launch in p2r determinism test
2026-06-12 15:34:29 -07:00
Ryan Fleury
58c17c2bc3
fix bad rdi opcode tables!
2026-06-12 15:30:30 -07:00
Ryan Fleury
083a843bf7
bump to 28
2026-06-12 14:10:20 -07:00
Ryan Fleury
d83f1fad1a
turn off eval2 for now
2026-06-12 14:10:20 -07:00
Nikita Smith
7d8aa18e4d
make debug hash section tests error number agnostic
2026-06-12 13:54:29 -07:00
Ryan Fleury
2b20760386
checkpoint on revised eval system; first pass on interpretation; eliminating all callbacks / eval involvement in contexts/spaces/identifier-resolution/etc.
2026-06-12 13:50:28 -07:00
Nikita Smith
ac0c7d9441
on checkout do git LFS in github actions
2026-06-12 13:35:10 -07:00
Nikita Smith
7ad422f8ad
make run_tests.sh executable
2026-06-12 13:21:31 -07:00
Nikita Smith
2a5070bb87
update change log
2026-06-12 13:17:21 -07:00
Nikita Smith
ac8c3e7a2d
do not emit relocation for empty resource entry
2026-06-12 12:05:45 -07:00
Nikita Smith
3f6d5df899
apply merge fixes
2026-06-12 11:53:15 -07:00
Nikita Smith
9ce6b9504b
centralize section header reads and writes
2026-06-12 11:40:03 -07:00
Nikita Smith
42cf820972
cache for section flags
...
modifying the section flags is expensive with COW file mappings, Windows
maps are set to 64k granularity
2026-06-12 11:40:02 -07:00