forked from OSchip/llvm-project
[llvm-symbolizer][docs] Update --output-style=JSON example
The fields output when using --output-style=JSON has changed but the guide wasn't updated. This change fixes up the example. Differential Revision: https://reviews.llvm.org/D115164
This commit is contained in:
parent
1f2e4125fb
commit
9094a2285b
|
@ -289,7 +289,7 @@ OPTIONS
|
|||
"FileName": "/tmp/test.cpp",
|
||||
"FunctionName": "baz()",
|
||||
"Line": 11,
|
||||
"Source": "",
|
||||
"StartAddress": "0x4004be",
|
||||
"StartFileName": "/tmp/test.cpp",
|
||||
"StartLine": 9
|
||||
},
|
||||
|
@ -299,7 +299,7 @@ OPTIONS
|
|||
"FileName": "/tmp/test.cpp",
|
||||
"FunctionName": "main",
|
||||
"Line": 15,
|
||||
"Source": "",
|
||||
"StartAddress": "0x4004be",
|
||||
"StartFileName": "/tmp/test.cpp",
|
||||
"StartLine": 14
|
||||
}
|
||||
|
@ -315,7 +315,7 @@ OPTIONS
|
|||
"FileName": "/tmp/test.cpp",
|
||||
"FunctionName": "foo()",
|
||||
"Line": 6,
|
||||
"Source": "",
|
||||
"StartAddress": "0x400486",
|
||||
"StartFileName": "/tmp/test.cpp",
|
||||
"StartLine": 5
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue