On 2014.09.29 at 23:17 -0000, Jim Ingham wrote: > Author: jingham > Date: Mon Sep 29 18:17:18 2014 > New Revision: 218642 > > URL: http://llvm.org/viewvc/llvm-project?rev=218642&view=rev > Log: > This checkin is the first step in making the lldb thread stepping mechanism > more accessible from > the user level. It adds the ability to invent new stepping modes implemented > by python classes, > and to view the current thread plan stack and to some extent alter it.
llvm_build % cmake -G Ninja -DCMAKE_BUILD_TYPE=release -DLLVM_ENABLE_ASSERTIONS=on -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_CXX_FLAGS_RELEASE:STRING="-O3 -fno-strict-a liasing -march=native -DNDEBUG -pipe" -DCMAKE_EXE_LINKER_FLAGS="-Wl,-O1,--hash-style=gnu,--gc-sections,--icf=all,--icf-iterations=3" -DLLVM_BINUTILS_INCDIR=/usr/lib/binutils/ x86_64-pc-linux-gnu/git/include -DENABLE_PIC=1 -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBUILD_SHARED_LIBS=on -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ /var/tmp/llvm-project /llvm ... CMake Error at cmake/modules/LLVMProcessSources.cmake:70 (message): Found unknown source file /var/tmp/llvm-project/llvm/tools/lldb/source/API/SBThreadPlan.cpp Please update /var/tmp/llvm-project/llvm/tools/lldb/source/API/CMakeLists.txt Call Stack (most recent call first): cmake/modules/LLVMProcessSources.cmake:44 (llvm_check_source_file_list) tools/lldb/CMakeLists.txt:211 (llvm_process_sources) tools/lldb/source/API/CMakeLists.txt:6 (add_lldb_library) CMake Error at cmake/modules/LLVMProcessSources.cmake:70 (message): Found unknown source file /var/tmp/llvm-project/llvm/tools/lldb/source/API/SBThreadPlan.cpp Please update /var/tmp/llvm-project/llvm/tools/lldb/source/API/CMakeLists.txt Call Stack (most recent call first): cmake/modules/LLVMProcessSources.cmake:44 (llvm_check_source_file_list) cmake/modules/AddLLVM.cmake:222 (llvm_process_sources) tools/lldb/CMakeLists.txt:230 (llvm_add_library) tools/lldb/source/API/CMakeLists.txt:6 (add_lldb_library) CMake Error at cmake/modules/LLVMProcessSources.cmake:70 (message): Found unknown source file /var/tmp/llvm-project/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp Please update /var/tmp/llvm-project/llvm/tools/lldb/source/Target/CMakeLists.txt Call Stack (most recent call first): cmake/modules/LLVMProcessSources.cmake:44 (llvm_check_source_file_list) tools/lldb/CMakeLists.txt:211 (llvm_process_sources) tools/lldb/source/Target/CMakeLists.txt:5 (add_lldb_library) CMake Error at cmake/modules/LLVMProcessSources.cmake:70 (message): Found unknown source file /var/tmp/llvm-project/llvm/tools/lldb/source/Target/ThreadPlanPython.cpp Please update /var/tmp/llvm-project/llvm/tools/lldb/source/Target/CMakeLists.txt Call Stack (most recent call first): cmake/modules/LLVMProcessSources.cmake:44 (llvm_check_source_file_list) cmake/modules/AddLLVM.cmake:222 (llvm_process_sources) tools/lldb/CMakeLists.txt:230 (llvm_add_library) tools/lldb/source/Target/CMakeLists.txt:5 (add_lldb_library) -- Configuring incomplete, errors occurred! See also "/var/tmp/llvm_build/CMakeFiles/CMakeOutput.log". See also "/var/tmp/llvm_build/CMakeFiles/CMakeError.log". _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
