Author: David Spickett Date: 2023-10-09T08:18:13+01:00 New Revision: cf5639dd2df406b0ef32031182f2ea5daf2e5fbb
URL: https://github.com/llvm/llvm-project/commit/cf5639dd2df406b0ef32031182f2ea5daf2e5fbb DIFF: https://github.com/llvm/llvm-project/commit/cf5639dd2df406b0ef32031182f2ea5daf2e5fbb.diff LOG: [lldb][Docs] Fix typo in debugging lldb doc Added: Modified: lldb/docs/resources/debugging.rst Removed: ################################################################################ diff --git a/lldb/docs/resources/debugging.rst b/lldb/docs/resources/debugging.rst index 0af1de1581c4bd0..63c88477a848c43 100644 --- a/lldb/docs/resources/debugging.rst +++ b/lldb/docs/resources/debugging.rst @@ -488,7 +488,7 @@ The program presented `here <https://eli.thegreenplace.net/2011/01/23/how-debugg is a great starting point. There is also an AArch64 specific example in `the LLDB examples folder <https://github.com/llvm/llvm-project/tree/main/lldb/examples/ptrace_example.c>`_. -For either, you'll need to modify that to fit your architecture. An tip for this +For either, you'll need to modify that to fit your architecture. A tip for this is to take any constants used in it, find in which function(s) they are used in LLDB and then you'll find the equivalent constants in the same LLDB functions for your architecture. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits