[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:52:26 PST 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `cross-project-tests-sie-ubuntu` running on `doug-worker-1a` while building `lldb` at step 5 "build-unified-tree".

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

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

```
Step 5 (build-unified-tree) failure: build (failure)
...
3.616 [105/8/16] Linking CXX executable bin/llvm-debuginfo-analyzer
3.626 [104/8/17] Linking CXX executable bin/llvm-ctxprof-util
3.740 [103/8/18] Linking CXX executable bin/lli-child-target
3.802 [102/8/19] Linking CXX executable bin/llvm-ar
3.805 [101/8/20] Generating ../../bin/llvm-lib
3.808 [100/8/21] Generating ../../bin/llvm-ranlib
3.812 [99/8/22] Generating ../../bin/llvm-dlltool
3.860 [98/8/23] Linking CXX executable bin/llvm-profdata
3.957 [97/8/24] Linking CXX executable bin/apinotes-test
5.170 [96/8/25] Building CXX object tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o
FAILED: tools/lldb/source/Target/CMakeFiles/lldbTarget.dir/ThreadPlanStepOut.cpp.o 
/opt/ccache/bin/g++ -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/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/tools/lldb/source/Target -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/lldb/source/Target -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/lldb/include -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/tools/lldb/include -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/include -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm/include -I/usr/include/python3.8 -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/llvm/../clang/include -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/tools/lldb/../clang/include -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/lldb/source -I/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/build/tools/lldb/source -isystem /usr/include/libxml2 -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -fno-lifetime-dse -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-uninitialized -Wno-nonnull -Wno-class-memaccess -Wno-redundant-move -Wno-pessimizing-move -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wno-unknown-pragmas -Wno-strict-aliasing -Wno-stringop-truncation -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/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/lldb/source/Target/ThreadPlanStepOut.cpp
/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/lldb/source/Target/ThreadPlanStepOut.cpp: In member function ‘virtual bool lldb_private::ThreadPlanStepOut::ShouldStop(lldb_private::Event*)’:
/home/buildbot/buildbot-root/cross-project-tests-sie-ubuntu/llvm-project/lldb/source/Target/ThreadPlanStepOut.cpp:368:9: error: ‘stop_info’ was not declared in this scope; did you mean ‘stop_info_sp’?
  368 |     if (stop_info && stop_info_sp->GetStopReason() == eStopReasonBreakpoint) {
      |         ^~~~~~~~~
      |         stop_info_sp
5.170 [96/7/26] Linking CXX shared module lib/CheckerDependencyHandlingAnalyzerPlugin.so
5.184 [96/6/27] Linking CXX shared module lib/SampleAnalyzerPlugin.so
5.215 [96/5/28] Linking CXX shared module lib/CheckerOptionHandlingAnalyzerPlugin.so
5.280 [96/4/29] Linking CXX executable bin/diagtool
5.881 [96/3/30] Linking CXX executable bin/clang-diff
14.483 [96/2/31] Building CXX object lib/CodeGen/AsmPrinter/CMakeFiles/LLVMAsmPrinter.dir/AsmPrinter.cpp.o
15.240 [96/1/32] 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