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