[Lldb-commits] [lldb] ae92f6e - [lldb][Docs] Remove unnecessary colon in title
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 5 07:25:43 PST 2024
Author: David Spickett
Date: 2024-02-05T15:25:16Z
New Revision: ae92f6e8aeb97e39b95a40fde8a176f6aff94063
URL: https://github.com/llvm/llvm-project/commit/ae92f6e8aeb97e39b95a40fde8a176f6aff94063
DIFF: https://github.com/llvm/llvm-project/commit/ae92f6e8aeb97e39b95a40fde8a176f6aff94063.diff
LOG: [lldb][Docs] Remove unnecessary colon in title
Added:
Modified:
lldb/docs/use/python-reference.rst
Removed:
################################################################################
diff --git a/lldb/docs/use/python-reference.rst b/lldb/docs/use/python-reference.rst
index 79851490aa437..e5195a2471d9a 100644
--- a/lldb/docs/use/python-reference.rst
+++ b/lldb/docs/use/python-reference.rst
@@ -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
More information about the lldb-commits
mailing list