mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Fixed typo
This commit is contained in:
parent
95de8b2b03
commit
f0cb7fd642
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue