[clang] [docs][coroutines] Update gdb debugger script (PR #162145)

Kazu Hirata via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 6 13:03:05 PDT 2025


================
@@ -1019,154 +1016,273 @@ GDB Debugger Script
 
 For GDB, the following script provides a couple of useful commands:
 
-* ``async-bt`` to print the stack trace of a coroutine
-* ``show-coro-frame`` to print the coroutine frame, similar to
-  LLDB's builtin pretty-printer for coroutine frames
+The following script provides
----------------
kazutakahirata wrote:

```suggestion
The following script provides:
```

https://github.com/llvm/llvm-project/pull/162145


More information about the cfe-commits mailing list