We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16efd2a commit aa89c1bCopy full SHA for aa89c1b
lldb/test/API/tools/lldb-dap/coreFile/TestDAP_coreFile.py
@@ -25,20 +25,23 @@ def test_core_file(self):
25
26
expected_frames = [
27
{
28
+ "column": 0,
29
"id": 524288,
30
"line": 4,
31
"name": "bar",
32
"source": {"name": "main.c", "path": "/home/labath/test/main.c"},
33
"instructionPointerReference": "0x40011C",
34
},
35
36
37
"id": 524289,
38
"line": 10,
39
"name": "foo",
40
41
"instructionPointerReference": "0x400142",
42
43
44
45
"id": 524290,
46
"line": 16,
47
"name": "_start",
0 commit comments