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

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: Created 4 years, 12 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
Index: runtime/vm/debuginfo_openbsd.cc
diff --git a/runtime/vm/debuginfo_android.cc b/runtime/vm/debuginfo_openbsd.cc
similarity index 94%
copy from runtime/vm/debuginfo_android.cc
copy to runtime/vm/debuginfo_openbsd.cc
index ee4015c303097a8154f0be6f971ce97b9171e910..4240246ea32d821c354cc43c40998fb72d666076 100644
--- a/runtime/vm/debuginfo_android.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_ANDROID)
+#if defined(TARGET_OS_OPENBSD)
#include "vm/debuginfo.h"
#include "vm/elfgen.h"
-#include "vm/gdbjit_android.h"
+#include "vm/gdbjit_openbsd.h"
namespace dart {
@@ -74,4 +74,4 @@ void DebugInfo::UnregisterAllSections() {
} // namespace dart
-#endif // defined(TARGET_OS_ANDROID)
+#endif // defined(TARGET_OS_OPENBSD)

Powered by Google App Engine
This is Rietveld 408576698