[Lldb-commits] [lldb] [LLDB] Add module hook implementation (PR #185465)

LLVM Continuous Integration via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 28 22:13:48 PDT 2026


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-arm-ubuntu` running on `linaro-lldb-arm-ubuntu` while building `lldb` at step 6 "test".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/18/builds/25765

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test) failure: build (failure)
...
UNSUPPORTED: lldb-api :: tools/lldb-server/TestGdbRemoteSaveCore.py (1375 of 2795)
PASS: lldb-api :: tools/lldb-server/TestGdbRemoteRegisterState.py (1376 of 2795)
PASS: lldb-api :: tools/lldb-server/TestGdbRemoteLaunch.py (1377 of 2795)
PASS: lldb-api :: tools/lldb-server/TestGdbRemoteSingleStep.py (1378 of 2795)
PASS: lldb-api :: tools/lldb-server/TestGdbRemote_qMemoryRegion.py (1379 of 2795)
PASS: lldb-api :: tools/lldb-server/TestGdbRemote_qRegisterInfo.py (1380 of 2795)
PASS: lldb-api :: tools/lldb-server/TestGdbRemoteThreadsInStopReply.py (1381 of 2795)
UNSUPPORTED: lldb-api :: tools/lldb-server/TestLldbGdbServer.py (1382 of 2795)
PASS: lldb-api :: tools/lldb-server/TestGdbRemote_qThreadStopInfo.py (1383 of 2795)
UNRESOLVED: lldb-api :: tools/lldb-server/TestGdbRemoteProcessInfo.py (1384 of 2795)
******************** TEST 'lldb-api :: tools/lldb-server/TestGdbRemoteProcessInfo.py' FAILED ********************
Script:
--
/usr/bin/python3.10 /home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./lib --env LLVM_INCLUDE_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/include --env LLVM_TOOLS_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin --triple armv8l-unknown-linux-gnueabihf --build-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex --lldb-module-cache-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/lldb --compiler /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/clang --dsymutil /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin --lldb-obj-root /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb --lldb-libs-dir /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./lib --cmake-build-type Release /home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/tools/lldb-server -p TestGdbRemoteProcessInfo.py
--
Exit Code: 1

Command Output (stdout):
--
lldb version 23.0.0git (https://github.com/llvm/llvm-project.git revision b1c027b3aa52a19ae87b36a61b78adee1e7aaee5)
  clang revision b1c027b3aa52a19ae87b36a61b78adee1e7aaee5
  llvm revision b1c027b3aa52a19ae87b36a61b78adee1e7aaee5
Skipping the following test categories: libc++, msvcstl, dsym, pdb, gmodules, debugserver, objc

--
Command Output (stderr):
--
UNSUPPORTED: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_attach_commandline_qProcessInfo_reports_correct_pid_debugserver (TestGdbRemoteProcessInfo.TestGdbRemoteProcessInfo) (test case does not fall in any category of interest for this run) 
failed to attach to process 79143: Operation not permitted
error: failed to attach to pid 79143: Operation not permitted
FAIL: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_attach_commandline_qProcessInfo_reports_correct_pid_llgs (TestGdbRemoteProcessInfo.TestGdbRemoteProcessInfo)
Log Files:
 - /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex/tools/lldb-server/TestGdbRemoteProcessInfo/Error_test_attach_commandline_qProcessInfo_reports_correct_pid_llgs.log
UNSUPPORTED: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_qProcessInfo_contains_cputype_cpusubtype_debugserver (TestGdbRemoteProcessInfo.TestGdbRemoteProcessInfo) (test case does not fall in any category of interest for this run) 
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_qProcessInfo_contains_triple_ppid_llgs (TestGdbRemoteProcessInfo.TestGdbRemoteProcessInfo)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_qProcessInfo_does_not_contain_cputype_cpusubtype_llgs (TestGdbRemoteProcessInfo.TestGdbRemoteProcessInfo)
UNSUPPORTED: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_qProcessInfo_does_not_contain_triple_debugserver (TestGdbRemoteProcessInfo.TestGdbRemoteProcessInfo) (test case does not fall in any category of interest for this run) 
UNSUPPORTED: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_qProcessInfo_reports_valid_endian_debugserver (TestGdbRemoteProcessInfo.TestGdbRemoteProcessInfo) (test case does not fall in any category of interest for this run) 
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_qProcessInfo_reports_valid_endian_llgs (TestGdbRemoteProcessInfo.TestGdbRemoteProcessInfo)
UNSUPPORTED: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_qProcessInfo_returns_running_process_debugserver (TestGdbRemoteProcessInfo.TestGdbRemoteProcessInfo) (test case does not fall in any category of interest for this run) 
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: test_qProcessInfo_returns_running_process_llgs (TestGdbRemoteProcessInfo.TestGdbRemoteProcessInfo)
======================================================================
ERROR: test_attach_commandline_qProcessInfo_reports_correct_pid_llgs (TestGdbRemoteProcessInfo.TestGdbRemoteProcessInfo)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py", line 48, in test_method
    return attrvalue(self)
  File "/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/tools/lldb-server/TestGdbRemoteProcessInfo.py", line 35, in test_attach_commandline_qProcessInfo_reports_correct_pid
    procs = self.prep_debug_monitor_and_inferior()

```

</details>

https://github.com/llvm/llvm-project/pull/185465


More information about the lldb-commits mailing list