raddbgi_from_pdb: complete initial parallelization pass over string map building, joining, & sorting

This commit is contained in:
Ryan Fleury
2024-03-04 11:02:48 -08:00
parent 0ad795ba4c
commit 778f4eb08d
5 changed files with 169 additions and 56 deletions
+7 -1
View File
@@ -49,7 +49,11 @@
////////////////////////////////
//~ rjf: Hot, High Priority Tasks (Complete Unusability, Crashes, Fire-Worthy)
//
// [ ] DBGI layer is case-sensitive even on case-insensitive systems
// [ ] raddbg jai.exe my_file.jai -- foobar -> raddbg consumes `--` incorrectly
// [ ] PDB files distributed with the build are not found by DbgHelp!!!
// [ ] Jai compiler debugging crash
// [ ] raddbgi file regeneration too strict
//
// [ ] Jump table thunks, on code w/o /INCREMENTAL:NO
//
// [ ] ** Thread/process control bullet-proofing, including solo-step mode
@@ -73,6 +77,8 @@
// [ ] disasm animation & go-to-address
//
// [ ] visualize remapped files (via path map)
//
// [x] DBGI layer is case-sensitive even on case-insensitive systems
////////////////////////////////
//~ rjf: Hot, Medium Priority Tasks (Low-Hanging-Fruit Features, UI Jank, Cleanup)