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

Unified Diff: runtime/vm/gdbjit_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/gdbjit_openbsd.h ('k') | runtime/vm/native_symbol_openbsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/gdbjit_openbsd.cc
diff --git a/runtime/vm/gdbjit_android.cc b/runtime/vm/gdbjit_openbsd.cc
similarity index 96%
copy from runtime/vm/gdbjit_android.cc
copy to runtime/vm/gdbjit_openbsd.cc
index 1141fbf0d133bcea7aa5fa8eaecd8bfb8a7f1b02..4221ff132100b230e6533094f595b08c69cf64d1 100644
--- a/runtime/vm/gdbjit_android.cc
+++ b/runtime/vm/gdbjit_openbsd.cc
@@ -3,13 +3,13 @@
// 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 <stdint.h> // NOLINT
#include <stdio.h> // NOLINT
#include <stdlib.h> // NOLINT
-#include "vm/gdbjit_android.h"
+#include "vm/gdbjit_openbsd.h"
extern "C" {
typedef enum {
@@ -81,4 +81,4 @@ extern "C" {
}
};
-#endif // defined(TARGET_OS_ANDROID)
+#endif // defined(TARGET_OS_OPENBSD)
« no previous file with comments | « runtime/vm/gdbjit_openbsd.h ('k') | runtime/vm/native_symbol_openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698