aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Collapse)AuthorAge
* move _address functions to winapi::addressEgor Tensin2021-05-29
|
* rename class Repo to PostMortemEgor Tensin2021-05-29
|
* namespace pdb -> namespace winapiEgor Tensin2021-05-29
|
* include/pdb/ -> include/winapi/debug/Egor Tensin2021-05-29
|
* export Process to winapi-commonEgor Tensin2021-05-16
|
* export pdb::file to winapi-common's FileEgor Tensin2021-05-16
|
* use error reporting from winapi-commonEgor Tensin2021-05-15
|
* rename the projectEgor Tensin2021-05-15
|
* switch from Boost.Nowide to winapi-utf8Egor Tensin2021-05-15
|
* get rid of SafeIntEgor Tensin2021-05-15
|
* Process: static get_executable_pathEgor Tensin2020-10-01
|
* pdb::error: include function name in error messageEgor Tensin2020-09-20
|
* pdb::file: use wide WinAPIEgor Tensin2020-09-19
|
* add missing copyright headersEgor Tensin2020-09-14
|
* DbgHelp: fix move ctorEgor Tensin2020-09-14
|
* clang-format: regroup #includesEgor Tensin2020-09-14
|
* add some unit testsEgor Tensin2020-03-27
|
* 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: workaround incorrect SymLoadModule64Egor Tensin2020-01-15
|
* mingw builds: get rid of #pragma warningEgor Tensin2020-01-15
|
* fix SafeInt usageEgor Tensin2020-01-14
|
* clang-format all the codeEgor Tensin2020-01-14
|
* update exception messageEgor Tensin2017-08-07
|
* 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
|
* i have no idea how this compiledEgor Tensin2017-05-20
|
* hardening & refactoringEgor Tensin2017-05-20
|
* don't load the same PDB twiceEgor Tensin2017-05-20
|
* don't load multiple PDBs with the same baseEgor 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