1 Star 0 Fork 58

OpenHarmony-3A5000 / third_party_libunwind

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
libunwind.gni 2.53 KB
一键复制 编辑 原始数据 按行查看 历史
连志安 提交于 2023-11-19 20:45 . 添加对loongarch指令集的支持
# Copyright (c) 2022 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
arm64_source_local = [
"src/aarch64/Lcreate_addr_space.c",
"src/aarch64/Lget_proc_info.c",
"src/aarch64/Lget_save_loc.c",
"src/aarch64/Lglobal.c",
"src/aarch64/Linit.c",
"src/aarch64/Linit_local.c",
"src/aarch64/Linit_remote.c",
"src/aarch64/Lis_signal_frame.c",
"src/aarch64/Lregs.c",
"src/aarch64/Lresume.c",
"src/aarch64/Lstash_frame.c",
"src/aarch64/Lstep.c",
"src/aarch64/Ltrace.c",
]
loongarch64_source_local = [
"src/loongarch64/Lcreate_addr_space.c",
"src/loongarch64/Lget_proc_info.c",
"src/loongarch64/Lget_save_loc.c",
"src/loongarch64/Lglobal.c",
"src/loongarch64/Linit.c",
"src/loongarch64/Linit_local.c",
"src/loongarch64/Linit_remote.c",
"src/loongarch64/Lis_signal_frame.c",
"src/loongarch64/Lregs.c",
"src/loongarch64/Lresume.c",
"src/loongarch64/Lstep.c",
]
arm_source_local = [
"src/arm/Lcreate_addr_space.c",
"src/arm/Lex_tables.c",
"src/arm/Lget_proc_info.c",
"src/arm/Lget_save_loc.c",
"src/arm/Lglobal.c",
"src/arm/Linit.c",
"src/arm/Linit_local.c",
"src/arm/Linit_remote.c",
"src/arm/Los-linux.c",
"src/arm/Lregs.c",
"src/arm/Lresume.c",
"src/arm/Lstash_frame.c",
"src/arm/Lstep.c",
"src/arm/Ltrace.c",
]
x64_source_local = [
"src/x86_64/Lcreate_addr_space.c",
"src/x86_64/Lget_proc_info.c",
"src/x86_64/Lget_save_loc.c",
"src/x86_64/Lglobal.c",
"src/x86_64/Linit.c",
"src/x86_64/Linit_local.c",
"src/x86_64/Linit_remote.c",
"src/x86_64/Los-linux.c",
"src/x86_64/Lregs.c",
"src/x86_64/Lresume.c",
"src/x86_64/Lstash_frame.c",
"src/x86_64/Lstep.c",
"src/x86_64/Ltrace.c",
]
libunwind_la_SOURCES_local = [
"src/mi/Ldyn-extract.c",
"src/mi/Lfind_dynamic_proc_info.c",
"src/mi/Lget_proc_info_by_ip.c",
"src/mi/Lget_proc_name.c",
"src/mi/Lput_dynamic_unwind_info.c",
"src/mi/Ldestroy_addr_space.c",
"src/mi/Lget_reg.c",
"src/mi/Lset_reg.c",
"src/mi/Lget_fpreg.c",
"src/mi/Lset_fpreg.c",
"src/mi/Lset_caching_policy.c",
"src/mi/Lset_cache_size.c",
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hihope-3a5000/third_party_libunwind.git
git@gitee.com:hihope-3a5000/third_party_libunwind.git
hihope-3a5000
third_party_libunwind
third_party_libunwind
OpenHarmony-4.0-Release

搜索帮助

344bd9b3 5694891 D2dac590 5694891