Eric Pouech : dbghelp: Add stubs for inline-related APIs.

Alexandre Julliard julliard at winehq.org
Tue Oct 19 16:07:48 CDT 2021


Module: wine
Branch: master
Commit: e9fac51ae05c78652a854f3f1e4f8586d6342672
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e9fac51ae05c78652a854f3f1e4f8586d6342672

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Tue Oct 19 15:51:12 2021 +0200

dbghelp: Add stubs for inline-related APIs.

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dbghelp/dbghelp.spec | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/dlls/dbghelp/dbghelp.spec b/dlls/dbghelp/dbghelp.spec
index 9f719bd6a6e..e45ac48acb2 100644
--- a/dlls/dbghelp/dbghelp.spec
+++ b/dlls/dbghelp/dbghelp.spec
@@ -32,12 +32,15 @@
 @ stdcall SearchTreeForFileW(wstr wstr ptr)
 @ stdcall StackWalk(long long long ptr ptr ptr ptr ptr ptr)
 @ stdcall StackWalk64(long long long ptr ptr ptr ptr ptr ptr)
+@ stub StackWalkEx
 @ stub SymAddSourceStream
 @ stub SymAddSourceStreamA
 @ stub SymAddSourceStreamW
 @ stdcall SymAddSymbol(ptr int64 str int64 long long)
 @ stdcall SymAddSymbolW(ptr int64 wstr int64 long long)
+@ stub SymAddrIncludeInlineTrace
 @ stdcall SymCleanup(long)
+@ stub SymCompareInlineTrace
 @ stub SymDeleteSymbol
 @ stub SymDeleteSymbolW
 @ stdcall SymEnumLines(ptr int64 str str ptr ptr)
@@ -74,6 +77,8 @@
 @ stdcall SymFromAddrW(ptr int64 ptr ptr)
 @ stdcall SymFromIndex(long int64 long ptr)
 @ stdcall SymFromIndexW(long int64 long ptr)
+@ stub SymFromInlineContext
+@ stub SymFromInlineContextW
 @ stdcall SymFromName(long str ptr)
 @ stdcall SymFromNameW(long wstr ptr)
 @ stub SymFromToken
@@ -87,6 +92,8 @@
 @ stdcall SymGetLineFromAddr(long long ptr ptr)
 @ stdcall SymGetLineFromAddr64(long int64 ptr ptr)
 @ stdcall SymGetLineFromAddrW64(long int64 ptr ptr)
+@ stub SymGetLineFromInlineContext
+@ stub SymGetLineFromInlineContextW
 @ stdcall SymGetLineFromName(long str str long ptr ptr)
 @ stdcall SymGetLineFromName64(long str str long ptr ptr)
 @ stdcall SymGetLineFromNameW64(long wstr wstr long ptr ptr)
@@ -130,6 +137,7 @@
 @ stub SymGetTypeFromNameW
 @ stdcall SymGetTypeInfo(ptr int64 long long ptr)
 @ stub SymGetTypeInfoEx
+@ stub SymGetUnwindInfo
 @ stdcall SymInitialize(long str long)
 @ stdcall SymInitializeW(long wstr long)
 @ stdcall SymLoadModule(long long str str long long)
@@ -145,6 +153,7 @@
 @ stub SymNextW
 @ stub SymPrev
 @ stub SymPrevW
+@ stub SymQueryInlineTrace
 @ stdcall SymRefreshModuleList(long)
 @ stdcall SymRegisterCallback(long ptr ptr)
 @ stdcall SymRegisterCallback64(long ptr int64)
@@ -161,6 +170,7 @@
 @ stdcall SymSetParentWindow(long)
 @ stdcall SymSetScopeFromAddr(ptr int64)
 @ stub SymSetScopeFromIndex
+@ stub SymSetScopeFromInlineContext
 @ stdcall SymSetSearchPath(long str)
 @ stdcall SymSetSearchPathW(long wstr)
 @ stub SymSrvDeltaName




More information about the wine-cvs mailing list