summaryrefslogtreecommitdiff
path: root/src/pal/inc/rt/dbghelp.h
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2015-03-10 15:50:14 -0700
committerMike McLaughlin <mikem@microsoft.com>2015-03-10 15:50:14 -0700
commit5310bc857c3297b1910e93742cd889bf5e2ad0fe (patch)
tree7d14eb874b2da340675c39dd38d276929c6b7da8 /src/pal/inc/rt/dbghelp.h
parent9edda94b8044ffa513ea366ca43cea8d029706e6 (diff)
downloadcoreclr-5310bc857c3297b1910e93742cd889bf5e2ad0fe.tar.gz
coreclr-5310bc857c3297b1910e93742cd889bf5e2ad0fe.tar.bz2
coreclr-5310bc857c3297b1910e93742cd889bf5e2ad0fe.zip
The "ClrStack" command and related functions now build.
Diffstat (limited to 'src/pal/inc/rt/dbghelp.h')
-rw-r--r--src/pal/inc/rt/dbghelp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pal/inc/rt/dbghelp.h b/src/pal/inc/rt/dbghelp.h
index 6467a77a46..fe9a408045 100644
--- a/src/pal/inc/rt/dbghelp.h
+++ b/src/pal/inc/rt/dbghelp.h
@@ -29,5 +29,10 @@ Revision History:
#pragma once
#endif
+//
+// options that are set/returned by SymSetOptions() & SymGetOptions()
+// these are used as a mask
+//
+#define SYMOPT_LOAD_LINES 0x00000010
#endif // _DBGHELP_