Re: [Lldb-commits] [PATCH] D12830: Limit scope of RegisterContextPOSIX.h header

2015-09-14 Thread Ed Maste via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL247558: Limit scope of RegisterContextPOSIX.h header (authored by emaste). Changed prior to commit: http://reviews.llvm.org/D12830?vs=34631&id=34666#toc Repository: rL LLVM http://reviews.llvm.org/D

Re: [Lldb-commits] [PATCH] D12830: Limit scope of RegisterContextPOSIX.h header

2015-09-13 Thread Todd Fiala via lldb-commits
tfiala accepted this revision. tfiala added a comment. This revision is now accepted and ready to land. LGTM, Ed. http://reviews.llvm.org/D12830 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo

[Lldb-commits] [PATCH] D12830: Limit scope of RegisterContextPOSIX.h header

2015-09-12 Thread Ed Maste via lldb-commits
emaste created this revision. emaste added reviewers: tfiala, labath. emaste added a subscriber: lldb-commits. Herald added a subscriber: emaste. RegisterContextPOSIX.h is poorly named and contains only the declaration of POSIXBreakpointProtocol, which is used for in-process live kernel debugging