This is an archive of the discontinued LLVM Phabricator instance.

[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
require printing to a file in json and non-json format

I added a test

Diff Detail

Event Timeline

wallace created this revision.Oct 8 2022, 2:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2022, 2:18 PM
wallace requested review of this revision.Oct 8 2022, 2:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2022, 2:18 PM
wallace 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
persona0220 accepted this revision.Oct 14 2022, 12:40 AM

LGTM! I'll also review the algorithm soon :)

This revision is now accepted and ready to land.Oct 14 2022, 12:40 AM