| 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)
|
|
|