[all-commits] [llvm/llvm-project] 4332b0: [docs] Add examples for printing asynchronous stac...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Aug 23 02:37:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4332b049edf6ccf98c9e31dcc983760a89f01d40
https://github.com/llvm/llvm-project/commit/4332b049edf6ccf98c9e31dcc983760a89f01d40
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2022-08-23 (Tue, 23 Aug 2022)
Changed paths:
M clang/docs/DebuggingCoroutines.rst
Log Message:
-----------
[docs] Add examples for printing asynchronous stack for coroutines
Previously when I wrote this document, I felt the completed scripts was
lengthy, redundant and not easy to read. So I didn't add complete
examples in the previous commit.
However, in the recent discussion with @avogelsgesang, I found people
may not know how to use debugging scripts to improve their debugging
efficiency. So now, I feel like it is helpful to put the examples even
if they are a little bit long.
Test Plan: make docs-clang-html
Reviewed By: avogelsgesang
Differential Revision: https://reviews.llvm.org/D132451
More information about the All-commits
mailing list