[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
+information, for example because they have been stripped.
+
+Format
+------
+
+The symbol file contains of a single JSON object with the following top level
----------------
bulbazord wrote:

`contains of a` -> `contains a`

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


More information about the lldb-commits mailing list