[Lldb-commits] [lldb] [lldb] Update ThreadPlanStepOut to handle new breakpoint behavior (PR #126838)

LLVM Continuous Integration via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 12 13:53:04 PST 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-x86_64-debian` running on `lldb-x86_64-debian` while building `lldb` at step 4 "build".

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

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

```
Step 4 (build) failure: build (failure)
...
4.320 [55/21/60] Linking CXX executable bin/llvm-objdump
4.323 [54/21/61] Linking CXX executable bin/llvm-mca
4.334 [54/20/62] Generating ../../bin/llvm-otool
4.354 [54/19/63] Linking CXX executable bin/llvm-ar
4.358 [51/21/64] Linking CXX executable bin/llvm-mc
4.367 [51/20/65] Generating ../../bin/llvm-ranlib
4.367 [51/19/66] Generating ../../bin/llvm-lib
4.367 [51/18/67] Generating ../../bin/llvm-dlltool
4.432 [51/17/68] Linking CXX executable bin/llvm-nm
4.437 [51/16/69] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o
FAILED: tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o 
/usr/bin/clang++ -DGTEST_HAS_RTTI=0 -DHAVE_ROUND -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb/source/Target -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/source/Target -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/include -I/home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb/include -I/home/worker/2.0.1/lldb-x86_64-debian/build/include -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/include -I/usr/include/python3.11 -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/llvm/../clang/include -I/home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb/../clang/include -I/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/source -I/home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb/source -isystem /usr/include/libxml2 -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-vla-extension -O3 -DNDEBUG  -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -std=c++17 -MD -MT tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o -MF tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o.d -o tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o -c /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/source/Target/ThreadPlanStepOut.cpp
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/source/Target/ThreadPlanStepOut.cpp:368:9: error: use of undeclared identifier 'stop_info'; did you mean 'stop_info_sp'?
    if (stop_info && stop_info_sp->GetStopReason() == eStopReasonBreakpoint) {
        ^~~~~~~~~
        stop_info_sp
/home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/source/Target/ThreadPlanStepOut.cpp:367:16: note: 'stop_info_sp' declared here
    StopInfoSP stop_info_sp = GetPrivateStopInfo();
               ^
1 error generated.
4.437 [51/15/70] Linking CXX executable bin/sancov
4.443 [51/14/71] Linking CXX executable bin/llvm-profgen
4.469 [51/13/72] Linking CXX executable bin/llvm-debuginfo-analyzer
4.492 [51/12/73] Linking CXX executable bin/llvm-cfi-verify
4.567 [51/11/74] Linking CXX executable bin/llvm-extract
4.578 [51/10/75] Linking CXX executable bin/llvm-jitlink
4.696 [51/9/76] Linking CXX shared module lib/CheckerOptionHandlingAnalyzerPlugin.so
4.725 [51/8/77] Linking CXX executable bin/diagtool
4.751 [51/7/78] Linking CXX shared module lib/CheckerDependencyHandlingAnalyzerPlugin.so
4.844 [51/6/79] Linking CXX shared module lib/SampleAnalyzerPlugin.so
5.191 [51/5/80] Linking CXX executable bin/clang-diff
5.191 [51/4/81] Linking CXX executable bin/clang-refactor
5.245 [51/3/82] Linking CXX executable bin/clang-installapi
11.240 [51/2/83] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o
12.560 [51/1/84] Building CXX object lib/LTO/CMakeFiles/LLVMLTO.dir/LTO.cpp.o
ninja: build stopped: subcommand failed.

```

</details>

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


More information about the lldb-commits mailing list