[all-commits] [llvm/llvm-project] 2b30fc: Fix two bugs with stack corefiles patch, restrict ...

Jason Molenda via All-commits all-commits at lists.llvm.org
Wed Aug 11 17:19:44 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b30fc2ff3cadd085f7103cb953cd9cf091ee9b9
      https://github.com/llvm/llvm-project/commit/2b30fc2ff3cadd085f7103cb953cd9cf091ee9b9
  Author: Jason Molenda <jason at molenda.com>
  Date:   2021-08-11 (Wed, 11 Aug 2021)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/test/API/macosx/skinny-corefile/TestSkinnyCorefile.py
    M lldb/test/API/macosx/stack-corefile/TestStackCorefile.py
    M lldb/tools/debugserver/source/RNBRemote.cpp

  Log Message:
  -----------
  Fix two bugs with stack corefiles patch, restrict test built debugserver

These two tests, TestSkinnyCorefile.py and TestStackCorefile.py,
require a new debugserver on darwin systems to run correctly; for now,
skip them if the system debugserver is in use.  There's no easy way to
test if the debugserver being used supports either of these memory
region info features. For end users, the fallback will be a full
corefile and that's not the worst thing, but for the tests it is a
problem.




More information about the All-commits mailing list