Fix the Clang sphinx bot
This should resolve the issues with: https://lab.llvm.org/buildbot/#/builders/92/builds/29439
This commit is contained in:
parent
6b62ca9043
commit
35f48572e3
|
@ -139,7 +139,7 @@ print the coroutine frame by:
|
|||
Just as printing the `promise_type` is possible from the coroutine address,
|
||||
printing the details of the coroutine frame from an address is also possible:
|
||||
|
||||
.. parsed-literal::
|
||||
::
|
||||
|
||||
(gdb) # Get the address of coroutine frame
|
||||
(gdb) print/x *0x418eb0
|
||||
|
|
Loading…
Reference in New Issue