aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-29 01:24:29 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-29 01:27:53 +0300
commite162f2a21632e3f7b1c7ab9dd7b530beb1f2d4a8 (patch)
tree65199bce3779ff1800821c6b1c6bc0bc4592e66c /include/winapi
parentnamespace pdb -> namespace winapi (diff)
downloadwinapi-debug-e162f2a21632e3f7b1c7ab9dd7b530beb1f2d4a8.tar.gz
winapi-debug-e162f2a21632e3f7b1c7ab9dd7b530beb1f2d4a8.zip
rename class Repo to PostMortem
Diffstat (limited to '')
-rw-r--r--include/winapi/debug.hpp2
-rw-r--r--include/winapi/debug/post_mortem.hpp (renamed from include/winapi/debug/repo.hpp)4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/winapi/debug.hpp b/include/winapi/debug.hpp
index dc42557..93b952f 100644
--- a/include/winapi/debug.hpp
+++ b/include/winapi/debug.hpp
@@ -9,5 +9,5 @@
#include "debug/call_stack.hpp"
#include "debug/dbghelp.hpp"
#include "debug/module.hpp"
-#include "debug/repo.hpp"
+#include "debug/post_mortem.hpp"
#include "debug/symbol.hpp"
diff --git a/include/winapi/debug/repo.hpp b/include/winapi/debug/post_mortem.hpp
index 8ee7fde..bf4ad83 100644
--- a/include/winapi/debug/repo.hpp
+++ b/include/winapi/debug/post_mortem.hpp
@@ -19,9 +19,9 @@
namespace winapi {
-class Repo {
+class PostMortem {
public:
- Repo() = default;
+ PostMortem() = default;
Address add_pdb(Address online_base, const std::string& path);