SERVER-98538 Clarify mongodb-decoration comment (#47934)
GitOrigin-RevId: 8a2b21aca2d38f35fb17627d6125495de7cd0f4e
This commit is contained in:
parent
a3209d2df6
commit
e070eb91cb
@ -398,9 +398,11 @@ DumpGlobalServiceContext()
|
||||
|
||||
class GetMongoDecoration(gdb.Command):
|
||||
"""
|
||||
Search for a decoration on an object by typename and print it e.g.
|
||||
Search for a decoration on an object by typename and print it.
|
||||
|
||||
(gdb) mongodb-decoration opCtx ReadConcernArgs
|
||||
Example: if opCtx is a pointer to mongo::OperationContext,
|
||||
|
||||
(gdb) mongodb-decoration *opCtx ReadConcernArgs
|
||||
|
||||
would print out a decoration on opCtx whose type name contains the string "ReadConcernArgs".
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user