mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 17:23:06 +00:00
docs: fix stray reference to symbol finder
"Object finder" was renamed from "symbol finder" awhile ago, but we
forgot to update the advanced usage documentation.
Fixes: 0c5df56fba
("libdrgn: replace symbol index with object index")
Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
parent
e3ba4d2f99
commit
0d95ac0d6e
@ -79,8 +79,8 @@ program "memory":
|
||||
print(drgn.Object(prog, 'struct btrfs_super_block', address=65536))
|
||||
|
||||
:meth:`drgn.Program.add_type_finder()` and
|
||||
:meth:`drgn.Program.add_symbol_finder()` are the equivalent methods for
|
||||
plugging in types and symbols.
|
||||
:meth:`drgn.Program.add_object_finder()` are the equivalent methods for
|
||||
plugging in types and objects.
|
||||
|
||||
Environment Variables
|
||||
---------------------
|
||||
|
Loading…
Reference in New Issue
Block a user