Re: [Lldb-commits] [PATCH] D17395: Refactor GetSoftwareBreakpointTrapOpcode

2016-02-22 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL261536: Refactor GetSoftwareBreakpointTrapOpcode (authored by aidandodds). Changed prior to commit: http://reviews.llvm.org/D17395?vs=48324&id=48700#toc Repository: rL LLVM http://reviews.llvm.org/D

Re: [Lldb-commits] [PATCH] D17395: Refactor GetSoftwareBreakpointTrapOpcode

2016-02-18 Thread Ed Maste via lldb-commits
emaste added a comment. Nice work, happy to see this deduplication. Repository: rL LLVM http://reviews.llvm.org/D17395 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D17395: Refactor GetSoftwareBreakpointTrapOpcode

2016-02-18 Thread Aidan Dodds via lldb-commits
ADodds created this revision. ADodds added reviewers: clayborg, emaste, ted, zturner, jasonmolenda. ADodds added a subscriber: lldb-commits. ADodds set the repository for this revision to rL LLVM. Herald added a subscriber: emaste. This patch aims to reduce the code duplication among all of the pl