aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb (unfollow)
Commit message (Collapse)Author
2020-10-01Process: static get_executable_pathEgor Tensin
2020-09-20pdb::error: include function name in error messageEgor Tensin
2020-09-14add missing copyright headersEgor Tensin
2020-09-14unit_tests: more call stack testsEgor Tensin
2020-09-14DbgHelp: fix move ctorEgor Tensin
2020-03-24fix a bug where I failed to account for TCHARs, againEgor Tensin
2020-03-24switch to Boost.Nowide everywhereEgor Tensin
2020-03-24add Process classEgor Tensin
It's intended to be used for the future dump writing functionality, to generate a meaningful file name, etc. Also, add Boost.Nowide, which provides handy UTF-8 conversion functions. I'm not sure about this, but things indicate that it's about to be included in Boost.
2020-03-21CallStack: overhaul the APIEgor Tensin
2020-03-16DbgHelp: start fixing the APIEgor Tensin
2020-01-25mingw builds: lowercase header file namesEgor Tensin
2020-01-16SymbolInfo: get rid of a dangerous hackEgor Tensin
2020-01-16add call stack collection supportEgor Tensin
2020-01-15enum_symbols: support symbol mask using --maskEgor Tensin
2020-01-15DbgHelp: add more enum_* methodsEgor Tensin
2020-01-15split symbol.hppEgor Tensin
2020-01-15refactoringEgor Tensin
2020-01-15mingw builds: work around missing SymTagEnumEgor Tensin
2020-01-15mingw builds: implement proper unused parameter macroEgor Tensin
The UNREFERENCED_PARAMETER macro distributed with MinGW-w64 is stupid (`(x) = (x)`, really?)
2020-01-15mingw builds: get rid of #pragma warningEgor Tensin
2020-01-14fix SafeInt usageEgor Tensin
2020-01-14clang-format all the codeEgor Tensin
2017-08-06don't hash bitwise (because you know, padding)Egor Tensin
2017-06-01get rid of third-party warningsEgor Tensin
2017-05-22add line numbers to symbolsEgor Tensin
2017-05-20refactoringEgor Tensin
2017-05-20code styleEgor Tensin
2017-05-20code styleEgor Tensin
2017-05-20hardening & refactoringEgor Tensin
2017-05-20don't load the same PDB twiceEgor Tensin
2017-05-19hardeningEgor Tensin
2017-05-19hardening & refactoringEgor Tensin
My latest obsession is integer overflows.
2017-05-19refactoringEgor Tensin
2017-05-19add displacement to symbolsEgor Tensin