[all-commits] [llvm/llvm-project] bbae06: [lldb] Fix TestStopOnSharedlibraryEvents.py on linux

Pavel Labath via All-commits all-commits at lists.llvm.org
Tue Mar 30 08:39:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bbae06652e076a35b94acf84e67602ffbdc5c071
      https://github.com/llvm/llvm-project/commit/bbae06652e076a35b94acf84e67602ffbdc5c071
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M lldb/test/API/functionalities/stop-on-sharedlibrary-load/TestStopOnSharedlibraryEvents.py

  Log Message:
  -----------
  [lldb] Fix TestStopOnSharedlibraryEvents.py on linux

and hopefully other ELF OSes. The problem was a missing "extra_images"
startup argument (which ensures LD_LIBRARY_PATH is set properly).


  Commit: 9709186681a73489ecb76ea56cb4e1770f8da99a
      https://github.com/llvm/llvm-project/commit/9709186681a73489ecb76ea56cb4e1770f8da99a
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
    M lldb/test/API/tools/lldb-server/vCont-threads/main.cpp

  Log Message:
  -----------
  [lldb] Add missing include in TestGdbRemote_vContThreads test

should fix the arm builtbots.


Compare: https://github.com/llvm/llvm-project/compare/77d81c2270c6...9709186681a7


More information about the All-commits mailing list