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

Eugene Zemtsov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 23 15:24:49 PST 2017


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/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
  packages/Python/lldbsuite/test/tools/lldb-server/signal-filtering/Makefile
  packages/Python/lldbsuite/test/tools/lldb-server/signal-filtering/TestGdbRemote_QPassSignals.py
  packages/Python/lldbsuite/test/tools/lldb-server/signal-filtering/main.cpp
  source/Host/common/NativeProcessProtocol.cpp
  source/Plugins/Process/Linux/NativeProcessLinux.cpp
  source/Plugins/Process/POSIX/CrashReason.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
  source/Utility/StringExtractorGDBRemote.cpp
  source/Utility/StringExtractorGDBRemote.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30286.89575.patch
Type: text/x-patch
Size: 14887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170223/a7ae37b4/attachment.bin>


More information about the lldb-commits mailing list