[Lldb-commits] [lldb] [lldb] Document SymbolFileJSON (PR #112938)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 18 12:26:56 PDT 2024


================
@@ -0,0 +1,201 @@
+JSON Symbol File Format
+=======================
+
+The JSON symbol file format encodes symbols in a text based, human readable
+format. JSON symbol files can be used to symbolicate programs that miss symbol
----------------
bulbazord wrote:

Suggestion: `miss` -> `lack`

https://github.com/llvm/llvm-project/pull/112938


More information about the lldb-commits mailing list