We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6480fe2 commit cf5639dCopy full SHA for cf5639d
lldb/docs/resources/debugging.rst
@@ -488,7 +488,7 @@ The program presented `here <https://eli.thegreenplace.net/2011/01/23/how-debugg
488
is a great starting point. There is also an AArch64 specific example in
489
`the LLDB examples folder <https://github.com/llvm/llvm-project/tree/main/lldb/examples/ptrace_example.c>`_.
490
491
-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
492
is to take any constants used in it, find in which function(s) they are used in
493
LLDB and then you'll find the equivalent constants in the same LLDB functions
494
for your architecture.
0 commit comments