summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/gdb_remote_client/simple.yaml
blob: cf1b7d82d1f808ebceb7dcfc17d77830a485b102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
--- !WASM
FileHeader:
  Version:         0x1
Sections:
  - Type:            TYPE
    Signatures:
      - Index:           0
        ParamTypes:      []
        ReturnTypes:     []
      - Index:           1
        ParamTypes:
          - I32
          - I32
        ReturnTypes:
          - I32
      - Index:           2
        ParamTypes:      []
        ReturnTypes:
          - I32
  - Type:            FUNCTION
    FunctionTypes:   [ 0, 1, 2, 1 ]
  - Type:            TABLE
    Tables:
      - Index:           0
        ElemType:        FUNCREF
        Limits:
          Flags:           [ HAS_MAX ]
          Minimum:         0x1
          Maximum:         0x1
  - Type:            MEMORY
    Memories:
      - Minimum:         0x2
  - Type:            GLOBAL
    Globals:
      - Index:           0
        Type:            I32
        Mutable:         true
        InitExpr:
          Opcode:          I32_CONST
          Value:           66560
      - Index:           1
        Type:            I32
        Mutable:         false
        InitExpr:
          Opcode:          I32_CONST
          Value:           1024
      - Index:           2
        Type:            I32
        Mutable:         false
        InitExpr:
          Opcode:          I32_CONST
          Value:           1024
      - Index:           3
        Type:            I32
        Mutable:         false
        InitExpr:
          Opcode:          I32_CONST
          Value:           1024
      - Index:           4
        Type:            I32
        Mutable:         false
        InitExpr:
          Opcode:          I32_CONST
          Value:           66560
      - Index:           5
        Type:            I32
        Mutable:         false
        InitExpr:
          Opcode:          I32_CONST
          Value:           1024
      - Index:           6
        Type:            I32
        Mutable:         false
        InitExpr:
          Opcode:          I32_CONST
          Value:           66560
      - Index:           7
        Type:            I32
        Mutable:         false
        InitExpr:
          Opcode:          I32_CONST
          Value:           131072
      - Index:           8
        Type:            I32
        Mutable:         false
        InitExpr:
          Opcode:          I32_CONST
          Value:           0
      - Index:           9
        Type:            I32
        Mutable:         false
        InitExpr:
          Opcode:          I32_CONST
          Value:           1
      - Index:           10
        Type:            I32
        Mutable:         false
        InitExpr:
          Opcode:          I32_CONST
          Value:           65536
  - Type:            EXPORT
    Exports:
      - Name:            memory
        Kind:            MEMORY
        Index:           0
      - Name:            __wasm_call_ctors
        Kind:            FUNCTION
        Index:           0
      - Name:            add
        Kind:            FUNCTION
        Index:           1
      - Name:            __original_main
        Kind:            FUNCTION
        Index:           2
      - Name:            main
        Kind:            FUNCTION
        Index:           3
      - Name:            __main_void
        Kind:            FUNCTION
        Index:           2
      - Name:            __indirect_function_table
        Kind:            TABLE
        Index:           0
      - Name:            __dso_handle
        Kind:            GLOBAL
        Index:           1
      - Name:            __data_end
        Kind:            GLOBAL
        Index:           2
      - Name:            __stack_low
        Kind:            GLOBAL
        Index:           3
      - Name:            __stack_high
        Kind:            GLOBAL
        Index:           4
      - Name:            __global_base
        Kind:            GLOBAL
        Index:           5
      - Name:            __heap_base
        Kind:            GLOBAL
        Index:           6
      - Name:            __heap_end
        Kind:            GLOBAL
        Index:           7
      - Name:            __memory_base
        Kind:            GLOBAL
        Index:           8
      - Name:            __table_base
        Kind:            GLOBAL
        Index:           9
      - Name:            __wasm_first_page_end
        Kind:            GLOBAL
        Index:           10
  - Type:            CODE
    Functions:
      - Index:           0
        Locals:          []
        Body:            0B
      - Index:           1
        Locals:
          - Type:            I32
            Count:           1
        Body:            23808080800041106B21022002200036020C20022001360208200228020C20022802086A0F0B
      - Index:           2
        Locals:
          - Type:            I32
            Count:           2
        Body:            23808080800041106B210020002480808080002000410036020C2000410136020820004102360204200028020820002802041081808080002101200041106A24808080800020010F0B
      - Index:           3
        Locals:          []
        Body:            1082808080000F0B
  - Type:            CUSTOM
    Name:            .debug_abbrev
    Payload:         011101250E1305030E10171B0E110155170000022E01110112064018030E3A0B3B0B271949133F1900000305000218030E3A0B3B0B49130000042E01110112064018030E3A0B3B0B49133F1900000534000218030E3A0B3B0B49130000062400030E3E0B0B0B000000
  - Type:            CUSTOM
    Name:            .debug_info
    Payload:         940000000400000000000401620000001D0055000000000000000D000000000000000000000002050000002900000004ED00029F510000000101900000000302910C60000000010190000000030291085E00000001019000000000042F0000004C00000004ED00009F04000000010690000000050291080B0000000107900000000502910409000000010890000000000600000000050400
  - Type:            CUSTOM
    Name:            .debug_ranges
    Payload:         050000002E0000002F0000007B0000000000000000000000
  - Type:            CUSTOM
    Name:            .debug_str
    Payload:         696E74006D61696E006A0069002F55736572732F6A6F6E61732F7761736D2D6D6963726F2D72756E74696D652F70726F647563742D6D696E692F706C6174666F726D732F64617277696E2F6275696C64006164640073696D706C652E630062006100636C616E672076657273696F6E2032322E302E306769742028676974406769746875622E636F6D3A4A4465766C696567686572652F6C6C766D2D70726F6A6563742E67697420343161363839613132323834633834623632383933393461356338306264636534383733656466302900
  - Type:            CUSTOM
    Name:            .debug_line
    Payload:         62000000040020000000010101FB0E0D0001010101000000010000010073696D706C652E6300000000000005020500000001050A0A08AE050E0658050C5805032002020001010005022F0000001705070A08BB75050E7505110658050A58050382020F000101
  - Type:            CUSTOM
    Name:            name
    FunctionNames:
      - Index:           0
        Name:            __wasm_call_ctors
      - Index:           1
        Name:            add
      - Index:           2
        Name:            __original_main
      - Index:           3
        Name:            main
    GlobalNames:
      - Index:           0
        Name:            __stack_pointer
  - Type:            CUSTOM
    Name:            producers
    Languages:
      - Name:            C11
        Version:         ''
    Tools:
      - Name:            clang
        Version:         '22.0.0git'
  - Type:            CUSTOM
    Name:            target_features
    Features:
      - Prefix:          USED
        Name:            bulk-memory
      - Prefix:          USED
        Name:            bulk-memory-opt
      - Prefix:          USED
        Name:            call-indirect-overlong
      - Prefix:          USED
        Name:            multivalue
      - Prefix:          USED
        Name:            mutable-globals
      - Prefix:          USED
        Name:            nontrapping-fptoint
      - Prefix:          USED
        Name:            reference-types
      - Prefix:          USED
        Name:            sign-ext
...