Skip to content

Commit 522a4a9

Browse files
committed
types are lowercase
1 parent ea45421 commit 522a4a9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lldb/docs/resources/symbolfilejson.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ case the file is considered of the type ``DebugInfo``.
5454

5555
Valid values for the ``type`` field are:
5656

57-
* ``CoreFile``: A core file that has a checkpoint of a program's execution state.
58-
* ``Executable``: A normal executable.
59-
* ``DebugInfo``: An object file that contains only debug information.
60-
* ``DynamicLinker``: The platform's dynamic linker executable.
61-
* ``ObjectFile``: An intermediate object file.
62-
* ``SharedLibrary``: A shared library that can be used during execution.
63-
* ``StubLibrary``: A library that can be linked against but not used for execution.
64-
* ``JIT``: JIT code that has symbols, sections and possibly debug info.
57+
* ``corefile``: A core file that has a checkpoint of a program's execution state.
58+
* ``executable``: A normal executable.
59+
* ``debuginfo``: An object file that contains only debug information.
60+
* ``dynamicuinker``: The platform's dynamic linker executable.
61+
* ``objectfile``: An intermediate object file.
62+
* ``sharedlibrary``: A shared library that can be used during execution.
63+
* ``stublibrary``: A library that can be linked against but not used for execution.
64+
* ``jit``: JIT code that has symbols, sections and possibly debug info.
6565

6666

6767
sections

0 commit comments

Comments
 (0)