Skip to content

Commit 601d0ca

Browse files
[lldb][Docs] Convert GDB protocol extensions doc to Markdown and add to website (#89718)
This document has never been on the website, unlike GDB's protocol docs. It will be useful to have both available online to compare. Markdown is easier to edit and preview in many editors (including Github itself), so I've chosen that over RST. Plus, building the website takes minutes and I lose the will to make nice edits when I have to deal with that. The standard dialiect lacks some things notably multi-line table cells, so I've converted large tables into bullet point lists so that we still get text wrapping. This is a downside but I think the simplicity of Markdown outweighs this. I have applied the plain text markers where I've noticed it and escaped some HTML characters. There may be more changes needed but, it's Markdown, so it's in theory a lot easier for someone to fix it!
1 parent 69703b1 commit 601d0ca

File tree

3 files changed

+2400
-2286
lines changed

3 files changed

+2400
-2286
lines changed

lldb/docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ interesting areas to contribute to lldb.
157157
resources/sbapi
158158
resources/dataformatters
159159
resources/extensions
160+
resources/lldbgdbremote
160161
resources/caveats
161162
resources/projects
162163
Public C++ API <https://lldb.llvm.org/cpp_reference/namespacelldb.html>

0 commit comments

Comments
 (0)