[lldb][Docs] Remove unnecessary colon in title

This commit is contained in:
David Spickett 2024-02-05 15:24:14 +00:00
parent d1722868d3
commit ae92f6e8ae

View File

@ -885,8 +885,8 @@ When the program is stopped at the beginning of the 'read' function in libc, we
(lldb) frame variable
(int) fd = 3
Writing Target Stop-Hooks in Python:
------------------------------------
Writing Target Stop-Hooks in Python
-----------------------------------
Stop hooks fire whenever the process stops just before control is returned to the
user. Stop hooks can either be a set of lldb command-line commands, or can