From fd82904449b0e258713c033279f6e8b4bf4695d0 Mon Sep 17 00:00:00 2001 From: yang-19970325 Date: Fri, 28 Jul 2023 09:52:07 +0800 Subject: [PATCH] Fix typo Issue:#I7ON7L Signed-off-by: yang-19970325 Change-Id: I41a31ebc3105f8b2685b67beabe32fe5bcc98f0f --- BUILD.gn | 2 +- inspector/BUILD.gn | 2 +- test/resource/tooling/ohos_test.xml | 2 +- test/test_helper.gni | 2 +- toolchain.gni | 2 +- tooling/BUILD.gn | 2 +- tooling/agent/debugger_impl.cpp | 2 +- tooling/agent/debugger_impl.h | 2 +- tooling/agent/heapprofiler_impl.cpp | 2 +- tooling/agent/heapprofiler_impl.h | 2 +- tooling/agent/profiler_impl.cpp | 2 +- tooling/agent/profiler_impl.h | 2 +- tooling/agent/runtime_impl.cpp | 2 +- tooling/agent/runtime_impl.h | 2 +- tooling/backend/debugger_executor.cpp | 2 +- tooling/backend/js_pt_hooks.cpp | 6 +++--- tooling/backend/js_pt_hooks.h | 2 +- tooling/backend/js_single_stepper.h | 8 ++++---- tooling/base/pt_base64.cpp | 2 +- tooling/base/pt_base64.h | 2 +- tooling/base/pt_events.cpp | 2 +- tooling/base/pt_events.h | 2 +- tooling/base/pt_params.cpp | 2 +- tooling/base/pt_params.h | 2 +- tooling/base/pt_returns.cpp | 2 +- tooling/base/pt_returns.h | 2 +- tooling/base/pt_script.cpp | 2 +- tooling/base/pt_script.h | 2 +- tooling/base/pt_types.cpp | 2 +- tooling/base/pt_types.h | 2 +- tooling/debugger_service.cpp | 2 +- tooling/debugger_service.h | 2 +- tooling/dispatcher.cpp | 2 +- tooling/dispatcher.h | 2 +- tooling/protocol_channel.h | 2 +- tooling/protocol_handler.cpp | 2 +- tooling/protocol_handler.h | 2 +- tooling/test/BUILD.gn | 2 +- tooling/test/debugger_commands_test.cpp | 2 +- tooling/test/debugger_entry_test.cpp | 2 +- tooling/test/debugger_events_test.cpp | 2 +- tooling/test/debugger_impl_test.cpp | 2 +- tooling/test/debugger_params_test.cpp | 2 +- tooling/test/debugger_returns_test.cpp | 2 +- tooling/test/debugger_script_test.cpp | 2 +- tooling/test/debugger_types_test.cpp | 2 +- tooling/test/entry/test_debugger_entry.cpp | 2 +- tooling/test/js_pt_hooks_test.cpp | 2 +- tooling/test/testcases/js_breakpoint_arrow_test.h | 2 +- tooling/test/testcases/js_breakpoint_async_test.h | 2 +- tooling/test/testcases/js_breakpoint_test.h | 2 +- tooling/test/testcases/js_container_test.h | 2 +- tooling/test/testcases/js_exception_test.h | 2 +- tooling/test/testcases/js_module_variable_test.h | 2 +- tooling/test/testcases/js_single_step_test.h | 2 +- tooling/test/utils/test_entry.cpp | 2 +- tooling/test/utils/test_entry.h | 2 +- tooling/test/utils/test_events.h | 2 +- tooling/test/utils/test_extractor.cpp | 2 +- tooling/test/utils/test_extractor.h | 2 +- tooling/test/utils/test_hooks.h | 2 +- tooling/test/utils/test_list.cpp | 2 +- tooling/test/utils/test_list.h | 2 +- tooling/test/utils/test_util.cpp | 2 +- tooling/test/utils/test_util.h | 2 +- 65 files changed, 70 insertions(+), 70 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index bfa153b7..69ba7546 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-2023 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/inspector/BUILD.gn b/inspector/BUILD.gn index 964c72a3..fa949f90 100644 --- a/inspector/BUILD.gn +++ b/inspector/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Huawei Device Co., Ltd. +# Copyright (c) 2022-2023 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/test/resource/tooling/ohos_test.xml b/test/resource/tooling/ohos_test.xml index 5b8dc94e..65dc7c20 100755 --- a/test/resource/tooling/ohos_test.xml +++ b/test/resource/tooling/ohos_test.xml @@ -1,5 +1,5 @@ -