[Lldb-commits] [PATCH] D135521: [lldb][trace] Add a basic function call dump [1] - Add the command scaffolding

2022-10-08 Thread walter erquinigo via Phabricator via lldb-commits
wallace updated this revision to Diff 466317. wallace added a comment. nits Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D135521/new/ https://reviews.llvm.org/D135521 Files: lldb/source/Commands/CommandObjectThread.cpp lldb/source/Commands/Opt

[Lldb-commits] [PATCH] D135521: [lldb][trace] Add a basic function call dump [1] - Add the command scaffolding

2022-10-14 Thread Sujin Park via Phabricator via lldb-commits
persona0220 accepted this revision. persona0220 added a comment. This revision is now accepted and ready to land. LGTM! I'll also review the algorithm soon :) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D135521/new/ https://reviews.llvm.org/D13552

[Lldb-commits] [PATCH] D135521: [lldb][trace] Add a basic function call dump [1] - Add the command scaffolding

2022-10-18 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG566146c03b05: [lldb][trace] Add a basic function call dumpdump [1] - Add the command… (authored by Walter Erquinigo ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION h