[stackwalker] update to 2023-06-24 (#32203)

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura
2023-06-27 05:29:26 +02:00
committed by GitHub
parent 900c572331
commit 550ef936cd
5 changed files with 9 additions and 28 deletions

View File

@@ -1,23 +0,0 @@
diff --git "a/Main/StackWalker/StackWalker.h" "b/Main/StackWalker/StackWalker.h"
index 67eb90575..e906dbc26 100644
--- "a/Main/StackWalker/StackWalker.h"
+++ "b/Main/StackWalker/StackWalker.h"
@@ -229,13 +229,11 @@ protected:
{ \
memset(&c, 0, sizeof(CONTEXT)); \
c.ContextFlags = contextFlags; \
- __asm { \
- call x \
- x: pop eax \
- mov c.Eip, eax \
- mov c.Ebp, ebp \
- mov c.Esp, esp \
- }; \
+ __asm call x \
+ __asm x: pop eax \
+ __asm mov c.Eip, eax \
+ __asm mov c.Ebp, ebp \
+ __asm mov c.Esp, esp \
} while (0);
// clang-format on
#endif

View File

@@ -4,10 +4,9 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO JochenKalmbach/StackWalker
REF "${VERSION}"
SHA512 ce4004f114400ff66e25d7403c52ed4798a0e94d529335995df525f37d4238c750c8b1ee5801f71bd7128d39baa9af18e546a49da8587976720df6e9b372b851
SHA512 6fe8c5eb6e2d94630d43644a13cf62f1725a9f39115bda2d859461ad0cc6acf27e8a246247bd9b49940fb4ec372559f6d11467e77215d3638f910f2574ac449a
HEAD_REF master
PATCHES
fix-build.patch # https://github.com/JochenKalmbach/StackWalker/commit/97965daed94f1d859fff691e6ba28759db0f179f
fix-exports.patch
)

View File

@@ -1,9 +1,9 @@
{
"name": "stackwalker",
"version": "1.20",
"version-date": "2023-06-24",
"description": "StackWalker - Walking the callstack.",
"license": "BSD-2-Clause",
"supports": "windows & !arm & !uwp",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

@@ -7797,7 +7797,7 @@
"port-version": 1
},
"stackwalker": {
"baseline": "1.20",
"baseline": "2023-06-24",
"port-version": 0
},
"starlink-ast": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "20d0f7a4241172aa6694d7374784d7aa83798e17",
"version-date": "2023-06-24",
"port-version": 0
},
{
"git-tree": "31a65d527a4476b3ababfd0ec1b9bb78371900ca",
"version": "1.20",