projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3828c5d
)
fix implementation of RegisterForRuntimeStartupRemotePort and CreateCoreDbgRemotePort...
author
Thays Grazia
<thaystg@gmail.com>
Tue, 9 May 2023 21:00:25 +0000
(18:00 -0300)
committer
GitHub
<noreply@github.com>
Tue, 9 May 2023 21:00:25 +0000
(14:00 -0700)
src/dbgshim/dbgshim.cpp
patch
|
blob
|
history
diff --git
a/src/dbgshim/dbgshim.cpp
b/src/dbgshim/dbgshim.cpp
index a68d1ad650b67601c3e9ad1d443e2481147c77bb..2b5411da32cbac946e57143f774ed4ebe1b6582d 100644
(file)
--- a/
src/dbgshim/dbgshim.cpp
+++ b/
src/dbgshim/dbgshim.cpp
@@
-2159,6
+2159,7
@@
CLRCreateInstance(
HRESULT CreateCoreDbgRemotePort(HMODULE hDBIModule, DWORD portId, LPCSTR assemblyBasePath, IUnknown **ppCordb)
{
+ PUBLIC_CONTRACT;
HRESULT hr = S_OK;
FPCreateRemoteCordbObject fpCreate =
@@
-2181,6
+2182,7
@@
RegisterForRuntimeStartupRemotePort(
_In_ LPCSTR assemblyBasePath,
_Out_ IUnknown ** ppCordb)
{
+ PUBLIC_CONTRACT;
HRESULT hr = S_OK;
HMODULE hMod = NULL;