[Lldb-commits] [PATCH] D135917: [lldb][trace] Add a basic function call dump [2] - Implement the reconstruction algorithm

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 14 14:18:35 PDT 2022


wallace updated this revision to Diff 467911.
wallace marked 7 inline comments as done.
wallace added a comment.

- address all comments
- turn all the structs into classes with safe accessors


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135917/new/

https://reviews.llvm.org/D135917

Files:
  lldb/include/lldb/Target/TraceDumper.h
  lldb/source/Commands/CommandObjectThread.cpp
  lldb/source/Target/TraceDumper.cpp
  lldb/test/API/commands/trace/TestTraceDumpFunctionCalls.py
  lldb/test/API/commands/trace/TestTraceLoad.py
  lldb/test/API/commands/trace/inline-function/a.out
  lldb/test/API/commands/trace/inline-function/inline.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135917.467911.patch
Type: text/x-patch
Size: 43737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221014/f19916c8/attachment-0001.bin>


More information about the lldb-commits mailing list