Fixed typo

This commit is contained in:
Per Lundberg 2016-03-21 22:13:46 +02:00
parent 95de8b2b03
commit f0cb7fd642

View file

@ -202,7 +202,7 @@ And to search for a function full name/regex:
(gdb) info functions <name> #gdb (gdb) info functions <name> #gdb
``` ```
See this [lldb turorial](http://lldb.llvm.org/tutorial.html) and this [gdb turorial](http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html). See this [lldb tutorial](http://lldb.llvm.org/tutorial.html) and this [gdb tutorial](http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html).
To inspect variables and you are new with lldb, we recommend using the `gui` mode (use left/right to expand variables): To inspect variables and you are new with lldb, we recommend using the `gui` mode (use left/right to expand variables):