The command is thread trace dump function-calls and as minimum will
require printing to a file in json and non-json format
I added a test
Paths
| Differential D135521
[lldb][trace] Add a basic function call dump [1] - Add the command scaffolding ClosedPublic Authored by wallace on Oct 8 2022, 2:18 PM.
Details Summary The command is thread trace dump function-calls and as minimum will I added a test
Diff Detail
Event Timelinewallace retitled this revision from [lldb][trace] Add a basic function call dumpdump [1] - Add the command scaffolding to [lldb][trace] Add a basic function call dump [1] - Add the command scaffolding.Oct 8 2022, 4:47 PM This revision is now accepted and ready to land.Oct 14 2022, 12:40 AM Closed by commit rG566146c03b05: [lldb][trace] Add a basic function call dumpdump [1] - Add the command… (authored by Walter Erquinigo <wallace@fb.com>). · Explain WhyOct 18 2022, 1:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 466311 lldb/source/Commands/CommandObjectThread.cpp
lldb/test/API/commands/trace/TestTraceDumpFunctionCalls.py
|