[Lldb-commits] [PATCH] D30286: Implement QPassSignals GDB package in lldb-server

2017-02-24 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL296101: Implement QPassSignals GDB package in lldb-server (authored by labath). Changed prior to commit: https://reviews.llvm.org/D30286?vs=89575&id=89623#toc Repository: rL LLVM https://reviews.llv

[Lldb-commits] [PATCH] D30286: Implement QPassSignals GDB package in lldb-server

2017-02-24 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. Looks great. Thank you. https://reviews.llvm.org/D30286 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/m

[Lldb-commits] [PATCH] D30286: Implement QPassSignals GDB package in lldb-server

2017-02-23 Thread Eugene Zemtsov via Phabricator via lldb-commits
eugene updated this revision to Diff 89575. eugene edited the summary of this revision. eugene added a comment. Herald added subscribers: srhines, danalbert. Addressing code review comments. https://reviews.llvm.org/D30286 Files: include/lldb/Host/common/NativeProcessProtocol.h packages/Pyt

[Lldb-commits] [PATCH] D30286: Implement QPassSignals GDB package in lldb-server

2017-02-23 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Good stuff. We just need a couple of changes to make this conform better with llvm guidelines. Comment at: include/lldb/Host/common/NativeProcessProtocol.h:72 + //-- + virtual Error Ignor

[Lldb-commits] [PATCH] D30286: Implement QPassSignals GDB package in lldb-server

2017-02-22 Thread Eugene Zemtsov via Phabricator via lldb-commits
eugene created this revision. eugene added a project: LLDB. Herald added a subscriber: emaste. https://reviews.llvm.org/D30286 Files: include/lldb/Host/common/NativeProcessProtocol.h packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py packages/Python/lldbsuite/test/tools/