[Lldb-commits] [lldb] [LLDB][FreeBSD] Implement DoStopIDBumped on FreeBSD (PR #195679)
via lldb-commits
lldb-commits at lists.llvm.org
Tue May 5 01:37:10 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 33459 tests passed
* 528 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### lldb-shell
<details>
<summary>lldb-shell.Breakpoint/step-out.test</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
cp /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Breakpoint/Inputs/break_stepout.c /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp.c
# executed command: cp /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Breakpoint/Inputs/break_stepout.c /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp.c
# note: command had no output on stdout or stderr
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp.c
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp.c
# .---command stderr------------
# | clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
# `-----------------------------
# RUN: at line 3
rm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp.c
# executed command: rm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp.c
# note: command had no output on stdout or stderr
# RUN: at line 4
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/lldb --no-lldbinit -S /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o "br set -n vfprintf" -o run -o "thread step-out" -o "thread step-out" /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Breakpoint/step-out.test
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/lldb --no-lldbinit -S /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o 'br set -n vfprintf' -o run -o 'thread step-out' -o 'thread step-out' /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Breakpoint/step-out.test
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Breakpoint/step-out.test:8:8: error: CHECK: expected string not found in input
# | CHECK: stop reason = step out
# | ^
# | <stdin>:1:1: note: scanning from here
# | (lldb) command source -s 0 '/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/lit-lldb-init-quiet'
# | ^
# | <stdin>:14:8: note: possible intended match here
# | (lldb) thread step-out
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/Shell/Breakpoint/step-out.test
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: (lldb) command source -s 0 '/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/lit-lldb-init-quiet'
# | check:8'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 2: Executing commands in '/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/lit-lldb-init-quiet'.
# | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 3: (lldb) command source -C --silent-run true lit-lldb-init
# | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 4: (lldb) target create "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp"
# | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 5: Current executable set to '/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp' (x86_64).
# | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 6: (lldb) br set -n vfprintf
# | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
# | .
# | 9: (lldb) run
# | check:8'0 ~~~~~~~~~~~
# | 10: 1 location added to breakpoint 1
# | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 11: Hello World
# | check:8'0 ~~~~~~~~~~~~
# | 12: Process 473478 launched: '/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb/test/Shell/Breakpoint/Output/step-out.test.tmp' (x86_64)
# | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 13: Process 473478 exited with status = 0 (0x00000000)
# | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 14: (lldb) thread step-out
# | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~
# | check:8'1 ? possible intended match
# | 15: error: Command requires a process which is currently stopped.
# | check:8'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/195679
More information about the lldb-commits
mailing list