4 Commits

Author SHA1 Message Date
David Spickett
b1ef2db4c6 [lldb][docs] Fix header level warnings in a few documents
All these are using H1 for the main heading but H3 for the
rest, Sphinx warns about this:
WARNING: Non-consecutive header level increase; H1 to H3 [myst.header]
2025-12-09 12:49:19 +00:00
David Spickett
19bf0adfd0 [lldb][docs] Add troubleshooting section to scripting introduction
Logs just helped someone on Discord debug an issue in a way that would
not have been possible just by stepping the Python script. It was that
LLDB could not find the lldb-server binary.

We do talk about logs elsewhere but I think it's fine to repeat
here since it's a lot of people's first experience with scripting.
2025-10-31 14:02:30 +00:00
David Spickett
33185e7d43 [lldb][docs] Add example output for standalone debugging script
Varies by host but I think it's useful to give some expectation.
2025-10-27 10:13:09 +00:00
Med Ismail Bennani
261000760f
[lldb/docs] Breakdown python reference into multiple files (#158331)
This pages improve the LLDB website documentation readability and
discoverability by breaking down the very long python-reference page
into multiple subpages each explaining a specific topic.

The long term goal is to have tutorials for every scripting extension.

This also converts the pages to markdown, since it's easier to write.

Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
2025-09-12 20:03:36 -07:00