Skip to content

Commit

Permalink
Minor clarification
Browse files Browse the repository at this point in the history
DerekSelander authored Jul 26, 2019
1 parent 05549a9 commit ec50ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -178,7 +178,7 @@ Perform a regular expression search for stuff in an executable
# Dump all the global bss code referenced by DWARF. Ideal for accessing `static` variables when not in scope
(lldb) lookup . -g HonoluluArt -l
# Look for phrase "nominal" (Swift's nominal type descriptors) and get address, don't evaluate symbol
# Look for phrase "nominal" (Swift's nominal type descriptors) in module "SwiftTest" and get address, don't evaluate symbol
(lldb) lookup -G SwiftTest nominal -l

0 comments on commit ec50ce1

Please sign in to comment.