summaryrefslogtreecommitdiff
path: root/rust/examples/pdb-ng/src
AgeCommit message (Expand)Author
2025-01-25Rust refactorMason Reed
2024-11-12Fix misc warning in rust examplesMason Reed
2024-11-11Add actual logger api to rustMason Reed
2024-11-04Remove ability to panic on pre-initialized logger in rustMason Reed
2024-09-25Respect resource settings for network.pdbAutoDownloadJosh Ferrell
2024-09-19Add additional testing and handling for object settings.Brian Potchik
2024-07-26Add `VariableSourceType` type aliasMichael Krasnitski
2024-07-09Fix rust warningJosh Ferrell
2024-06-13Apply stack variables from DWARFJosh Ferrell
2024-06-10Large PDB parsing performance improvementsJosh Ferrell
2024-06-04PDB: Skip all the HEAD requests and just go straight to GETGlenn Smith
2024-06-04PDB: Server list should not be sortedGlenn Smith
2024-06-04PDB: Setting to control use of interaction apiGlenn Smith
2024-06-04PDB: Option to disable parsing symbolsGlenn Smith
2024-06-04PDB: Fix "found X types" messageGlenn Smith
2024-06-04PDB: Ignore the formal vtable types (array of void function pointers)Glenn Smith
2024-06-04PDB: Prefer private symbols to publicGlenn Smith
2024-06-04PDB: Fix confidence on demangled symbolsGlenn Smith
2024-06-04PDB: Swap hashmap -> btreemap for determinismGlenn Smith
2024-04-22Public release of PDB parser pluginGlenn Smith