[all-commits] [llvm/llvm-project] c2ffb4: [lldb] Fix TestLoadUnload.py (#117416)

Kazuki Sakamoto via All-commits all-commits at lists.llvm.org
Sun Nov 24 11:05:08 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c2ffb42893eb543f64169e32851e00352feaca69
      https://github.com/llvm/llvm-project/commit/c2ffb42893eb543f64169e32851e00352feaca69
  Author: Kazuki Sakamoto <sakamoto at splhack.org>
  Date:   2024-11-24 (Sun, 24 Nov 2024)

  Changed paths:
    M lldb/include/lldb/Target/Process.h
    M lldb/source/Core/DynamicLoader.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
    M lldb/source/Target/Process.cpp

  Log Message:
  -----------
  [lldb] Fix TestLoadUnload.py (#117416)

ELF core debugging fix #117070 broke TestLoadUnload.py tests due to
GetModuleSpec call, ProcessGDBRemote fetches modules from remote. Revise
the original PR, renamed FindBuildId to FindModuleUUID.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list