[Lldb-commits] [PATCH] D74138: [lldb] Group ABI plugins

2020-02-07 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGe21b39a86dd6: [lldb] Group ABI plugins (authored by labath). Changed prior to commit: https://reviews.llvm.org/D74138?vs=242921=243208#toc Repository: rG LLVM Github Monorepo CHANGES SINCE LAST

[Lldb-commits] [PATCH] D74138: [lldb] Group ABI plugins

2020-02-06 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. If there's a need for single entry point for each of the new meta-plugins, this can go into a new file like ABIAArch64.cpp (and then the common code can go there too). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[Lldb-commits] [PATCH] D74138: [lldb] Group ABI plugins

2020-02-06 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: JDevlieghere, jasonmolenda. Herald added subscribers: jsji, atanasyan, jrtc27, kbarton, fedor.sergeev, kristof.beyls, mgorny, nemanjai, sdardis. Herald added a reviewer: jfb. Herald added a project: LLDB. There's a fair amount of code