diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-29 01:03:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-29 01:03:28 +0300 |
commit | a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c (patch) | |
tree | de48e7d8b3f9d66c9e11dd048ac9062921b05801 /include/pdb | |
parent | add .clang-tidy, `make check` (diff) | |
download | winapi-debug-a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c.tar.gz winapi-debug-a38dacc6489ff3c7a0748a01ed7cc2bd0cdaaa7c.zip |
include/pdb/ -> include/winapi/debug/
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 |