Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: runtime/vm/debuginfo_openbsd.cc

Issue 1559053002: Refs #10260 OpenBSD support #25327 Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address code review issues Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/cpuinfo_openbsd.cc ('k') | runtime/vm/gdbjit_openbsd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debuginfo_openbsd.cc
diff --git a/runtime/vm/debuginfo_linux.cc b/runtime/vm/debuginfo_openbsd.cc
similarity index 94%
copy from runtime/vm/debuginfo_linux.cc
copy to runtime/vm/debuginfo_openbsd.cc
index 9e73553aec3530cd737951f18c804adfb67ee40e..4240246ea32d821c354cc43c40998fb72d666076 100644
--- a/runtime/vm/debuginfo_linux.cc
+++ b/runtime/vm/debuginfo_openbsd.cc
@@ -3,12 +3,12 @@
// BSD-style license that can be found in the LICENSE file.
#include "vm/globals.h"
-#if defined(TARGET_OS_LINUX)
+#if defined(TARGET_OS_OPENBSD)
#include "vm/debuginfo.h"
#include "vm/elfgen.h"
-#include "vm/gdbjit_linux.h"
+#include "vm/gdbjit_openbsd.h"
namespace dart {
@@ -74,4 +74,4 @@ void DebugInfo::UnregisterAllSections() {
} // namespace dart
-#endif // defined(TARGET_OS_LINUX)
+#endif // defined(TARGET_OS_OPENBSD)
« no previous file with comments | « runtime/vm/cpuinfo_openbsd.cc ('k') | runtime/vm/gdbjit_openbsd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698