[all-commits] [llvm/llvm-project] 7866db: [lldb/test] Remove a check from TestLoadAfterAttach

Pavel Labath via All-commits all-commits at lists.llvm.org
Tue Sep 28 05:48:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7866dbb261240f71c79e70d2ed52351846f795cd
      https://github.com/llvm/llvm-project/commit/7866dbb261240f71c79e70d2ed52351846f795cd
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2021-09-28 (Tue, 28 Sep 2021)

  Changed paths:
    M lldb/test/API/functionalities/load_after_attach/TestLoadAfterAttach.py

  Log Message:
  -----------
  [lldb/test] Remove a check from TestLoadAfterAttach

The two module retrieval methods (qXfer:libraries-svr4 and manual list
traversal) differ in how the handle the
manually-added-but-not-yet-loaded modules. The svr4 path will remove it,
while the manual one will keep in the list.

It's likely the two paths need ought to be synchronized, but right now,
this distinction is not relevant for the test.




More information about the All-commits mailing list