File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ case the file is considered of the type ``DebugInfo``.
5454
5555Valid 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
6767sections
You can’t perform that action at this time.
0 commit comments