• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2022 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14arm64_source_local = [
15  "src/aarch64/Lcreate_addr_space.c",
16  "src/aarch64/Lget_proc_info.c",
17  "src/aarch64/Lget_save_loc.c",
18  "src/aarch64/Lglobal.c",
19  "src/aarch64/Linit.c",
20  "src/aarch64/Linit_local.c",
21  "src/aarch64/Linit_remote.c",
22  "src/aarch64/Lis_signal_frame.c",
23  "src/aarch64/Lregs.c",
24  "src/aarch64/Lresume.c",
25  "src/aarch64/Lstash_frame.c",
26  "src/aarch64/Lstep.c",
27  "src/aarch64/Ltrace.c",
28]
29
30arm_source_local = [
31  "src/arm/Lcreate_addr_space.c",
32  "src/arm/Lex_tables.c",
33  "src/arm/Lget_proc_info.c",
34  "src/arm/Lget_save_loc.c",
35  "src/arm/Lglobal.c",
36  "src/arm/Linit.c",
37  "src/arm/Linit_local.c",
38  "src/arm/Linit_remote.c",
39  "src/arm/Los-linux.c",
40  "src/arm/Lregs.c",
41  "src/arm/Lresume.c",
42  "src/arm/Lstash_frame.c",
43  "src/arm/Lstep.c",
44  "src/arm/Ltrace.c",
45]
46
47x64_source_local = [
48  "src/x86_64/Lcreate_addr_space.c",
49  "src/x86_64/Lget_proc_info.c",
50  "src/x86_64/Lget_save_loc.c",
51  "src/x86_64/Lglobal.c",
52  "src/x86_64/Linit.c",
53  "src/x86_64/Linit_local.c",
54  "src/x86_64/Linit_remote.c",
55  "src/x86_64/Los-linux.c",
56  "src/x86_64/Lregs.c",
57  "src/x86_64/Lresume.c",
58  "src/x86_64/Lstash_frame.c",
59  "src/x86_64/Lstep.c",
60  "src/x86_64/Ltrace.c",
61]
62
63libunwind_la_SOURCES_local = [
64  "src/mi/Ldyn-extract.c",
65  "src/mi/Lfind_dynamic_proc_info.c",
66  "src/mi/Lget_proc_info_by_ip.c",
67  "src/mi/Lget_proc_name.c",
68  "src/mi/Lput_dynamic_unwind_info.c",
69  "src/mi/Ldestroy_addr_space.c",
70  "src/mi/Lget_reg.c",
71  "src/mi/Lset_reg.c",
72  "src/mi/Lget_fpreg.c",
73  "src/mi/Lset_fpreg.c",
74  "src/mi/Lset_caching_policy.c",
75  "src/mi/Lset_cache_size.c",
76]
77