index
:
winapi-debug
master
WinAPI: C++ wrappers for DbgHelp
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
2021-05-29
move _address functions to winapi::address
Egor Tensin
2021-05-29
rename class Repo to PostMortem
Egor Tensin
2021-05-29
namespace pdb -> namespace winapi
Egor Tensin
2021-05-29
include/pdb/ -> include/winapi/debug/
Egor Tensin
2021-05-16
export Process to winapi-common
Egor Tensin
2021-05-16
export pdb::file to winapi-common's File
Egor Tensin
2021-05-15
use error reporting from winapi-common
Egor Tensin
2021-05-15
rename the project
Egor Tensin
2021-05-15
switch from Boost.Nowide to winapi-utf8
Egor Tensin
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-19
pdb::file: use wide WinAPI
Egor Tensin
2020-09-14
add missing copyright headers
Egor Tensin
2020-09-14
DbgHelp: fix move ctor
Egor Tensin
2020-09-14
clang-format: regroup #includes
Egor Tensin
2020-03-27
add some unit tests
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
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: workaround incorrect SymLoadModule64
Egor Tensin
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-07
update exception message
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
i have no idea how this compiled
Egor Tensin
2017-05-20
hardening & refactoring
Egor Tensin
2017-05-20
don't load the same PDB twice
Egor Tensin
2017-05-20
don't load multiple PDBs with the same base
Egor Tensin
2017-05-19
hardening
Egor Tensin
2017-05-19
hardening & refactoring
Egor Tensin
2017-05-19
refactoring
Egor Tensin
2017-05-19
add displacement to symbols
Egor Tensin