[all-commits] [llvm/llvm-project] 91ea49: [lldb] Move lldb_enable_attach from test_common to...

Pavel Labath via All-commits all-commits at lists.llvm.org
Tue May 13 08:52:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91ea49499325aeff8426135721b1bd432e5b7780
      https://github.com/llvm/llvm-project/commit/91ea49499325aeff8426135721b1bd432e5b7780
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2025-05-13 (Tue, 13 May 2025)

  Changed paths:
    A lldb/packages/Python/lldbsuite/test/make/attach.h
    M lldb/packages/Python/lldbsuite/test/make/test_common.h
    M lldb/test/API/commands/process/attach-resume/main.cpp
    M lldb/test/API/commands/process/attach/main.cpp
    M lldb/test/API/commands/process/detach-resumes/main.cpp
    M lldb/test/API/commands/register/register/register_command/main.cpp
    M lldb/test/API/driver/batch_mode/main.c
    M lldb/test/API/functionalities/deleted-executable/main.cpp
    M lldb/test/API/functionalities/load_after_attach/main.cpp
    M lldb/test/API/functionalities/process_group/main.c
    M lldb/test/API/functionalities/thread/create_after_attach/main.cpp
    M lldb/test/API/iohandler/completion/main.c
    M lldb/test/API/python_api/hello_world/main.c
    M lldb/test/API/tools/lldb-dap/attach/main.c
    M lldb/test/API/tools/lldb-dap/disconnect/main.cpp
    M lldb/test/API/tools/lldb-server/attach-wait/shim.cpp
    M lldb/test/API/tools/lldb-server/main.cpp

  Log Message:
  -----------
  [lldb] Move lldb_enable_attach from test_common to a separate header (#139550)

test_common is force-included into every compilation, which causes
problems when we're compiling assembly code, as we were in #138805.

This avoids that as we can include the header only when it's needed.



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