[Lldb-commits] [PATCH] D101241: [lldb] [llgs] Report QPassSignals and qXfer via extensions API

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Apr 24 14:20:51 PDT 2021


mgorny created this revision.
mgorny added reviewers: krytarowski, emaste, labath.
mgorny requested review of this revision.

Remove hardcoded platform list for QPassSignals, qXfer:auxv:read
and qXfer:libraries-svr4:read and instead query the process plugin
via the GetSupportedExtensions() API.


https://reviews.llvm.org/D101241

Files:
  lldb/include/lldb/Host/common/NativeProcessProtocol.h
  lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
  lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
  lldb/test/API/tools/lldb-server/signal-filtering/TestGdbRemote_QPassSignals.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101241.340314.patch
Type: text/x-patch
Size: 6562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210424/ff884ca3/attachment.bin>


More information about the lldb-commits mailing list