mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #10107 - perlun:fix-hacking-quickstart-typo, r=jdm
HACKING_QUICKSTART: Fixed typo <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10107) <!-- Reviewable:end -->
This commit is contained in:
commit
4341dc5fb4
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
|
||||
```
|
||||
|
||||
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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue