[Lldb-commits] [PATCH] D84576: Fix debugserver's qProcessInfo reporting of maccatalyst binaries

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 24 18:41:54 PDT 2020


aprantl created this revision.
aprantl added reviewers: friss, jasonmolenda.

This patch is similar in spirit to https://reviews.llvm.org/D84480, but does the maccatalyst/macosx disambiguation. I also took the opportunity to factor out the gdb-remote packet log scanning used by several testcases into lldbutil functions.

rdar://problem/66059257


https://reviews.llvm.org/D84576

Files:
  lldb/packages/Python/lldbsuite/test/lldbutil.py
  lldb/test/API/macosx/macCatalyst/Makefile
  lldb/test/API/macosx/macCatalyst/TestMacCatalyst.py
  lldb/test/API/macosx/macCatalyst/main.c
  lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile
  lldb/test/API/macosx/macCatalystAppMacOSFramework/TestMacCatalystAppWithMacOSFramework.py
  lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.c
  lldb/test/API/macosx/macCatalystAppMacOSFramework/foo.h
  lldb/test/API/macosx/macCatalystAppMacOSFramework/main.c
  lldb/test/API/macosx/macabi/Makefile
  lldb/test/API/macosx/macabi/TestMacABImacOSFramework.py
  lldb/test/API/macosx/macabi/foo.c
  lldb/test/API/macosx/macabi/foo.h
  lldb/test/API/macosx/macabi/main.c
  lldb/test/API/macosx/simulator/TestSimulatorPlatform.py
  lldb/tools/debugserver/source/DNB.cpp
  lldb/tools/debugserver/source/DNB.h
  lldb/tools/debugserver/source/MacOSX/MachProcess.h
  lldb/tools/debugserver/source/MacOSX/MachProcess.mm
  lldb/tools/debugserver/source/RNBRemote.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84576.280649.patch
Type: text/x-patch
Size: 25368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200725/24a38ec8/attachment-0001.bin>


More information about the lldb-commits mailing list