[Lldb-commits] [PATCH] D137614: [trace] Add a new call graph reconstructor

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 7 23:54:07 PST 2022


wallace updated this revision to Diff 473892.
wallace added a comment.

nit


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137614

Files:
  lldb/include/lldb/Target/Trace.h
  lldb/include/lldb/Target/TraceCallGraph.h
  lldb/include/lldb/Target/TraceCursor.h
  lldb/include/lldb/Target/TraceDumper.h
  lldb/include/lldb/lldb-enumerations.h
  lldb/include/lldb/lldb-forward.h
  lldb/source/Commands/CommandObjectThread.cpp
  lldb/source/Commands/Options.td
  lldb/source/Core/Disassembler.cpp
  lldb/source/Plugins/Trace/intel-pt/DecodedThread.cpp
  lldb/source/Plugins/Trace/intel-pt/DecodedThread.h
  lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.cpp
  lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.h
  lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp
  lldb/source/Target/CMakeLists.txt
  lldb/source/Target/Trace.cpp
  lldb/source/Target/TraceCallGraph.cpp
  lldb/source/Target/TraceCursor.cpp
  lldb/source/Target/TraceDumper.cpp
  lldb/test/API/commands/trace/TestTraceDumpFunctionCalls.py
  lldb/test/API/commands/trace/TestTraceDumpInfo.py
  lldb/test/API/commands/trace/TestTraceLoad.py
  lldb/test/API/commands/trace/function_calls/Makefile
  lldb/test/API/commands/trace/function_calls/TestTraceDumpFunctionCalls.py
  lldb/test/API/commands/trace/function_calls/bar.cpp
  lldb/test/API/commands/trace/function_calls/bar.h
  lldb/test/API/commands/trace/function_calls/foo.cpp
  lldb/test/API/commands/trace/inline-function/a.out
  lldb/test/API/commands/trace/inline-function/inline.cpp
  lldb/test/API/tools/lldb-vscode/module/TestVSCode_module.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137614.473892.patch
Type: text/x-patch
Size: 139654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221108/23369405/attachment-0001.bin>


More information about the lldb-commits mailing list