aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/winapi/debug
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/winapi/debug.hpp (renamed from include/pdb/all.hpp)12
-rw-r--r--include/winapi/debug/address.hpp (renamed from include/pdb/address.hpp)0
-rw-r--r--include/winapi/debug/call_stack.hpp (renamed from include/pdb/call_stack.hpp)0
-rw-r--r--include/winapi/debug/dbghelp.hpp (renamed from include/pdb/dbghelp.hpp)0
-rw-r--r--include/winapi/debug/module.hpp (renamed from include/pdb/module.hpp)0
-rw-r--r--include/winapi/debug/repo.hpp (renamed from include/pdb/repo.hpp)0
-rw-r--r--include/winapi/debug/symbol.hpp (renamed from include/pdb/symbol.hpp)0
7 files changed, 6 insertions, 6 deletions
diff --git a/include/pdb/all.hpp b/include/winapi/debug.hpp
index 968e85d..dc42557 100644
--- a/include/pdb/all.hpp
+++ b/include/winapi/debug.hpp
@@ -5,9 +5,9 @@
#pragma once
-#include "address.hpp"
-#include "call_stack.hpp"
-#include "dbghelp.hpp"
-#include "module.hpp"
-#include "repo.hpp"
-#include "symbol.hpp"
+#include "debug/address.hpp"
+#include "debug/call_stack.hpp"
+#include "debug/dbghelp.hpp"
+#include "debug/module.hpp"
+#include "debug/repo.hpp"
+#include "debug/symbol.hpp"
diff --git a/include/pdb/address.hpp b/include/winapi/debug/address.hpp
index 3d7acd6..3d7acd6 100644
--- a/include/pdb/address.hpp
+++ b/include/winapi/debug/address.hpp
diff --git a/include/pdb/call_stack.hpp b/include/winapi/debug/call_stack.hpp
index 30f642c..30f642c 100644
--- a/include/pdb/call_stack.hpp
+++ b/include/winapi/debug/call_stack.hpp
diff --git a/include/pdb/dbghelp.hpp b/include/winapi/debug/dbghelp.hpp
index 6965823..6965823 100644
--- a/include/pdb/dbghelp.hpp
+++ b/include/winapi/debug/dbghelp.hpp
diff --git a/include/pdb/module.hpp b/include/winapi/debug/module.hpp
index 5cfa69d..5cfa69d 100644
--- a/include/pdb/module.hpp
+++ b/include/winapi/debug/module.hpp
diff --git a/include/pdb/repo.hpp b/include/winapi/debug/repo.hpp
index 3b194ff..3b194ff 100644
--- a/include/pdb/repo.hpp
+++ b/include/winapi/debug/repo.hpp
diff --git a/include/pdb/symbol.hpp b/include/winapi/debug/symbol.hpp
index 47e4fb1..47e4fb1 100644
--- a/include/pdb/symbol.hpp
+++ b/include/winapi/debug/symbol.hpp