summaryrefslogtreecommitdiff
path: root/src/coreclr
diff options
context:
space:
mode:
authorEvgeny Pavlov <lucenticus@gmail.com>2016-06-15 19:23:30 +0300
committerMike McLaughlin <mikem@microsoft.com>2016-06-15 09:23:30 -0700
commit859307b4787bbacbe28d2efe1d54c49177525562 (patch)
tree0a255a882ffd1689cc34f1e0146dae3c46e4ceb6 /src/coreclr
parent488c377745cd2cbdfac711d2199dfeefeb24c5f1 (diff)
downloadcoreclr-859307b4787bbacbe28d2efe1d54c49177525562.tar.gz
coreclr-859307b4787bbacbe28d2efe1d54c49177525562.tar.bz2
coreclr-859307b4787bbacbe28d2efe1d54c49177525562.zip
Initial support of breakpoint setting by source file + line on Linux using portable pdb reader (#5688)
* Initial support of breakpoint setting by source + line on Linux * Fix macro redefinition error in OSX build * Fix after review from Mike McLaughlin
Diffstat (limited to 'src/coreclr')
-rw-r--r--src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp b/src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp
index 8608027ef5..92581faa64 100644
--- a/src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp
+++ b/src/coreclr/hosts/unixcoreruncommon/coreruncommon.cpp
@@ -22,8 +22,9 @@
#include "coreruncommon.h"
#include "coreclrhost.h"
#include <unistd.h>
-
+#ifndef SUCCEEDED
#define SUCCEEDED(Status) ((Status) >= 0)
+#endif // !SUCCEEDED
// Name of the environment variable controlling server GC.
// If set to 1, server GC is enabled on startup. If 0, server GC is