do some more fine tuning of symbol id hash functions used in pdb -> raddbg path; also eliminate unnecessary per-type work

This commit is contained in:
Ryan Fleury
2024-02-10 18:25:47 -08:00
parent c81ee6d9bc
commit e7897f302f
3 changed files with 61 additions and 47 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ commands =
},
.rjf_f2 =
{
.win = "build raddbg_from_pdb telemetry",
.win = "build raddbg_from_pdb telemetry release",
.linux = "",
.out = "*compilation*",
.footer_panel = true,
@@ -74,7 +74,7 @@ commands =
},
.rjf_f4 =
{
.win = "build raddbg_from_pdb telemetry && pushd build && raddbg_from_pdb.exe --exe:raddbg.exe --pdb:raddbg.pdb --out:raddbg.raddbg --capture && popd",
.win = "build raddbg_from_pdb && pushd build && raddbg_from_pdb.exe --exe:raddbg.exe --pdb:raddbg.pdb --out:raddbg.raddbg --dump:table_diagnostics && popd",
.linux = "",
.out = "*compilation*",
.footer_panel = true,