aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pdb (follow)
Commit message (Collapse)AuthorAge
* Process: static get_executable_pathEgor Tensin2020-10-01
|
* pdb::error: include function name in error messageEgor Tensin2020-09-20
|
* add missing copyright headersEgor Tensin2020-09-14
|
* unit_tests: more call stack testsEgor Tensin2020-09-14
|
* DbgHelp: fix move ctorEgor Tensin2020-09-14
|
* fix a bug where I failed to account for TCHARs, againEgor Tensin2020-03-24
|
* switch to Boost.Nowide everywhereEgor Tensin2020-03-24
|
* add Process classEgor Tensin2020-03-24
| | | | | | | | | 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.
* CallStack: overhaul the APIEgor Tensin2020-03-21
|
* DbgHelp: start fixing the APIEgor Tensin2020-03-16
|
* mingw builds: lowercase header file namesEgor Tensin2020-01-25
|
* SymbolInfo: get rid of a dangerous hackEgor Tensin2020-01-16
|
* add call stack collection supportEgor Tensin2020-01-16
|
* enum_symbols: support symbol mask using --maskEgor Tensin2020-01-15
|
* DbgHelp: add more enum_* methodsEgor Tensin2020-01-15
|
* split symbol.hppEgor Tensin2020-01-15
|
* refactoringEgor Tensin2020-01-15
|
* mingw builds: work around missing SymTagEnumEgor Tensin2020-01-15
|
* mingw builds: implement proper unused parameter macroEgor Tensin2020-01-15
| | | | | The UNREFERENCED_PARAMETER macro distributed with MinGW-w64 is stupid (`(x) = (x)`, really?)
* mingw builds: get rid of #pragma warningEgor Tensin2020-01-15
|
* fix SafeInt usageEgor Tensin2020-01-14
|
* clang-format all the codeEgor Tensin2020-01-14
|
* don't hash bitwise (because you know, padding)Egor Tensin2017-08-06
|
* get rid of third-party warningsEgor Tensin2017-06-01
|
* add line numbers to symbolsEgor Tensin2017-05-22
|
* refactoringEgor Tensin2017-05-20
|
* code styleEgor Tensin2017-05-20
|
* code styleEgor Tensin2017-05-20
|
* hardening & refactoringEgor Tensin2017-05-20
|
* don't load the same PDB twiceEgor Tensin2017-05-20
|
* hardeningEgor Tensin2017-05-19
|
* hardening & refactoringEgor Tensin2017-05-19
| | | | My latest obsession is integer overflows.
* refactoringEgor Tensin2017-05-19
|
* add displacement to symbolsEgor Tensin2017-05-19
|
* initial commitEgor Tensin2017-05-17