[Lldb-commits] [PATCH] D86899: [trace][RFC] create skeleton for thread decoder

2020-09-02 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. I am not sure we need any of the classes in Trace.h: TraceInstruction, TraceDecodedThread, or TraceThread. We should be able to use history thread objects for threads that are currently vended by TraceThread. Each thread will have a current set of hard coded stack fra

[Lldb-commits] [PATCH] D86899: [trace][RFC] create skeleton for thread decoder

2020-08-31 Thread walter erquinigo via Phabricator via lldb-commits
wallace created this revision. wallace added a reviewer: clayborg. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. wallace requested review of this revision. Herald added a subscriber: JDevlieghere. Depends on D86670 . I first just want to g