[PATCH] D132451: [docs] Add examples for printing asynchronous stack for coroutines

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 23 01:42:20 PDT 2022


ChuanqiXu created this revision.
ChuanqiXu added reviewers: avogelsgesang, dblaikie, aprantl, labath, JDevlieghere.
ChuanqiXu added a project: debug-info.
Herald added a project: All.
ChuanqiXu requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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.

I understand it may be better to provide debugging scripts for lldb too since we are in LLVM community : ) But I never used lldb before... So I put the examples for gdb only. I guess this won't be a blocking issue?


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132451

Files:
  clang/docs/DebuggingCoroutines.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132451.454737.patch
Type: text/x-patch
Size: 15595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220823/e33d50a8/attachment-0001.bin>


More information about the cfe-commits mailing list