summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/unwind/cortex-m-exception/binary.json
blob: 0de0169f7adb15bf6f2c72ed433ed5231273b1a7 (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
{
  "triple": "armv7m--",
  "uuid": "2D157DBA-53C9-3AC7-B5A1-9D336EC831CB",
  "type": "executable",
  "sections": [
    {
      "user_id": 100,
      "name": "TEXT",
      "type": "code",
      "address": 2097664,
      "size": 598872,
      "file_offset": 0,
      "file_size": 598872,
      "alignment": 2,
      "flags": 514,
      "read": true,
      "write": false,
      "execute": true
    }
  ],
  "symbols": [
    {
      "name": "main",
      "type": "code",
      "size": 10,
      "address": 2108030
    },
    {
      "name": "exception_catcher",
      "type": "code",
      "size": 32,
      "address": 2111760
    },
    {
      "name": "exception_thrower",
      "type": "code",
      "size": 16,
      "address": 2108040
    }
  ]
}