Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2019-10-27 01:48:40 +0300
committerAleksey Kliger (λgeek) <alklig@microsoft.com>2019-10-27 01:48:40 +0300
commitdb568c6fe0cb5eab71ed729ec5b412365eacf280 (patch)
treeb5242ce9a9cae80eefcda9a7fe177aaf27ec543f /msvc/libmonoutils-common.targets
parent0e3caf00df54199be88cfcb53ed847226defebb4 (diff)
[merp] Introduce a new 'dump mode' that allows different signal behavior when dumping (#17537)
* dump_native_stacktrace should always register the sigterm handler. Cherry picked from the https://github.com/mono/mono/pull/17310 * [merp] Introduce a new 'dump mode' that allows different signal behavior when dumping The primary reason for this is gaining the ability to interpret SIGTERM properly as a crashing signal when outside of 'dump mode', and as a utility signal during the 'thread summarizer' dumping process.
Diffstat (limited to 'msvc/libmonoutils-common.targets')
-rw-r--r--msvc/libmonoutils-common.targets2
1 files changed, 2 insertions, 0 deletions
diff --git a/msvc/libmonoutils-common.targets b/msvc/libmonoutils-common.targets
index 61dbc4f7c8b..210c41e0493 100644
--- a/msvc/libmonoutils-common.targets
+++ b/msvc/libmonoutils-common.targets
@@ -197,6 +197,8 @@
<ClInclude Include="$(MonoSourceLocation)\mono\utils\refcount.h" />
<ClInclude Include="$(MonoSourceLocation)\mono\utils\w32api.h" />
<ClInclude Include="$(MonoSourceLocation)\mono\utils\unlocked.h" />
+ <ClCompile Include="$(MonoSourceLocation)\mono\utils\mono-state.c" />
+ <ClInclude Include="$(MonoSourceLocation)\mono\utils\mono-state.h" />
</ItemGroup>
<ItemGroup Label="libmonoutilsinclude_headers">
<ClInclude Include="$(MonoSourceLocation)\mono\utils\mono-logger.h" />