Commit message (Collapse) | Author | ||
---|---|---|---|
2021-05-15 | get rid of SafeInt | Egor Tensin | |
2020-10-01 | Process: static get_executable_path | Egor Tensin | |
2020-09-20 | pdb::error: include function name in error message | Egor Tensin | |
2020-09-14 | add missing copyright headers | Egor Tensin | |
2020-09-14 | unit_tests: more call stack tests | Egor Tensin | |
2020-09-14 | DbgHelp: fix move ctor | Egor Tensin | |
2020-03-24 | fix a bug where I failed to account for TCHARs, again | Egor Tensin | |
2020-03-24 | switch to Boost.Nowide everywhere | Egor Tensin | |
2020-03-24 | add Process class | Egor 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-21 | CallStack: overhaul the API | Egor Tensin | |
2020-03-16 | DbgHelp: start fixing the API | Egor Tensin | |
2020-01-25 | mingw builds: lowercase header file names | Egor Tensin | |
2020-01-16 | SymbolInfo: get rid of a dangerous hack | Egor Tensin | |
2020-01-16 | add call stack collection support | Egor Tensin | |
2020-01-15 | enum_symbols: support symbol mask using --mask | Egor Tensin | |
2020-01-15 | DbgHelp: add more enum_* methods | Egor Tensin | |
2020-01-15 | split symbol.hpp | Egor Tensin | |
2020-01-15 | refactoring | Egor Tensin | |
2020-01-15 | mingw builds: work around missing SymTagEnum | Egor Tensin | |
2020-01-15 | mingw builds: implement proper unused parameter macro | Egor Tensin | |
The UNREFERENCED_PARAMETER macro distributed with MinGW-w64 is stupid (`(x) = (x)`, really?) | |||
2020-01-15 | mingw builds: get rid of #pragma warning | Egor Tensin | |
2020-01-14 | fix SafeInt usage | Egor Tensin | |
2020-01-14 | clang-format all the code | Egor Tensin | |
2017-08-06 | don't hash bitwise (because you know, padding) | Egor Tensin | |
2017-06-01 | get rid of third-party warnings | Egor Tensin | |
2017-05-22 | add line numbers to symbols | Egor Tensin | |
2017-05-20 | refactoring | Egor Tensin | |
2017-05-20 | code style | Egor Tensin | |
2017-05-20 | code style | Egor Tensin | |
2017-05-20 | hardening & refactoring | Egor Tensin | |
2017-05-20 | don't load the same PDB twice | Egor Tensin | |
2017-05-19 | hardening | Egor Tensin | |
2017-05-19 | hardening & refactoring | Egor Tensin | |
My latest obsession is integer overflows. | |||
2017-05-19 | refactoring | Egor Tensin | |
2017-05-19 | add displacement to symbols | Egor Tensin | |