Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- note: using clang: /home/jose/lldb/llvm-project/bin/clang
- FAIL: lldb-shell :: Watchpoint/ExpressionLanguage.test (6 of 1919)
- ******************** TEST 'lldb-shell :: Watchpoint/ExpressionLanguage.test' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/Inputs/languages.cpp -g -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/ExpressionLanguage.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/Inputs/languages.cpp -g -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/ExpressionLanguage.test.tmp.out
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 3: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o 'settings set interpreter.stop-command-source-on-error false' -s /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/ExpressionLanguage.test.tmp.out 2>&1 | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o 'settings set interpreter.stop-command-source-on-error false' -s /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/ExpressionLanguage.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
- /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test:10:10: error: CHECK: expected string not found in input
- # CHECK: stopped
- ^
- <stdin>:10:59: note: scanning from here
- interpreter.stop-command-source-on-error (boolean) = false
- ^
- <stdin>:14:181: note: possible intended match here
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o "settings set interpreter.stop-command-source-on-error false" -s /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/ExpressionLanguage.test.tmp.out
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- .
- .
- .
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/ExpressionLanguage.test.tmp.out' (x86_64).
- 6: (lldb) settings set interpreter.stop-command-source-on-error false
- 7: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test'
- 8: Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test'.
- 9: (lldb) settings show interpreter.stop-command-source-on-error
- 10: interpreter.stop-command-source-on-error (boolean) = false
- check:10'0 X error: no match found
- 11: (lldb) b main
- check:10'0 ~~~~~~~~~~~~~~
- 12: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 13: Stack dump:
- check:10'0 ~~~~~~~~~~~~
- 14: 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o "settings set interpreter.stop-command-source-on-error false" -s /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/ExpressionLanguage.test.tmp.out
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:10'1 ? possible intended match
- 15: 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/ExpressionLanguage.test'")
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 16: 2. HandleCommand(command = "b main")
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 17: 3. HandleCommand(command = "breakpoint set --name 'main'")
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 18: #0 0x00007fab58cb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 19: #1 0x00007fab58cb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Expr/TestIRMemoryMap.test (7 of 1919)
- ******************** TEST 'lldb-shell :: Expr/TestIRMemoryMap.test' FAILED ********************
- Exit Code: 139
- Command Output (stderr):
- --
- RUN: at line 3: /home/jose/lldb/llvm-project/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/Inputs/call-function.cpp -g -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/TestIRMemoryMap.test.tmp
- + /home/jose/lldb/llvm-project/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/Inputs/call-function.cpp -g -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/TestIRMemoryMap.test.tmp
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 5: /home/jose/lldb/llvm-project/bin/lldb-test ir-memory-map /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/TestIRMemoryMap.test.tmp /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/Inputs/ir-memory-map-basic
- + /home/jose/lldb/llvm-project/bin/lldb-test ir-memory-map /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/TestIRMemoryMap.test.tmp /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/Inputs/ir-memory-map-basic
- #0 0x00007f05b82b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f05b82b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f05b82b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f05b82b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f05b7842520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00005627dfb4ea28 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00005627df8767f2 lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00005627df85b619 lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00005627e057f33f CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00005627dfabb3b3 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00005627dfa896f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00005627e06054cf lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x00005627dfabb54a lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x00005627dfa896f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x00005627df81c831 opts::irmemorymap::evaluateMemoryMapCommands(lldb_private::Debugger&)::'lambda'(char const*)::operator()(char const*) const /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1145:3
- #15 0x00005627df81c8ec opts::irmemorymap::evaluateMemoryMapCommands(lldb_private::Debugger&) /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1146:7
- #16 0x00005627df81d2c9 main /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1232:56
- #17 0x00007f05b7829d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #18 0x00007f05b7829e40 call_init ./csu/../csu/libc-start.c:128:20
- #19 0x00007f05b7829e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #20 0x00005627df814fa5 _start (/home/jose/lldb/llvm-project/bin/lldb-test+0x184fa5)
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb-test ir-memory-map /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/TestIRMemoryMap.test.tmp /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/Inputs/ir-memory-map-basic
- 1. HandleCommand(command = "b main")
- 2. HandleCommand(command = "breakpoint set --name 'main'")
- /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/TestIRMemoryMap.test.script: line 7: 22290 Segmentation fault (core dumped) /home/jose/lldb/llvm-project/bin/lldb-test ir-memory-map /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/TestIRMemoryMap.test.tmp /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/Inputs/ir-memory-map-basic
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/DWARF/debug-types-expressions.test (18 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/DWARF/debug-types-expressions.test' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 4: /home/jose/lldb/llvm-project/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/Inputs/debug-types-expressions.cpp -g -gdwarf-4 -fdebug-types-section -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/debug-types-expressions.test.tmp4
- + /home/jose/lldb/llvm-project/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/Inputs/debug-types-expressions.cpp -g -gdwarf-4 -fdebug-types-section -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/debug-types-expressions.test.tmp4
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 6: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/debug-types-expressions.test.tmp4 -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test -o exit | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/debug-types-expressions.test.tmp4 -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test -o exit
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/debug-types-expressions.test.tmp4 -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test -o exit
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test'")
- 2. HandleCommand(command = "breakpoint set -n foo")
- #0 0x00007f1d6beb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f1d6beb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f1d6beb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f1d6beb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f1d6b442520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007f1d6c811764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007f1d6c544b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007f1d6c52b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007f1d6d223123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007f1d6c77ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007f1d6c74fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007f1d6c754c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #12 0x00007f1d6c5dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #13 0x00007f1d6c58d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #14 0x00007f1d6c753417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #15 0x00007f1d6d230f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #16 0x00007f1d6c77ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #17 0x00007f1d6c74fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #18 0x00007f1d6c754c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #19 0x00007f1d6c5dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #20 0x00007f1d6c58ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #21 0x00007f1d6c756168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #22 0x00007f1d6c4037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #23 0x000055f2b045c8f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #24 0x000055f2b045d765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #25 0x00007f1d6b429d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #26 0x00007f1d6b429e40 call_init ./csu/../csu/libc-start.c:128:20
- #27 0x00007f1d6b429e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #28 0x000055f2b045a225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-f554e9
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test:33:16: error: CHECK-LABEL: expected string not found in input
- # CHECK-LABEL: frame variable a
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:5:5: note: possible intended match here
- Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/debug-types-expressions.test.tmp4' (x86_64).
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- label:33'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- label:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- label:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/debug-types-expressions.test.tmp4"
- label:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/debug-types-expressions.test.tmp4' (x86_64).
- label:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- label:33'1 ? possible intended match
- 6: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test'
- label:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7: Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/debug-types-expressions.test'.
- label:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 8: (lldb) breakpoint set -n foo
- label:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: ExecControl/StopHook/stop-hook.test (29 of 1919)
- ******************** TEST 'lldb-shell :: ExecControl/StopHook/stop-hook.test' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook.c -g -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/ExecControl/StopHook/Output/stop-hook.test.tmp
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook.c -g -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/ExecControl/StopHook/Output/stop-hook.test.tmp
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 3: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-1.lldbinit -s /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/stop-hook.test -f /home/jose/lldb/llvm-project/tools/lldb/test/Shell/ExecControl/StopHook/Output/stop-hook.test.tmp | /home/jose/lldb/llvm-project/bin/FileCheck --check-prefix=CHECK --check-prefix=CHECK-FUNC /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/stop-hook.test
- + /home/jose/lldb/llvm-project/bin/FileCheck --check-prefix=CHECK --check-prefix=CHECK-FUNC /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/stop-hook.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-1.lldbinit -s /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/stop-hook.test -f /home/jose/lldb/llvm-project/tools/lldb/test/Shell/ExecControl/StopHook/Output/stop-hook.test.tmp
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-1.lldbinit -s /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/stop-hook.test -f /home/jose/lldb/llvm-project/tools/lldb/test/Shell/ExecControl/StopHook/Output/stop-hook.test.tmp
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/stop-hook.test'")
- 2. HandleCommand(command = "break set -f stop-hook.c -p "// Set breakpoint here to test target stop-hook"")
- #0 0x00007f888beb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f888beb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f888beb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f888beb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f888b442520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007f888c811764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007f888c544b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007f888c52b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007f888d223123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007f888c77ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007f888c74fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007f888c754c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #12 0x00007f888c5dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #13 0x00007f888c58d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #14 0x00007f888c753417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #15 0x00007f888d230f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #16 0x00007f888c77ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #17 0x00007f888c74fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #18 0x00007f888c754c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #19 0x00007f888c5dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #20 0x00007f888c58ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #21 0x00007f888c756168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #22 0x00007f888c4037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #23 0x00005590c83f28f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #24 0x00005590c83f3765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #25 0x00007f888b429d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #26 0x00007f888b429e40 call_init ./csu/../csu/libc-start.c:128:20
- #27 0x00007f888b429e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #28 0x00005590c83f0225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-43547e
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/stop-hook.test:19:10: error: CHECK: expected string not found in input
- # CHECK: Hook: 1
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:4:90: note: possible intended match here
- (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/ExecControl/StopHook/Output/stop-hook.test.tmp"
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/stop-hook.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:19'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/ExecControl/StopHook/Output/stop-hook.test.tmp"
- check:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:19'1 ? possible intended match
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/ExecControl/StopHook/Output/stop-hook.test.tmp' (x86_64).
- check:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-1.lldbinit'
- check:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7: Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/ExecControl/StopHook/Inputs/stop-hook-1.lldbinit'.
- check:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 8: (lldb) target stop-hook add -n b -o "expr ptr"
- check:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 9: Stop hook #1 added.
- check:19'0 ~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Watchpoint/SetErrorCases.test (41 of 1919)
- ******************** TEST 'lldb-shell :: Watchpoint/SetErrorCases.test' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/Inputs/main.cpp -g -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/SetErrorCases.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/Inputs/main.cpp -g -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/SetErrorCases.test.tmp.out
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o 'settings set interpreter.stop-command-source-on-error false' -s /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/SetErrorCases.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/SetErrorCases.test.tmp.out 2>&1 | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/SetErrorCases.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o 'settings set interpreter.stop-command-source-on-error false' -s /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/SetErrorCases.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/SetErrorCases.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/SetErrorCases.test
- /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/SetErrorCases.test:9:10: error: CHECK: expected string not found in input
- # CHECK: stopped
- ^
- <stdin>:10:59: note: scanning from here
- interpreter.stop-command-source-on-error (boolean) = false
- ^
- <stdin>:14:181: note: possible intended match here
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o "settings set interpreter.stop-command-source-on-error false" -s /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/SetErrorCases.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/SetErrorCases.test.tmp.out
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/SetErrorCases.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- .
- .
- .
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/SetErrorCases.test.tmp.out' (x86_64).
- 6: (lldb) settings set interpreter.stop-command-source-on-error false
- 7: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/SetErrorCases.test'
- 8: Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/SetErrorCases.test'.
- 9: (lldb) settings show interpreter.stop-command-source-on-error
- 10: interpreter.stop-command-source-on-error (boolean) = false
- check:9'0 X error: no match found
- 11: (lldb) b main.cpp:11
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~
- 12: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 13: Stack dump:
- check:9'0 ~~~~~~~~~~~~
- 14: 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o "settings set interpreter.stop-command-source-on-error false" -s /home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/SetErrorCases.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Watchpoint/Output/SetErrorCases.test.tmp.out
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:9'1 ? possible intended match
- 15: 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Watchpoint/SetErrorCases.test'")
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 16: 2. HandleCommand(command = "b main.cpp:11")
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 17: 3. HandleCommand(command = "breakpoint set --file 'main.cpp' --line 11")
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 18: #0 0x00007ff6d56b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 19: #1 0x00007ff6d56b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp (46 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 10: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -c -gsplit-dwarf -g /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp1.o -DONE
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -c -gsplit-dwarf -g /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp1.o -DONE
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 11: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -c -gsplit-dwarf -g /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp2.o -DTWO
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -c -gsplit-dwarf -g /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp2.o -DTWO
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 12: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -c -gsplit-dwarf -g /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp3.o -DTHREE
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -c -gsplit-dwarf -g /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp3.o -DTHREE
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 13: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp1.o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp2.o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp3.o -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp1.o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp2.o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp3.o -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp
- RUN: at line 14: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp -o "br set -n foo" -o run -o "expression bool_in_first_cu" -o exit | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp -o 'br set -n foo' -o run -o 'expression bool_in_first_cu' -o exit
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp -o "br set -n foo" -o run -o "expression bool_in_first_cu" -o exit
- 1. HandleCommand(command = "br set -n foo")
- #0 0x00007fc2664b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fc2664b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fc2664b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fc2664b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fc265a42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007fc266e11764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007fc266b44b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007fc266b2b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007fc267823123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007fc266d7ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007fc266d4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007fc266d54c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #12 0x00007fc266bdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #13 0x00007fc266b8ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #14 0x00007fc266d56168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #15 0x00007fc266a037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #16 0x000055c04f7688f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #17 0x000055c04f769765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #18 0x00007fc265a29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #19 0x00007fc265a29e40 call_init ./csu/../csu/libc-start.c:128:20
- #20 0x00007fc265a29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #21 0x000055c04f766225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-46f920
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp:17:11: error: CHECK: expected string not found in input
- // CHECK: (lldb) expression bool_in_first_cu
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:6:1: note: possible intended match here
- (lldb) br set -n foo
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:17'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:17'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:17'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp"
- check:17'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/split-dwarf-expression-eval-bug.cpp.tmp' (x86_64).
- check:17'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: (lldb) br set -n foo
- check:17'0 ~~~~~~~~~~~~~~~~~~~~~
- check:17'1 ? possible intended match
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/OnDemand/symbolic-breakpoint.test (50 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/OnDemand/symbolic-breakpoint.test' FAILED ********************
- Exit Code: 1
- Command Output (stdout):
- --
- Cleaning basic.out-basic.o
- Cleaning basic.out
- compiling basic.cpp -> basic.out-basic.o
- STDOUT:
- linking basic.out-basic.o -> basic.out
- STDOUT:
- --
- Command Output (stderr):
- --
- RUN: at line 4: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/OnDemand/Output/symbolic-breakpoint.test.tmp
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/OnDemand/Output/symbolic-breakpoint.test.tmp
- RUN: at line 5: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/OnDemand/Output/symbolic-breakpoint.test.tmp
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/OnDemand/Output/symbolic-breakpoint.test.tmp
- RUN: at line 6: '/usr/bin/python3.10' /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/Inputs/basic.cpp -o basic.out
- + /usr/bin/python3.10 /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/Inputs/basic.cpp -o basic.out
- RUN: at line 7: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -O "settings set symbols.load-on-demand true" -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test basic.out | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -O 'settings set symbols.load-on-demand true' -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test basic.out
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -O "settings set symbols.load-on-demand true" -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test basic.out
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test'")
- 2. HandleCommand(command = "b bar")
- 3. HandleCommand(command = "breakpoint set --name 'bar'")
- #0 0x00007f44ffeb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f44ffeb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f44ffeb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f44ffeb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f44ff442520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007f4500811764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007f4500544b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007f450052b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007f4501223123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007f450077ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007f450074fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007f45012a7c33 lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x00007f450077ebe0 lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x00007f450074fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x00007f4500754c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #15 0x00007f45005dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #16 0x00007f450058d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #17 0x00007f4500753417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #18 0x00007f4501230f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #19 0x00007f450077ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #20 0x00007f450074fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #21 0x00007f4500754c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #22 0x00007f45005dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #23 0x00007f450058ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #24 0x00007f4500756168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #25 0x00007f45004037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #26 0x000055a6bcfcb8f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #27 0x000055a6bcfcc765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #28 0x00007f44ff429d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #29 0x00007f44ff429e40 call_init ./csu/../csu/libc-start.c:128:20
- #30 0x00007f44ff429e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #31 0x000055a6bcfc9225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-26b1af
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test:13:10: error: CHECK: expected string not found in input
- # CHECK: where = {{.*}}`bar(int, int) + {{.*}} at basic.cpp:1
- ^
- <stdin>:10:29: note: scanning from here
- No breakpoints currently set.
- ^
- <stdin>:11:1: note: possible intended match here
- (lldb) b bar
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- .
- .
- .
- 5: (lldb) target create "basic.out"
- 6: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/OnDemand/Output/symbolic-breakpoint.test.tmp/basic.out' (x86_64).
- 7: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test'
- 8: Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test'.
- 9: (lldb) breakpoint list
- 10: No breakpoints currently set.
- check:13'0 X~ error: no match found
- 11: (lldb) b bar
- check:13'0 ~~~~~~~~~~~~~
- check:13'1 ? possible intended match
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Settings/TestFrameFormatMangling.test (52 of 1919)
- ******************** TEST 'lldb-shell :: Settings/TestFrameFormatMangling.test' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -O0 /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/Inputs/main.cpp -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatMangling.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/clang --driver-mode=g++ --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -O0 /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/Inputs/main.cpp -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatMangling.test.tmp.out
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 3: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatMangling.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatMangling.test.tmp.out | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatMangling.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatMangling.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatMangling.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatMangling.test
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatMangling.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatMangling.test.tmp.out
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatMangling.test'")
- 2. HandleCommand(command = "br set -p "Set break"")
- #0 0x00007fbaed8b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fbaed8b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fbaed8b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fbaed8b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fbaece42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007fbaee211764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007fbaedf44b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007fbaedf2b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007fbaeec23123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007fbaee17ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007fbaee14fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007fbaee154c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #12 0x00007fbaedfdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #13 0x00007fbaedf8d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #14 0x00007fbaee153417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #15 0x00007fbaeec30f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #16 0x00007fbaee17ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #17 0x00007fbaee14fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #18 0x00007fbaee154c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #19 0x00007fbaedfdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #20 0x00007fbaedf8ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #21 0x00007fbaee156168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #22 0x00007fbaede037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #23 0x000055905e2388f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #24 0x000055905e239765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #25 0x00007fbaece29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #26 0x00007fbaece29e40 call_init ./csu/../csu/libc-start.c:128:20
- #27 0x00007fbaece29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #28 0x000055905e236225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-932565
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatMangling.test:7:10: error: CHECK: expected string not found in input
- # CHECK: frame #0: {{.*}}MyClass::foo(
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:4:94: note: possible intended match here
- (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatMangling.test.tmp.out"
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatMangling.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:7'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatMangling.test.tmp.out"
- check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:7'1 ? possible intended match
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatMangling.test.tmp.out' (x86_64).
- check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatMangling.test'
- check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7: Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatMangling.test'.
- check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 8: (lldb) br set -p "Set break"
- check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/OnDemand/source-breakpoint.test (54 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/OnDemand/source-breakpoint.test' FAILED ********************
- Exit Code: 1
- Command Output (stdout):
- --
- Cleaning basic.out-basic.o
- Cleaning basic.out
- compiling basic.cpp -> basic.out-basic.o
- STDOUT:
- linking basic.out-basic.o -> basic.out
- STDOUT:
- --
- Command Output (stderr):
- --
- RUN: at line 4: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/OnDemand/Output/source-breakpoint.test.tmp
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/OnDemand/Output/source-breakpoint.test.tmp
- RUN: at line 5: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/OnDemand/Output/source-breakpoint.test.tmp
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/OnDemand/Output/source-breakpoint.test.tmp
- RUN: at line 6: '/usr/bin/python3.10' /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/Inputs/basic.cpp -o basic.out
- + /usr/bin/python3.10 /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/Inputs/basic.cpp -o basic.out
- RUN: at line 7: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -O "settings set symbols.load-on-demand true" -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test basic.out | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -O 'settings set symbols.load-on-demand true' -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test basic.out
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -O "settings set symbols.load-on-demand true" -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test basic.out
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test'")
- 2. HandleCommand(command = "breakpoint set -f basic.cpp -l 1")
- #0 0x00007f15b0cb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f15b0cb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f15b0cb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f15b0cb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f15b0242520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007f15b1611764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007f15b1344b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007f15b132b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007f15b2023123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007f15b157ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007f15b154fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007f15b1554c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #12 0x00007f15b13dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #13 0x00007f15b138d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #14 0x00007f15b1553417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #15 0x00007f15b2030f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #16 0x00007f15b157ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #17 0x00007f15b154fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #18 0x00007f15b1554c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #19 0x00007f15b13dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #20 0x00007f15b138ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #21 0x00007f15b1556168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #22 0x00007f15b12037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #23 0x000055a782ab38f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #24 0x000055a782ab4765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #25 0x00007f15b0229d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #26 0x00007f15b0229e40 call_init ./csu/../csu/libc-start.c:128:20
- #27 0x00007f15b0229e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #28 0x000055a782ab1225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-3bae27
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test:13:10: error: CHECK: expected string not found in input
- # CHECK: where = {{.*}}`bar(int, int) + {{.*}} at basic.cpp:1
- ^
- <stdin>:10:29: note: scanning from here
- No breakpoints currently set.
- ^
- <stdin>:11:6: note: possible intended match here
- (lldb) breakpoint set -f basic.cpp -l 1
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- .
- .
- .
- 5: (lldb) target create "basic.out"
- 6: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/OnDemand/Output/source-breakpoint.test.tmp/basic.out' (x86_64).
- 7: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test'
- 8: Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test'.
- 9: (lldb) breakpoint list
- 10: No breakpoints currently set.
- check:13'0 X~ error: no match found
- 11: (lldb) breakpoint set -f basic.cpp -l 1
- check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:13'1 ? possible intended match
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Settings/TestFrameFormatNameWithArgs.test (56 of 1919)
- ******************** TEST 'lldb-shell :: Settings/TestFrameFormatNameWithArgs.test' FAILED ********************
- Exit Code: 1
- Command Output (stdout):
- --
- Cleaning TestFrameFormatNameWithArgs.test.tmp.out-names.o
- Cleaning TestFrameFormatNameWithArgs.test.tmp.out
- compiling names.cpp -> TestFrameFormatNameWithArgs.test.tmp.out-names.o
- STDOUT:
- linking TestFrameFormatNameWithArgs.test.tmp.out-names.o -> TestFrameFormatNameWithArgs.test.tmp.out
- STDOUT:
- --
- Command Output (stderr):
- --
- RUN: at line 2: '/usr/bin/python3.10' /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/Inputs/names.cpp --std c++17 -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNameWithArgs.test.tmp.out
- + /usr/bin/python3.10 /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/Inputs/names.cpp --std c++17 -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNameWithArgs.test.tmp.out
- RUN: at line 3: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNameWithArgs.test.tmp.out | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNameWithArgs.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNameWithArgs.test.tmp.out
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test'")
- 2. HandleCommand(command = "break set -n operator<<")
- #0 0x00007f202a8b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f202a8b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f202a8b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f202a8b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f2029e42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007f202b211764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007f202af44b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007f202af2b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007f202bc23123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007f202b17ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007f202b14fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007f202b154c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #12 0x00007f202afdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #13 0x00007f202af8d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #14 0x00007f202b153417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #15 0x00007f202bc30f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #16 0x00007f202b17ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #17 0x00007f202b14fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #18 0x00007f202b154c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #19 0x00007f202afdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #20 0x00007f202af8ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #21 0x00007f202b156168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #22 0x00007f202ae037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #23 0x00005628f61d88f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #24 0x00005628f61d9765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #25 0x00007f2029e29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #26 0x00007f2029e29e40 call_init ./csu/../csu/libc-start.c:128:20
- #27 0x00007f2029e29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #28 0x00005628f61d6225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-02a0a5
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test:9:10: error: CHECK: expected string not found in input
- # CHECK: frame int ns::foo<int ()>(t={{.*}})
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:7:92: note: possible intended match here
- Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test'.
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:9'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNameWithArgs.test.tmp.out"
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNameWithArgs.test.tmp.out' (x86_64).
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test'
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7: Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test'.
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:9'1 ? possible intended match
- 8: (lldb) settings set -f frame-format "frame ${function.name-with-args}\n"
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 9: (lldb) break set -n foo
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~
- 10: Breakpoint 1: 6 locations.
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 11: (lldb) break set -n operator<<
- check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-path-symlink-relative-compdir.c (65 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-path-symlink-relative-compdir.c' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 7: rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/ /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.e/
- + rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/ /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.e/
- RUN: at line 8: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/b/c/d/
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/b/c/d/
- RUN: at line 9: cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-path-symlink-relative-compdir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/b/c/d/main.c
- + cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-path-symlink-relative-compdir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/b/c/d/main.c
- RUN: at line 10: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/b/
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/b/
- RUN: at line 12: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf -fdebug-prefix-map=/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir=. c/d/main.c -o c/d/main
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf -fdebug-prefix-map=/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir=. c/d/main.c -o c/d/main
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 13: cd ../../..
- + cd ../../..
- RUN: at line 15: mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/b/c/d/main /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/
- + mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/b/c/d/main /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/
- RUN: at line 17: ln -s /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.symlink_to_compdir
- + ln -s /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.symlink_to_compdir
- RUN: at line 19: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.e/
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.e/
- RUN: at line 20: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.e
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.e
- RUN: at line 22: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/main -O "settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.symlink_to_compdir" -o "b main" -o "run" -o "p num" --batch 2>&1 | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-path-symlink-relative-compdir.c
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-path-symlink-relative-compdir.c
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/main -O 'settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.symlink_to_compdir' -o 'b main' -o run -o 'p num' --batch
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-path-symlink-relative-compdir.c:27:11: error: CHECK: expected string not found in input
- // CHECK: (int) 5
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:16:37: note: possible intended match here
- #3 0x00007efcb4cb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-path-symlink-relative-compdir.c
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:27'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.symlink_to_compdir
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/main"
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-path-symlink-relative-compdir.c.tmp.compdir/a/main' (x86_64).
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- 11: 1. HandleCommand(command = "b main")
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 12: 2. HandleCommand(command = "breakpoint set --name 'main'")
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 13: #0 0x00007efcb4cb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 14: #1 0x00007efcb4cb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 15: #2 0x00007efcb4cb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 16: #3 0x00007efcb4cb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:27'1 ? possible intended match
- 17: #4 0x00007efcb4242520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 18: #5 0x00007efcb5611764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 19: #6 0x00007efcb5344b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 20: #7 0x00007efcb532b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 21: #8 0x00007efcb6023123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- check:27'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/DWARF/dwo-relative-filename-only-binary-dir.c (68 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/DWARF/dwo-relative-filename-only-binary-dir.c' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 4: rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/
- + rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/
- RUN: at line 5: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/a/b/
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/a/b/
- RUN: at line 6: cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-filename-only-binary-dir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/a/b/main.c
- + cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-filename-only-binary-dir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/a/b/main.c
- RUN: at line 7: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/a/
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/a/
- RUN: at line 9: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf -fdebug-prefix-map=/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir=. b/main.c -o b/main
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf -fdebug-prefix-map=/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir=. b/main.c -o b/main
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 10: cd ../..
- + cd ../..
- RUN: at line 12: mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/a/b/main /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/
- + mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/a/b/main /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/
- RUN: at line 13: mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/a/b/*.dwo /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/
- + mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/a/b/main-main.dwo /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/
- RUN: at line 14: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/main -o "b main" -o "run" -o "p num" --batch 2>&1 | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-filename-only-binary-dir.c
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-filename-only-binary-dir.c
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/main -o 'b main' -o run -o 'p num' --batch
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-filename-only-binary-dir.c:18:11: error: CHECK: expected string not found in input
- // CHECK: (int) 5
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:15:37: note: possible intended match here
- #3 0x00007fd877cb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-filename-only-binary-dir.c
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:18'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/main"
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-relative-filename-only-binary-dir.c.tmp.compdir/main' (x86_64).
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: (lldb) b main
- check:18'0 ~~~~~~~~~~~~~~
- .
- .
- .
- 10: 1. HandleCommand(command = "b main")
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 11: 2. HandleCommand(command = "breakpoint set --name 'main'")
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 12: #0 0x00007fd877cb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 13: #1 0x00007fd877cb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 14: #2 0x00007fd877cb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 15: #3 0x00007fd877cb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:18'1 ? possible intended match
- 16: #4 0x00007fd877242520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 17: #5 0x00007fd878611764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 18: #6 0x00007fd878344b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 19: #7 0x00007fd87832b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 20: #8 0x00007fd879023123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s (70 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 17: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -gdwarf-4 -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s.tmp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu2.s
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -gdwarf-4 -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s.tmp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu2.s
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 20: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s.tmp -o 'b other' -o r -o disas -o 'frame variable --show-declaration' -o exit | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s.tmp -o 'b other' -o r -o disas -o 'frame variable --show-declaration' -o exit
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s.tmp -o "b other" -o r -o disas -o "frame variable --show-declaration" -o exit
- 1. HandleCommand(command = "b other")
- 2. HandleCommand(command = "breakpoint set --name 'other'")
- #0 0x00007f785dcb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f785dcb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f785dcb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f785dcb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f785d242520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007f785e611764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007f785e344b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007f785e32b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007f785f023123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007f785e57ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007f785e54fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007f785f0a7c33 lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x00007f785e57ebe0 lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x00007f785e54fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x00007f785e554c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #15 0x00007f785e3dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #16 0x00007f785e38ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #17 0x00007f785e556168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #18 0x00007f785e2037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #19 0x000055e1ac86b8f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #20 0x000055e1ac86c765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #21 0x00007f785d229d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #22 0x00007f785d229e40 call_init ./csu/../csu/libc-start.c:128:20
- #23 0x00007f785d229e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #24 0x000055e1ac869225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-0a155f
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s:24:10: error: CHECK: expected string not found in input
- # CHECK: inlinevar.h:2: (int) var = {{.*}}
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:2:84: note: possible intended match here
- Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:24'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:24'1 ? possible intended match
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s.tmp"
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s.tmp' (x86_64).
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: (lldb) b other
- check:24'0 ~~~~~~~~~~~~~~~
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-absolute-compdir.c (72 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-absolute-compdir.c' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 7: rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/ /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.e/
- + rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/ /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.e/
- RUN: at line 8: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/b/c/d/
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/b/c/d/
- RUN: at line 9: cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-absolute-compdir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/b/c/d/main.c
- + cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-absolute-compdir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/b/c/d/main.c
- RUN: at line 10: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/b/
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/b/
- RUN: at line 13: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf c/d/main.c -o c/d/main
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf c/d/main.c -o c/d/main
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 14: cd ../../..
- + cd ../../..
- RUN: at line 16: mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/b/c/d/main /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/
- + mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/b/c/d/main /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/
- RUN: at line 18: mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/b/c/d/*.dwo /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir
- + mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/b/c/d/main-main.dwo /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir
- RUN: at line 20: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.e/
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.e/
- RUN: at line 21: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.e
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.e
- RUN: at line 23: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/main -O "settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir" -o "b main" -o "run" -o "p num" --batch 2>&1 | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-absolute-compdir.c
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-absolute-compdir.c
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/main -O 'settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir' -o 'b main' -o run -o 'p num' --batch
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-absolute-compdir.c:28:11: error: CHECK: expected string not found in input
- // CHECK: (int) 5
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:16:37: note: possible intended match here
- #3 0x00007fc0f40b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-absolute-compdir.c
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:28'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/main"
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-absolute-compdir.c.tmp.compdir/a/main' (x86_64).
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- 11: 1. HandleCommand(command = "b main")
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 12: 2. HandleCommand(command = "breakpoint set --name 'main'")
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 13: #0 0x00007fc0f40b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 14: #1 0x00007fc0f40b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 15: #2 0x00007fc0f40b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 16: #3 0x00007fc0f40b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:28'1 ? possible intended match
- 17: #4 0x00007fc0f3642520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 18: #5 0x00007fc0f4a11764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 19: #6 0x00007fc0f4744b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 20: #7 0x00007fc0f472b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 21: #8 0x00007fc0f5423123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-relative-compdir.c (73 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-relative-compdir.c' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 5: rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/ /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.e/
- + rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/ /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.e/
- RUN: at line 6: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/b/c/d/
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/b/c/d/
- RUN: at line 7: cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-relative-compdir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/b/c/d/main.c
- + cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-relative-compdir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/b/c/d/main.c
- RUN: at line 8: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/b/
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/b/
- RUN: at line 10: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf -fdebug-prefix-map=/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir=. c/d/main.c -o c/d/main
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf -fdebug-prefix-map=/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir=. c/d/main.c -o c/d/main
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 11: cd ../../..
- + cd ../../..
- RUN: at line 13: mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/b/c/d/main /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/
- + mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/b/c/d/main /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/
- RUN: at line 15: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.e/
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.e/
- RUN: at line 16: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.e
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.e
- RUN: at line 19: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/main -O "settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir" -o "b main" -o "run" -o "p num" --batch 2>&1 | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-relative-compdir.c
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-relative-compdir.c
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/main -O 'settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir' -o 'b main' -o run -o 'p num' --batch
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-relative-compdir.c:24:11: error: CHECK: expected string not found in input
- // CHECK: (int) 5
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:16:37: note: possible intended match here
- #3 0x00007fae054b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-relative-compdir.c
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:24'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/main"
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-relative-compdir.c.tmp.compdir/a/main' (x86_64).
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- 11: 1. HandleCommand(command = "b main")
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 12: 2. HandleCommand(command = "breakpoint set --name 'main'")
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 13: #0 0x00007fae054b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 14: #1 0x00007fae054b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 15: #2 0x00007fae054b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 16: #3 0x00007fae054b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:24'1 ? possible intended match
- 17: #4 0x00007fae04a42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 18: #5 0x00007fae05e11764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 19: #6 0x00007fae05b44b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 20: #7 0x00007fae05b2b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 21: #8 0x00007fae06823123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/DWARF/dwarf5-lazy-dwo.c (75 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/DWARF/dwarf5-lazy-dwo.c' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 6: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c -fno-standalone-debug -g -std=c99 -gdwarf-5 -gpubnames -gsplit-dwarf -c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp1.o -DONE
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c -fno-standalone-debug -g -std=c99 -gdwarf-5 -gpubnames -gsplit-dwarf -c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp1.o -DONE
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 8: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c -fno-standalone-debug -g -std=c99 -gdwarf-5 -gpubnames -gsplit-dwarf -c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp2.o -DTWO
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c -fno-standalone-debug -g -std=c99 -gdwarf-5 -gpubnames -gsplit-dwarf -c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp2.o -DTWO
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 10: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp1.o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp2.o -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp -std=c99
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp1.o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp2.o -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp -std=c99
- RUN: at line 11: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp -o "log enable 'lldb' object" -o "settings set stop-line-count-before 0" -o "b main" -o "run" -o "image lookup -n main -v" -b | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp -o 'log enable '\''lldb'\'' object' -o 'settings set stop-line-count-before 0' -o 'b main' -o run -o 'image lookup -n main -v' -b
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp -o "log enable 'lldb' object" -o "settings set stop-line-count-before 0" -o "b main" -o run -o "image lookup -n main -v" -b
- 1. HandleCommand(command = "b main")
- 2. HandleCommand(command = "breakpoint set --name 'main'")
- #0 0x00007fa0dc6b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fa0dc6b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fa0dc6b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fa0dc6b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fa0dbc42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007fa0dd011764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007fa0dcd44b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007fa0dcd2b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007fa0dda23123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007fa0dcf7ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007fa0dcf4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007fa0ddaa7c33 lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x00007fa0dcf7ebe0 lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x00007fa0dcf4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x00007fa0dcf54c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #15 0x00007fa0dcddc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #16 0x00007fa0dcd8ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #17 0x00007fa0dcf56168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #18 0x00007fa0dcc037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #19 0x000056465ed188f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #20 0x000056465ed19765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #21 0x00007fa0dbc29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #22 0x00007fa0dbc29e40 call_init ./csu/../csu/libc-start.c:128:20
- #23 0x00007fa0dbc29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #24 0x000056465ed16225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-606d94
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c:19:11: error: CHECK: expected string not found in input
- // CHECK: (lldb) run
- ^
- <stdin>:9:279: note: scanning from here
- lldb 0x56465f8d48f0 ObjectFile::ObjectFile() module = 0x56465f859aa0 (/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp), file = /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp1.dwo, file_offset = 0x00000000, size = 952
- ^
- <stdin>:10:47: note: possible intended match here
- dbg.evt-handler 0x56465f855600 Listener::Clear('lldb.debugger.event-handler')
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwarf5-lazy-dwo.c
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp"
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp' (x86_64).
- 6: (lldb) log enable 'lldb' object
- 7: (lldb) settings set stop-line-count-before 0
- 8: (lldb) b main
- 9: lldb 0x56465f8d48f0 ObjectFile::ObjectFile() module = 0x56465f859aa0 (/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp), file = /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwarf5-lazy-dwo.c.tmp1.dwo, file_offset = 0x00000000, size = 952
- check:19'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 10: dbg.evt-handler 0x56465f855600 Listener::Clear('lldb.debugger.event-handler')
- check:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:19'1 ? possible intended match
- 11: dbg.evt-handler 0x56465f855600 Listener::~Listener('lldb.debugger.event-handler')
- check:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Commands/command-stop-hook-no-target.test (76 of 1919)
- ******************** TEST 'lldb-shell :: Commands/command-stop-hook-no-target.test' FAILED ********************
- Exit Code: 139
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-stop-hook-no-target.test.tmp
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-stop-hook-no-target.test.tmp
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o 'target stop-hook add --name test --shlib test -o "expression 95000 + 126"' -o 'file /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-stop-hook-no-target.test.tmp' -o 'b main' -o 'r' 2>&1 | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-stop-hook-no-target.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-stop-hook-no-target.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o 'target stop-hook add --name test --shlib test -o "expression 95000 + 126"' -o 'file /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-stop-hook-no-target.test.tmp' -o 'b main' -o r
- /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-stop-hook-no-target.test.script: line 2: 24145 Segmentation fault (core dumped) /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o 'target stop-hook add --name test --shlib test -o "expression 95000 + 126"' -o 'file /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-stop-hook-no-target.test.tmp' -o 'b main' -o 'r' 2>&1
- 24146 Done | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-stop-hook-no-target.test
- --
- ********************
- FAIL: lldb-shell :: Settings/TestFrameFormatColor.test (78 of 1919)
- ******************** TEST 'lldb-shell :: Settings/TestFrameFormatColor.test' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -O0 /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatColor.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -O0 /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatColor.test.tmp.out
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -x -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatColor.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatColor.test.tmp.out | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatColor.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatColor.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -x -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatColor.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatColor.test.tmp.out
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -x -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatColor.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatColor.test.tmp.out
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatColor.test'")
- 2. HandleCommand(command = "b foo")
- 3. HandleCommand(command = "breakpoint set --name 'foo'")
- #0 0x00007fd0338b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fd0338b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fd0338b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fd0338b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fd032e42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007fd034211764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007fd033f44b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007fd033f2b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007fd034c23123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007fd03417ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007fd03414fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007fd034ca7c33 lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x00007fd03417ebe0 lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x00007fd03414fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x00007fd034154c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #15 0x00007fd033fdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #16 0x00007fd033f8d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #17 0x00007fd034153417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #18 0x00007fd034c30f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #19 0x00007fd03417ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #20 0x00007fd03414fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #21 0x00007fd034154c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #22 0x00007fd033fdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #23 0x00007fd033f8ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #24 0x00007fd034156168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #25 0x00007fd033e037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #26 0x000055ac2e3c98f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #27 0x000055ac2e3ca765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #28 0x00007fd032e29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #29 0x00007fd032e29e40 call_init ./csu/../csu/libc-start.c:128:20
- #30 0x00007fd032e29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #31 0x000055ac2e3c7225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-db8f60
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatColor.test:12:10: error: CHECK: expected string not found in input
- # CHECK:
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatColor.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:12 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatColor.test.tmp.out"
- check:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatColor.test.tmp.out' (x86_64).
- check:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatColor.test'
- check:12 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-relative-compdir.c (84 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-relative-compdir.c' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 6: rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/
- + rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/
- RUN: at line 7: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/b/
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/b/
- RUN: at line 8: cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-relative-compdir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/b/main.c
- + cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-relative-compdir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/b/main.c
- RUN: at line 9: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/
- RUN: at line 11: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf -fdebug-prefix-map=/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir=. b/main.c -o b/main
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf -fdebug-prefix-map=/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir=. b/main.c -o b/main
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 12: cd ../..
- + cd ../..
- RUN: at line 14: mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/b/*.dwo /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/
- + mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/b/main-main.dwo /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/
- RUN: at line 18: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/b/main -O "settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir" -o "b main" -o "run" -o "p num" --batch 2>&1 | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-relative-compdir.c
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/b/main -O 'settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir' -o 'b main' -o run -o 'p num' --batch
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-relative-compdir.c
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-relative-compdir.c:23:11: error: CHECK: expected string not found in input
- // CHECK: (int) 5
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:16:37: note: possible intended match here
- #3 0x00007f26c28b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-relative-compdir.c
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:23'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/b/main"
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-filename-only-relative-compdir.c.tmp.compdir/a/b/main' (x86_64).
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- 11: 1. HandleCommand(command = "b main")
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 12: 2. HandleCommand(command = "breakpoint set --name 'main'")
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 13: #0 0x00007f26c28b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 14: #1 0x00007f26c28b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 15: #2 0x00007f26c28b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 16: #3 0x00007f26c28b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:23'1 ? possible intended match
- 17: #4 0x00007f26c1e42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 18: #5 0x00007f26c3211764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 19: #6 0x00007f26c2f44b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 20: #7 0x00007f26c2f2b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 21: #8 0x00007f26c3c23123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Commands/command-thread-select.test (92 of 1919)
- ******************** TEST 'lldb-shell :: Commands/command-thread-select.test' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-thread-select.test.tmp
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-thread-select.test.tmp
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-thread-select.test.tmp -s /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-thread-select.test -o exit | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-thread-select.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-thread-select.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-thread-select.test.tmp -s /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-thread-select.test -o exit
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-thread-select.test.tmp -s /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-thread-select.test -o exit
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-thread-select.test'")
- 2. HandleCommand(command = "b main")
- 3. HandleCommand(command = "breakpoint set --name 'main'")
- #0 0x00007f63602b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f63602b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f63602b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f63602b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f635f842520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007f6360c11764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007f6360944b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007f636092b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007f6361623123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007f6360b7ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007f6360b4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007f63616a7c33 lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x00007f6360b7ebe0 lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x00007f6360b4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x00007f6360b54c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #15 0x00007f63609dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #16 0x00007f636098d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #17 0x00007f6360b53417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #18 0x00007f6361630f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #19 0x00007f6360b7ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #20 0x00007f6360b4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #21 0x00007f6360b54c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #22 0x00007f63609dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #23 0x00007f636098ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #24 0x00007f6360b56168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #25 0x00007f63608037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #26 0x000055f5db3a68f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #27 0x000055f5db3a7765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #28 0x00007f635f829d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #29 0x00007f635f829e40 call_init ./csu/../csu/libc-start.c:128:20
- #30 0x00007f635f829e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #31 0x000055f5db3a4225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-ac7fd8
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-thread-select.test:9:16: error: CHECK-LABEL: expected string not found in input
- # CHECK-LABEL: run
- ^
- <stdin>:8:14: note: scanning from here
- (lldb) b main
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-thread-select.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-thread-select.test.tmp"
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-thread-select.test.tmp' (x86_64).
- 6: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-thread-select.test'
- 7: Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-thread-select.test'.
- 8: (lldb) b main
- label:9 X error: no match found
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-dwoname-absolute-compdir.c (99 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-dwoname-absolute-compdir.c' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 7: rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/ /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.e/
- + rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/ /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.e/
- RUN: at line 8: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/b/c/d/
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/b/c/d/
- RUN: at line 9: cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-dwoname-absolute-compdir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/b/c/d/main.c
- + cp /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-dwoname-absolute-compdir.c /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/b/c/d/main.c
- RUN: at line 10: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/b/
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/b/
- RUN: at line 13: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf c/d/main.c -o c/d/main
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -gsplit-dwarf c/d/main.c -o c/d/main
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 14: cd ../../..
- + cd ../../..
- RUN: at line 16: mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/b/c/d/main /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/
- + mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/b/c/d/main /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/
- RUN: at line 18: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/c/d/
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/c/d/
- RUN: at line 19: mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/b/c/d/*.dwo /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/c/d/
- + mv /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/b/c/d/main-main.dwo /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/c/d/
- RUN: at line 21: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.e/
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.e/
- RUN: at line 22: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.e
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.e
- RUN: at line 24: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/main -O "settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir" -o "b main" -o "run" -o "p num" --batch 2>&1 | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-dwoname-absolute-compdir.c
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet --no-lldbinit /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/main -O 'settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir' -o 'b main' -o run -o 'p num' --batch
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-dwoname-absolute-compdir.c
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-dwoname-absolute-compdir.c:29:11: error: CHECK: expected string not found in input
- // CHECK: (int) 5
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:16:37: note: possible intended match here
- #3 0x00007fd5e12b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/dwo-debug-file-search-paths-dwoname-absolute-compdir.c
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:29'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) settings append target.debug-file-search-paths /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/main"
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/Output/dwo-debug-file-search-paths-dwoname-absolute-compdir.c.tmp.compdir/a/main' (x86_64).
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- 11: 1. HandleCommand(command = "b main")
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 12: 2. HandleCommand(command = "breakpoint set --name 'main'")
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 13: #0 0x00007fd5e12b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 14: #1 0x00007fd5e12b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 15: #2 0x00007fd5e12b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 16: #3 0x00007fd5e12b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:29'1 ? possible intended match
- 17: #4 0x00007fd5e0842520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 18: #5 0x00007fd5e1c11764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 19: #6 0x00007fd5e1944b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 20: #7 0x00007fd5e192b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 21: #8 0x00007fd5e2623123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- check:29'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Error/cleanup.cpp (100 of 1919)
- ******************** TEST 'lldb-shell :: Error/cleanup.cpp' FAILED ********************
- Exit Code: 139
- Command Output (stdout):
- --
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- (lldb) command source -C --silent-run true lit-lldb-init
- (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Error/Output/cleanup.cpp.tmp"
- Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Error/Output/cleanup.cpp.tmp' (x86_64).
- (lldb) settings set interpreter.stop-command-source-on-error false
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Error/Inputs/cleanup.lldbinit'
- Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/Error/Inputs/cleanup.lldbinit'.
- (lldb) b main
- --
- Command Output (stderr):
- --
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g /home/jose/lldb/llvm-project/lldb/test/Shell/Error/cleanup.cpp -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Error/Output/cleanup.cpp.tmp
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g /home/jose/lldb/llvm-project/lldb/test/Shell/Error/cleanup.cpp -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Error/Output/cleanup.cpp.tmp
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 3: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -f /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Error/Output/cleanup.cpp.tmp -o "settings set interpreter.stop-command-source-on-error false" -s /home/jose/lldb/llvm-project/lldb/test/Shell/Error/Inputs/cleanup.lldbinit
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -f /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Error/Output/cleanup.cpp.tmp -o 'settings set interpreter.stop-command-source-on-error false' -s /home/jose/lldb/llvm-project/lldb/test/Shell/Error/Inputs/cleanup.lldbinit
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -f /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Error/Output/cleanup.cpp.tmp -o "settings set interpreter.stop-command-source-on-error false" -s /home/jose/lldb/llvm-project/lldb/test/Shell/Error/Inputs/cleanup.lldbinit
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Error/Inputs/cleanup.lldbinit'")
- 2. HandleCommand(command = "b main")
- 3. HandleCommand(command = "breakpoint set --name 'main'")
- #0 0x00007fe3534b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fe3534b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fe3534b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fe3534b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fe352a42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007fe353e11764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007fe353b44b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007fe353b2b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007fe354823123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007fe353d7ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007fe353d4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007fe3548a7c33 lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x00007fe353d7ebe0 lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x00007fe353d4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x00007fe353d54c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #15 0x00007fe353bdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #16 0x00007fe353b8d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #17 0x00007fe353d53417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #18 0x00007fe354830f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #19 0x00007fe353d7ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #20 0x00007fe353d4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #21 0x00007fe353d54c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #22 0x00007fe353bdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #23 0x00007fe353b8ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #24 0x00007fe353d56168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #25 0x00007fe353a037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #26 0x00005613bf66a8f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #27 0x00005613bf66b765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #28 0x00007fe352a29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #29 0x00007fe352a29e40 call_init ./csu/../csu/libc-start.c:128:20
- #30 0x00007fe352a29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #31 0x00005613bf668225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-728171
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Error/Output/cleanup.cpp.script: line 2: 24497 Segmentation fault (core dumped) /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -f /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Error/Output/cleanup.cpp.tmp -o "settings set interpreter.stop-command-source-on-error false" -s /home/jose/lldb/llvm-project/lldb/test/Shell/Error/Inputs/cleanup.lldbinit
- --
- ********************
- FAIL: lldb-shell :: Expr/nodefaultlib.cpp (101 of 1919)
- ******************** TEST 'lldb-shell :: Expr/nodefaultlib.cpp' FAILED ********************
- Exit Code: 1
- Command Output (stdout):
- --
- Cleaning nodefaultlib.cpp.tmp-nodefaultlib.o
- Cleaning nodefaultlib.cpp.tmp
- compiling nodefaultlib.cpp -> nodefaultlib.cpp.tmp-nodefaultlib.o
- STDOUT:
- linking nodefaultlib.cpp.tmp-nodefaultlib.o -> nodefaultlib.cpp.tmp
- STDOUT:
- --
- Command Output (stderr):
- --
- RUN: at line 9: '/usr/bin/python3.10' /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/nodefaultlib.cpp --nodefaultlib -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/nodefaultlib.cpp.tmp
- + /usr/bin/python3.10 /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/nodefaultlib.cpp --nodefaultlib -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/nodefaultlib.cpp.tmp
- RUN: at line 10: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/nodefaultlib.cpp.tmp -o "b main" -o run -o "expression call_me(5, 6)" -o exit | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/nodefaultlib.cpp
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/nodefaultlib.cpp
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/nodefaultlib.cpp.tmp -o 'b main' -o run -o 'expression call_me(5, 6)' -o exit
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/nodefaultlib.cpp.tmp -o "b main" -o run -o "expression call_me(5, 6)" -o exit
- 1. HandleCommand(command = "b main")
- 2. HandleCommand(command = "breakpoint set --name 'main'")
- #0 0x00007fe722eb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fe722eb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fe722eb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fe722eb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fe722442520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007fe723811764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007fe723544b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007fe72352b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007fe724223123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007fe72377ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007fe72374fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007fe7242a7c33 lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x00007fe72377ebe0 lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x00007fe72374fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x00007fe723754c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #15 0x00007fe7235dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #16 0x00007fe72358ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #17 0x00007fe723756168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #18 0x00007fe7234037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #19 0x00005633380638f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #20 0x0000563338064765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #21 0x00007fe722429d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #22 0x00007fe722429e40 call_init ./csu/../csu/libc-start.c:128:20
- #23 0x00007fe722429e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #24 0x0000563338061225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-24c16d
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/nodefaultlib.cpp:13:11: error: CHECK: expected string not found in input
- // CHECK: expression call_me(5, 6)
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:1:16: note: possible intended match here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/Expr/nodefaultlib.cpp
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:13'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- check:13'1 ? possible intended match
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/nodefaultlib.cpp.tmp"
- check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Expr/Output/nodefaultlib.cpp.tmp' (x86_64).
- check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: (lldb) b main
- check:13'0 ~~~~~~~~~~~~~~
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Commands/command-breakpoint-col.test (107 of 1919)
- ******************** TEST 'lldb-shell :: Commands/command-breakpoint-col.test' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 3: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -O0 /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-breakpoint-col.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -O0 /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-breakpoint-col.test.tmp.out
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 4: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o 'help breakpoint set' -o 'breakpoint set -f main.c -l 2 -u 21' /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-breakpoint-col.test.tmp.out | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-breakpoint-col.test --check-prefix HELP --check-prefix CHECK
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-breakpoint-col.test --check-prefix HELP --check-prefix CHECK
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o 'help breakpoint set' -o 'breakpoint set -f main.c -l 2 -u 21' /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-breakpoint-col.test.tmp.out
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -o "help breakpoint set" -o "breakpoint set -f main.c -l 2 -u 21" /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Commands/Output/command-breakpoint-col.test.tmp.out
- 1. HandleCommand(command = "breakpoint set -f main.c -l 2 -u 21")
- #0 0x00007f28ed2b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f28ed2b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f28ed2b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f28ed2b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f28ec842520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007f28edc11764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007f28ed944b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007f28ed92b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007f28ee623123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007f28edb7ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007f28edb4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007f28edb54c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #12 0x00007f28ed9dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #13 0x00007f28ed98ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #14 0x00007f28edb56168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #15 0x00007f28ed8037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #16 0x000055ce304f98f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #17 0x000055ce304fa765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #18 0x00007f28ec829d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #19 0x00007f28ec829e40 call_init ./csu/../csu/libc-start.c:128:20
- #20 0x00007f28ec829e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #21 0x000055ce304f7225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-3e2882
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-breakpoint-col.test:10:10: error: CHECK: expected string not found in input
- # CHECK: at main.c:2:21
- ^
- <stdin>:169:62: note: scanning from here
- Specifies the column number on which to set this breakpoint.
- ^
- <stdin>:186:23: note: possible intended match here
- (lldb) breakpoint set -f main.c -l 2 -u 21
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/Commands/command-breakpoint-col.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- .
- .
- .
- 164: The breakpoint stops only for the thread whose TID matches this
- 165: argument. The token 'current' resolves to the current thread's
- 166: ID.
- 167:
- 168: -u <column> ( --column <column> )
- 169: Specifies the column number on which to set this breakpoint.
- check:10'0 X error: no match found
- 170:
- check:10'0 ~
- 171: -v <none> ( --structured-data-value <none> )
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 172: The value for the previous key in the pair passed to the
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 173: implementation of a scripted breakpoint. Pairs can be specified
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 174: more than once.
- check:10'0 ~~~~~~~~~~~~~~~~~
- .
- .
- .
- 181: argument.
- check:10'0 ~~~~~~~~~~~
- 182:
- check:10'0 ~
- 183: -y <linespec> ( --joint-specifier <linespec> )
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 184: A specifier in the form filename:line[:column] for setting file &
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 185: line breakpoints.
- check:10'0 ~~~~~~~~~~~~~~~~~~~
- 186: (lldb) breakpoint set -f main.c -l 2 -u 21
- check:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:10'1 ? possible intended match
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Breakpoint/dummy-target.test (111 of 1919)
- ******************** TEST 'lldb-shell :: Breakpoint/dummy-target.test' FAILED ********************
- Exit Code: 1
- Command Output (stdout):
- --
- Cleaning dummy.out-dummy-target.o
- Cleaning dummy.out
- compiling dummy-target.c -> dummy.out-dummy-target.o
- STDOUT:
- linking dummy.out-dummy-target.o -> dummy.out
- STDOUT:
- --
- Command Output (stderr):
- --
- RUN: at line 1: mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/dummy-target.test.tmp
- + mkdir -p /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/dummy-target.test.tmp
- RUN: at line 2: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/dummy-target.test.tmp
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/dummy-target.test.tmp
- RUN: at line 3: '/usr/bin/python3.10' /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/dummy-target.c -o dummy.out
- + /usr/bin/python3.10 /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/dummy-target.c -o dummy.out
- RUN: at line 4: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/dummy-target.test dummy.out | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/dummy-target.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/dummy-target.test dummy.out
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/dummy-target.test
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/dummy-target.test dummy.out
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/dummy-target.test'")
- 2. HandleCommand(command = "breakpoint list")
- #0 0x00007fb61f0b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fb61f0b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fb61f0b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fb61f0b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fb61e642520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007fb61fa11764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007fb61f744b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007fb61f72ba1c lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:942:13
- #8 0x00007fb62041f2df AddBreakpointDescription(lldb_private::Stream*, lldb_private::Breakpoint*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:43:16
- #9 0x00007fb620424699 CommandObjectBreakpointList::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:1184:7
- #10 0x00007fb61f97ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #11 0x00007fb61f94fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #12 0x00007fb61f954c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #13 0x00007fb61f7dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #14 0x00007fb61f78d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #15 0x00007fb61f953417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #16 0x00007fb620430f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #17 0x00007fb61f97ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #18 0x00007fb61f94fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #19 0x00007fb61f954c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #20 0x00007fb61f7dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #21 0x00007fb61f78ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #22 0x00007fb61f956168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #23 0x00007fb61f6037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #24 0x000055954e0e18f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #25 0x000055954e0e2765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #26 0x00007fb61e629d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #27 0x00007fb61e629e40 call_init ./csu/../csu/libc-start.c:128:20
- #28 0x00007fb61e629e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #29 0x000055954e0df225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-906f65
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/dummy-target.test:23:10: error: CHECK: expected string not found in input
- # CHECK: name = 'main', locations = {{[1-9]}}
- ^
- <stdin>:20:128: note: scanning from here
- Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/dummy-target.test.tmp/dummy.out' (x86_64).
- ^
- <stdin>:21:8: note: possible intended match here
- (lldb) breakpoint list
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/dummy-target.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- .
- .
- .
- 15: 1: name = 'main', locations = 0 (pending)
- 16:
- 17: (lldb) target delete
- 18: 1 targets deleted.
- 19: (lldb) target create dummy.out
- 20: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/dummy-target.test.tmp/dummy.out' (x86_64).
- check:23'0 X~~~~~~~~~~~ error: no match found
- 21: (lldb) breakpoint list
- check:23'0 ~~~~~~~~~~~~~~~~~~~~~~~
- check:23'1 ? possible intended match
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Settings/TestFrameFormatNoColor.test (113 of 1919)
- ******************** TEST 'lldb-shell :: Settings/TestFrameFormatNoColor.test' FAILED ********************
- Exit Code: 139
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -O0 /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNoColor.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -O0 /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNoColor.test.tmp.out
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -x -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNoColor.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNoColor.test.tmp.out | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNoColor.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -x -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNoColor.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNoColor.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNoColor.test
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -x -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNoColor.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNoColor.test.tmp.out
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNoColor.test'")
- 2. HandleCommand(command = "b foo")
- 3. HandleCommand(command = "breakpoint set --name 'foo'")
- #0 0x00007f38588b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f38588b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f38588b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f38588b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f3857e42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007f3859211764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007f3858f44b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007f3858f2b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007f3859c23123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007f385917ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007f385914fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007f3859ca7c33 lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x00007f385917ebe0 lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x00007f385914fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x00007f3859154c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #15 0x00007f3858fdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #16 0x00007f3858f8d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #17 0x00007f3859153417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #18 0x00007f3859c30f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #19 0x00007f385917ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #20 0x00007f385914fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #21 0x00007f3859154c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #22 0x00007f3858fdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #23 0x00007f3858f8ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #24 0x00007f3859156168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #25 0x00007f3858e037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #26 0x0000563d35d908f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #27 0x0000563d35d91765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #28 0x00007f3857e29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #29 0x00007f3857e29e40 call_init ./csu/../csu/libc-start.c:128:20
- #30 0x00007f3857e29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #31 0x0000563d35d8e225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-efee18
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNoColor.test.script: line 2: 24781 Segmentation fault (core dumped) /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -x -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNoColor.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestFrameFormatNoColor.test.tmp.out
- 24782 Done | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestFrameFormatNoColor.test
- --
- ********************
- FAIL: lldb-shell :: Settings/TestLineMarkerColor.test (120 of 1919)
- ******************** TEST 'lldb-shell :: Settings/TestLineMarkerColor.test' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -O0 /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestLineMarkerColor.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell -g -O0 /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/Inputs/main.c -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestLineMarkerColor.test.tmp.out
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -x -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestLineMarkerColor.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestLineMarkerColor.test.tmp.out | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestLineMarkerColor.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -x -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestLineMarkerColor.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestLineMarkerColor.test.tmp.out
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestLineMarkerColor.test
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -x -b -s /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestLineMarkerColor.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestLineMarkerColor.test.tmp.out
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestLineMarkerColor.test'")
- 2. HandleCommand(command = "b foo")
- 3. HandleCommand(command = "breakpoint set --name 'foo'")
- #0 0x00007fe027cb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fe027cb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fe027cb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fe027cb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fe027242520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007fe028611764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007fe028344b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007fe02832b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007fe029023123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007fe02857ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007fe02854fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007fe0290a7c33 lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x00007fe02857ebe0 lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x00007fe02854fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x00007fe028554c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #15 0x00007fe0283dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #16 0x00007fe02838d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #17 0x00007fe028553417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #18 0x00007fe029030f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #19 0x00007fe02857ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #20 0x00007fe02854fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #21 0x00007fe028554c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #22 0x00007fe0283dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #23 0x00007fe02838ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #24 0x00007fe028556168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #25 0x00007fe0282037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #26 0x000055ff552e98f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #27 0x000055ff552ea765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #28 0x00007fe027229d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #29 0x00007fe027229e40 call_init ./csu/../csu/libc-start.c:128:20
- #30 0x00007fe027229e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #31 0x000055ff552e7225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-6ad0a5
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestLineMarkerColor.test:16:10: error: CHECK: expected string not found in input
- # CHECK: ->
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:1:23: note: possible intended match here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestLineMarkerColor.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:16'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- check:16'1 ? possible intended match
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestLineMarkerColor.test.tmp.out"
- check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Settings/Output/TestLineMarkerColor.test.tmp.out' (x86_64).
- check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Settings/TestLineMarkerColor.test'
- check:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .
- .
- .
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Breakpoint/debug_rnglist_offset_pair.test (187 of 1919)
- ******************** TEST 'lldb-shell :: Breakpoint/debug_rnglist_offset_pair.test' FAILED ********************
- Exit Code: 2
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/debug_rnglist_offset_pair.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_offset_pair.test.tmptest
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/debug_rnglist_offset_pair.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_offset_pair.test.tmptest
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_offset_pair.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_offset_pair.test | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_offset_pair.test
- + /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_offset_pair.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_offset_pair.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_offset_pair.test
- #0 0x00007f31f5eb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f31f5eb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f31f5eb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f31f5eb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f31f5442520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x000056294a9c0a28 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x000056294a6e87f2 lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x000056294a6cd619 lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x000056294b3f133f CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x000056294a92d3b3 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x000056294a8fb6f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x000056294b4774cf lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x000056294a92d54a lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x000056294a8fb6f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x000056294a68963a opts::breakpoint::evaluateBreakpoints(lldb_private::Debugger&) /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:436:9
- #15 0x000056294a68f208 main /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1224:49
- #16 0x00007f31f5429d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #17 0x00007f31f5429e40 call_init ./csu/../csu/libc-start.c:128:20
- #18 0x00007f31f5429e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #19 0x000056294a686fa5 _start (/home/jose/lldb/llvm-project/bin/lldb-test+0x184fa5)
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_offset_pair.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_offset_pair.test
- 1. HandleCommand(command = "b foo")
- 2. HandleCommand(command = "breakpoint set --name 'foo'")
- FileCheck error: '<stdin>' is empty.
- FileCheck command line: /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_offset_pair.test
- --
- ********************
- FAIL: lldb-shell :: Breakpoint/case-sensitive.test (204 of 1919)
- ******************** TEST 'lldb-shell :: Breakpoint/case-sensitive.test' FAILED ********************
- Exit Code: 2
- Command Output (stdout):
- --
- Cleaning case-sensitive.test.tmp-case-sensitive.o
- Cleaning case-sensitive.test.tmp
- compiling case-sensitive.c -> case-sensitive.test.tmp-case-sensitive.o
- STDOUT:
- linking case-sensitive.test.tmp-case-sensitive.o -> case-sensitive.test.tmp
- STDOUT:
- --
- Command Output (stderr):
- --
- RUN: at line 3: '/usr/bin/python3.10' /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/case-sensitive.c --nodefaultlib -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/case-sensitive.test.tmp
- + /usr/bin/python3.10 /home/jose/lldb/llvm-project/lldb/test/Shell/helper/build.py --compiler=any --arch=64 --tools-dir=/home/jose/lldb/llvm-project/./bin --libs-dir=/home/jose/lldb/llvm-project/./lib /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/case-sensitive.c --nodefaultlib -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/case-sensitive.test.tmp
- RUN: at line 4: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/case-sensitive.test.tmp /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/case-sensitive.test | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/case-sensitive.test
- + /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/case-sensitive.test.tmp /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/case-sensitive.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/case-sensitive.test
- #0 0x00007fd1008b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fd1008b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fd1008b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fd1008b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fd0ffe42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00005626e3628a28 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00005626e33507f2 lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00005626e3335619 lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00005626e405933f CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00005626e35953b3 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00005626e35636f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00005626e32f163a opts::breakpoint::evaluateBreakpoints(lldb_private::Debugger&) /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:436:9
- #12 0x00005626e32f7208 main /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1224:49
- #13 0x00007fd0ffe29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #14 0x00007fd0ffe29e40 call_init ./csu/../csu/libc-start.c:128:20
- #15 0x00007fd0ffe29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #16 0x00005626e32eefa5 _start (/home/jose/lldb/llvm-project/bin/lldb-test+0x184fa5)
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/case-sensitive.test.tmp /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/case-sensitive.test
- 1. HandleCommand(command = "breakpoint set -f case-sensitive.c -l 3")
- FileCheck error: '<stdin>' is empty.
- FileCheck command line: /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/case-sensitive.test
- --
- ********************
- FAIL: lldb-shell :: Driver/TestSingleQuote.test (208 of 1919)
- ******************** TEST 'lldb-shell :: Driver/TestSingleQuote.test' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/Driver/Inputs/hello.c -g -o "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Driver/Output/TestSingleQuote.test.tmp-'pat"
- + /home/jose/lldb/llvm-project/bin/clang --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-unknown-linux-gnu -pthread -fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell /home/jose/lldb/llvm-project/lldb/test/Shell/Driver/Inputs/hello.c -g -o '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Driver/Output/TestSingleQuote.test.tmp-'\''pat'
- clang: warning: argument unused during compilation: '-fmodules-cache-path=/home/jose/lldb/llvm-project/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
- RUN: at line 3: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -s /home/jose/lldb/llvm-project/lldb/test/Shell/Driver/TestSingleQuote.test "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Driver/Output/TestSingleQuote.test.tmp-'pat" | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Driver/TestSingleQuote.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Driver/TestSingleQuote.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -s /home/jose/lldb/llvm-project/lldb/test/Shell/Driver/TestSingleQuote.test '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Driver/Output/TestSingleQuote.test.tmp-'\''pat'
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet -s /home/jose/lldb/llvm-project/lldb/test/Shell/Driver/TestSingleQuote.test /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Driver/Output/TestSingleQuote.test.tmp-'pat
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Driver/TestSingleQuote.test'")
- 2. HandleCommand(command = "br set -p return")
- #0 0x00007f88d86b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f88d86b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f88d86b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f88d86b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f88d7c42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007f88d9011764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007f88d8d44b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007f88d8d2b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007f88d9a23123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007f88d8f7ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007f88d8f4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007f88d8f54c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #12 0x00007f88d8ddc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #13 0x00007f88d8d8d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #14 0x00007f88d8f53417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #15 0x00007f88d9a30f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #16 0x00007f88d8f7ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #17 0x00007f88d8f4fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #18 0x00007f88d8f54c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #19 0x00007f88d8ddc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #20 0x00007f88d8d8ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #21 0x00007f88d8f56168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #22 0x00007f88d8c037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #23 0x0000564eedc9b8f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #24 0x0000564eedc9c765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #25 0x00007f88d7c29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #26 0x00007f88d7c29e40 call_init ./csu/../csu/libc-start.c:128:20
- #27 0x00007f88d7c29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #28 0x0000564eedc99225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-bd0afa
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/Driver/TestSingleQuote.test:6:10: error: CHECK: expected string not found in input
- # CHECK: Breakpoint 1: where = TestSingleQuote.test.tmp-'pat`main
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:4:74: note: possible intended match here
- (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Driver/Output/TestSingleQuote.test.tmp-'pat"
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/Driver/TestSingleQuote.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:6'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Driver/Output/TestSingleQuote.test.tmp-'pat"
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:6'1 ? possible intended match
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/Driver/Output/TestSingleQuote.test.tmp-'pat' (x86_64).
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/Driver/TestSingleQuote.test'
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7: Executing commands in '/home/jose/lldb/llvm-project/lldb/test/Shell/Driver/TestSingleQuote.test'.
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 8: (lldb) br set -p return
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/DWARF/x86/debug_aranges-empty-section.s (229 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/DWARF/x86/debug_aranges-empty-section.s' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 3: /home/jose/lldb/llvm-project/bin/llvm-mc /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/debug_aranges-empty-section.s -triple x86_64-pc-linux -filetype=obj >/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/debug_aranges-empty-section.s.tmp
- + /home/jose/lldb/llvm-project/bin/llvm-mc /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/debug_aranges-empty-section.s -triple x86_64-pc-linux -filetype=obj
- RUN: at line 4: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/debug_aranges-empty-section.s.tmp -o "breakpoint set -n f" -b | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/debug_aranges-empty-section.s
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/debug_aranges-empty-section.s.tmp -o 'breakpoint set -n f' -b
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/debug_aranges-empty-section.s
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/debug_aranges-empty-section.s.tmp -o "breakpoint set -n f" -b
- 1. HandleCommand(command = "breakpoint set -n f")
- #0 0x00007fb46e8b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fb46e8b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fb46e8b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fb46e8b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fb46de42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007fb46f211764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007fb46ef44b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007fb46ef2b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007fb46fc23123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007fb46f17ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007fb46f14fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007fb46f154c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #12 0x00007fb46efdc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #13 0x00007fb46ef8ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #14 0x00007fb46f156168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #15 0x00007fb46ee037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #16 0x00005631348b48f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #17 0x00005631348b5765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #18 0x00007fb46de29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #19 0x00007fb46de29e40 call_init ./csu/../csu/libc-start.c:128:20
- #20 0x00007fb46de29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #21 0x00005631348b2225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-118f6a
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/debug_aranges-empty-section.s:6:10: error: CHECK: expected string not found in input
- # CHECK: Breakpoint 1: where = {{.*}}`f, address = 0x0000000000000047
- ^
- <stdin>:1:1: note: scanning from here
- (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- ^
- <stdin>:6:8: note: possible intended match here
- (lldb) breakpoint set -n f
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/debug_aranges-empty-section.s
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: (lldb) command source -s 0 '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'
- check:6'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
- 2: Executing commands in '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet'.
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 3: (lldb) command source -C --silent-run true lit-lldb-init
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 4: (lldb) target create "/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/debug_aranges-empty-section.s.tmp"
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 5: Current executable set to '/home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/DWARF/x86/Output/debug_aranges-empty-section.s.tmp' (x86_64).
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 6: (lldb) breakpoint set -n f
- check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:6'1 ? possible intended match
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Breakpoint/debug_rnglist_basic.test (237 of 1919)
- ******************** TEST 'lldb-shell :: Breakpoint/debug_rnglist_basic.test' FAILED ********************
- Exit Code: 2
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/debug_rnglist_basic.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_basic.test.tmptest
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/debug_rnglist_basic.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_basic.test.tmptest
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_basic.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_basic.test | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_basic.test
- + /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_basic.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_basic.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_basic.test
- #0 0x00007faae0cb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007faae0cb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007faae0cb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007faae0cb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007faae0242520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x000055c6a2a26a28 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x000055c6a274e7f2 lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x000055c6a2733619 lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x000055c6a345733f CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x000055c6a29933b3 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x000055c6a29616f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x000055c6a34dd4cf lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x000055c6a299354a lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x000055c6a29616f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x000055c6a26ef63a opts::breakpoint::evaluateBreakpoints(lldb_private::Debugger&) /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:436:9
- #15 0x000055c6a26f5208 main /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1224:49
- #16 0x00007faae0229d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #17 0x00007faae0229e40 call_init ./csu/../csu/libc-start.c:128:20
- #18 0x00007faae0229e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #19 0x000055c6a26ecfa5 _start (/home/jose/lldb/llvm-project/bin/lldb-test+0x184fa5)
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_basic.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_basic.test
- 1. HandleCommand(command = "b main")
- 2. HandleCommand(command = "breakpoint set --name 'main'")
- FileCheck error: '<stdin>' is empty.
- FileCheck command line: /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_basic.test
- --
- ********************
- FAIL: lldb-shell :: Breakpoint/split-dwarf5-debug-stroffsets.test (259 of 1919)
- ******************** TEST 'lldb-shell :: Breakpoint/split-dwarf5-debug-stroffsets.test' FAILED ********************
- Exit Code: 2
- Command Output (stderr):
- --
- RUN: at line 1: rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir
- + rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir
- RUN: at line 2: mkdir /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir
- + mkdir /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir
- RUN: at line 3: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir
- RUN: at line 4: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/split-dwarf5-debug-stroffsets-file1.dwo.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir/file1.dwo
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/split-dwarf5-debug-stroffsets-file1.dwo.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir/file1.dwo
- RUN: at line 5: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/split-dwarf5-debug-stroffsets-file2.dwo.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir/file2.dwo
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/split-dwarf5-debug-stroffsets-file2.dwo.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir/file2.dwo
- RUN: at line 6: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/split-dwarf5-debug-stroffsets-main.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir/test
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/split-dwarf5-debug-stroffsets-main.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir/test
- RUN: at line 7: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir/test /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf5-debug-stroffsets.test | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf5-debug-stroffsets.test
- + /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir/test /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf5-debug-stroffsets.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf5-debug-stroffsets.test
- #0 0x00007f7cc06b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f7cc06b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f7cc06b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f7cc06b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f7cbfc42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00005642a79ada28 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00005642a76d57f2 lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00005642a76ba619 lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00005642a83de33f CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00005642a791a3b3 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00005642a78e86f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00005642a84644cf lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x00005642a791a54a lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x00005642a78e86f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x00005642a767663a opts::breakpoint::evaluateBreakpoints(lldb_private::Debugger&) /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:436:9
- #15 0x00005642a767c208 main /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1224:49
- #16 0x00007f7cbfc29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #17 0x00007f7cbfc29e40 call_init ./csu/../csu/libc-start.c:128:20
- #18 0x00007f7cbfc29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #19 0x00005642a7673fa5 _start (/home/jose/lldb/llvm-project/bin/lldb-test+0x184fa5)
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf5-debug-stroffsets.test.tmp.dir/test /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf5-debug-stroffsets.test
- 1. HandleCommand(command = "b struct1::f")
- 2. HandleCommand(command = "breakpoint set --name 'struct1::f'")
- FileCheck error: '<stdin>' is empty.
- FileCheck command line: /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf5-debug-stroffsets.test
- --
- ********************
- FAIL: lldb-shell :: Breakpoint/debug_rnglist_rlestartend.test (319 of 1919)
- ******************** TEST 'lldb-shell :: Breakpoint/debug_rnglist_rlestartend.test' FAILED ********************
- Exit Code: 2
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/debug_rnglist_rlestartend.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_rlestartend.test.tmptest
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/debug_rnglist_rlestartend.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_rlestartend.test.tmptest
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_rlestartend.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_rlestartend.test | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_rlestartend.test
- + /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_rlestartend.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_rlestartend.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_rlestartend.test
- #0 0x00007f89af8b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f89af8b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f89af8b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f89af8b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f89aee42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x000055cfc56c0a28 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x000055cfc53e87f2 lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x000055cfc53cd619 lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x000055cfc60f133f CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x000055cfc562d3b3 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x000055cfc55fb6f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x000055cfc61774cf lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x000055cfc562d54a lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x000055cfc55fb6f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x000055cfc538963a opts::breakpoint::evaluateBreakpoints(lldb_private::Debugger&) /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:436:9
- #15 0x000055cfc538f208 main /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1224:49
- #16 0x00007f89aee29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #17 0x00007f89aee29e40 call_init ./csu/../csu/libc-start.c:128:20
- #18 0x00007f89aee29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #19 0x000055cfc5386fa5 _start (/home/jose/lldb/llvm-project/bin/lldb-test+0x184fa5)
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglist_rlestartend.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_rlestartend.test
- 1. HandleCommand(command = "b main")
- 2. HandleCommand(command = "breakpoint set --name 'main'")
- FileCheck error: '<stdin>' is empty.
- FileCheck command line: /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglist_rlestartend.test
- --
- ********************
- FAIL: lldb-shell :: Breakpoint/debug_rnglistx_rlex.test (338 of 1919)
- ******************** TEST 'lldb-shell :: Breakpoint/debug_rnglistx_rlex.test' FAILED ********************
- Exit Code: 2
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/debug_rnglistx_rlex.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglistx_rlex.test.tmptest
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/debug_rnglistx_rlex.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglistx_rlex.test.tmptest
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglistx_rlex.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglistx_rlex.test | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglistx_rlex.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglistx_rlex.test
- + /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglistx_rlex.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglistx_rlex.test
- #0 0x00007fa7c9eb5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fa7c9eb5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fa7c9eb341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fa7c9eb544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fa7c9442520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x0000563f53f9ea28 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x0000563f53cc67f2 lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x0000563f53cab619 lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x0000563f549cf33f CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x0000563f53f0b3b3 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x0000563f53ed96f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x0000563f54a554cf lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x0000563f53f0b54a lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x0000563f53ed96f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x0000563f53c6763a opts::breakpoint::evaluateBreakpoints(lldb_private::Debugger&) /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:436:9
- #15 0x0000563f53c6d208 main /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1224:49
- #16 0x00007fa7c9429d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #17 0x00007fa7c9429e40 call_init ./csu/../csu/libc-start.c:128:20
- #18 0x00007fa7c9429e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #19 0x0000563f53c64fa5 _start (/home/jose/lldb/llvm-project/bin/lldb-test+0x184fa5)
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_rnglistx_rlex.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglistx_rlex.test
- 1. HandleCommand(command = "b bar")
- 2. HandleCommand(command = "breakpoint set --name 'bar'")
- FileCheck error: '<stdin>' is empty.
- FileCheck command line: /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_rnglistx_rlex.test
- --
- ********************
- FAIL: lldb-shell :: Breakpoint/single-file-split-dwarf.test (348 of 1919)
- ******************** TEST 'lldb-shell :: Breakpoint/single-file-split-dwarf.test' FAILED ********************
- Exit Code: 2
- Command Output (stderr):
- --
- RUN: at line 1: rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir
- + rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir
- RUN: at line 2: mkdir /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir
- + mkdir /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir
- RUN: at line 3: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir
- RUN: at line 4: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/single-file-split-dwarf.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir/test
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/single-file-split-dwarf.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir/test
- RUN: at line 5: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/single-file-split-dwarf.o.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir/test.o
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/single-file-split-dwarf.o.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir/test.o
- RUN: at line 6: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir/test /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/single-file-split-dwarf.test | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/single-file-split-dwarf.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/single-file-split-dwarf.test
- + /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir/test /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/single-file-split-dwarf.test
- #0 0x00007f68f7ab5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f68f7ab5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f68f7ab341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f68f7ab544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f68f7042520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x000055951ca23a28 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x000055951c74b7f2 lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x000055951c730619 lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x000055951d45433f CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x000055951c9903b3 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x000055951c95e6f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x000055951d4da4cf lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x000055951c99054a lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x000055951c95e6f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x000055951c6ec63a opts::breakpoint::evaluateBreakpoints(lldb_private::Debugger&) /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:436:9
- #15 0x000055951c6f2208 main /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1224:49
- #16 0x00007f68f7029d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #17 0x00007f68f7029e40 call_init ./csu/../csu/libc-start.c:128:20
- #18 0x00007f68f7029e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #19 0x000055951c6e9fa5 _start (/home/jose/lldb/llvm-project/bin/lldb-test+0x184fa5)
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/single-file-split-dwarf.test.tmp.dir/test /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/single-file-split-dwarf.test
- 1. HandleCommand(command = "b main")
- 2. HandleCommand(command = "breakpoint set --name 'main'")
- FileCheck error: '<stdin>' is empty.
- FileCheck command line: /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/single-file-split-dwarf.test
- --
- ********************
- FAIL: lldb-shell :: Breakpoint/debug_addrx.test (357 of 1919)
- ******************** TEST 'lldb-shell :: Breakpoint/debug_addrx.test' FAILED ********************
- Exit Code: 2
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/debug_addrx.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_addrx.test.tmptest
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/debug_addrx.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_addrx.test.tmptest
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_addrx.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_addrx.test | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_addrx.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_addrx.test
- + /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_addrx.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_addrx.test
- #0 0x00007fcee9ab5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007fcee9ab5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007fcee9ab341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007fcee9ab544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007fcee9042520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x000055ae3690fa28 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x000055ae366377f2 lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x000055ae3661c619 lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x000055ae3734033f CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x000055ae3687c3b3 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x000055ae3684a6f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x000055ae373c64cf lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x000055ae3687c54a lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x000055ae3684a6f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x000055ae365d863a opts::breakpoint::evaluateBreakpoints(lldb_private::Debugger&) /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:436:9
- #15 0x000055ae365de208 main /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1224:49
- #16 0x00007fcee9029d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #17 0x00007fcee9029e40 call_init ./csu/../csu/libc-start.c:128:20
- #18 0x00007fcee9029e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #19 0x000055ae365d5fa5 _start (/home/jose/lldb/llvm-project/bin/lldb-test+0x184fa5)
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/debug_addrx.test.tmptest /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_addrx.test
- 1. HandleCommand(command = "b bar")
- 2. HandleCommand(command = "breakpoint set --name 'bar'")
- FileCheck error: '<stdin>' is empty.
- FileCheck command line: /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/debug_addrx.test
- --
- ********************
- FAIL: lldb-shell :: SymbolFile/Breakpad/line-table.test (359 of 1919)
- ******************** TEST 'lldb-shell :: SymbolFile/Breakpad/line-table.test' FAILED ********************
- Exit Code: 1
- Command Output (stderr):
- --
- RUN: at line 1: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/basic-elf.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/Breakpad/Output/line-table.out
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/basic-elf.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/Breakpad/Output/line-table.out
- RUN: at line 2: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/Breakpad/Output/line-table.out -o "target symbols add -s line-table.out /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/line-table.syms" -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/line-table.test -o exit | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/line-table.test
- + /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/Breakpad/Output/line-table.out -o 'target symbols add -s line-table.out /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/line-table.syms' -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/line-table.test -o exit
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/line-table.test
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb --no-lldbinit -S /home/jose/lldb/llvm-project/tools/lldb/test/Shell/lit-lldb-init-quiet /home/jose/lldb/llvm-project/tools/lldb/test/Shell/SymbolFile/Breakpad/Output/line-table.out -o "target symbols add -s line-table.out /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/line-table.syms" -s /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/line-table.test -o exit
- 1. HandleCommand(command = "command source -s 0 '/home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/line-table.test'")
- 2. HandleCommand(command = "breakpoint set -f c.c -l 2")
- #0 0x00007f36ee0b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f36ee0b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f36ee0b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f36ee0b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f36ed642520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x00007f36eea11764 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x00007f36ee744b4a lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x00007f36ee72b8ef lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x00007f36ef423123 CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x00007f36ee97ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x00007f36ee94fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x00007f36ee954c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #12 0x00007f36ee7dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #13 0x00007f36ee78d00a lldb_private::Debugger::RunIOHandlerSync(std::shared_ptr<lldb_private::IOHandler> const&) /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1120:26
- #14 0x00007f36ee953417 lldb_private::CommandInterpreter::HandleCommandsFromFile(lldb_private::FileSpec&, lldb_private::CommandInterpreterRunOptions const&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2806:36
- #15 0x00007f36ef430f04 CommandObjectCommandsSource::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectCommands.cpp:189:3
- #16 0x00007f36ee97ea49 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #17 0x00007f36ee94fc69 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #18 0x00007f36ee954c64 lldb_private::CommandInterpreter::IOHandlerInputComplete(lldb_private::IOHandler&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3117:24
- #19 0x00007f36ee7dc30d lldb_private::IOHandlerEditline::Run() /home/jose/lldb/llvm-project/lldb/source/Core/IOHandler.cpp:600:44
- #20 0x00007f36ee78ce4c lldb_private::Debugger::RunIOHandlers() /home/jose/lldb/llvm-project/lldb/source/Core/Debugger.cpp:1091:11
- #21 0x00007f36ee956168 lldb_private::CommandInterpreter::RunCommandInterpreter(lldb_private::CommandInterpreterRunOptions&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:3377:5
- #22 0x00007f36ee6037b1 lldb::SBDebugger::RunCommandInterpreter(lldb::SBCommandInterpreterRunOptions const&) /home/jose/lldb/llvm-project/lldb/source/API/SBDebugger.cpp:1288:35
- #23 0x000055ea660c78f0 Driver::MainLoop() /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:572:26
- #24 0x000055ea660c8765 main /home/jose/lldb/llvm-project/lldb/tools/driver/Driver.cpp:812:34
- #25 0x00007f36ed629d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #26 0x00007f36ed629e40 call_init ./csu/../csu/libc-start.c:128:20
- #27 0x00007f36ed629e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #28 0x000055ea660c5225 _start (/home/jose/lldb/llvm-project/bin/lldb+0x7225)
- LLDB diagnostics will be written to /tmp/lit-tmp-dpc7nq9e/diagnostics-e01b45
- Please include the directory content when filing a bug report
- /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/line-table.test:54:10: error: CHECK: expected string not found in input
- # CHECK: Breakpoint 1: where = line-table.out`func + 2 at c.c:2, address = 0x00000000004000b2
- ^
- <stdin>:68:34: note: scanning from here
- (lldb) breakpoint set -f c.c -l 2
- ^
- Input file: <stdin>
- Check file: /home/jose/lldb/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/line-table.test
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- .
- .
- .
- 63: ||Externally Visible
- 64: |||
- 65: Index UserID DSX Type File Address/Value Load Address Size Flags Name
- 66: ------- ------ --- --------------- ------------------ ------------------ ------------------ ---------- ----------------------------------
- 67: [ 0] 0 SX Code 0x0000000000400000 0x00000000000000b0 0x00000000 ___lldb_unnamed_symbol0
- 68: (lldb) breakpoint set -f c.c -l 2
- check:54 X error: no match found
- >>>>>>
- --
- ********************
- FAIL: lldb-shell :: Breakpoint/split-dwarf-5-addrbase.test (1917 of 1919)
- ******************** TEST 'lldb-shell :: Breakpoint/split-dwarf-5-addrbase.test' FAILED ********************
- Exit Code: 2
- Command Output (stderr):
- --
- RUN: at line 1: rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir
- + rm -rf /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir
- RUN: at line 2: mkdir /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir
- + mkdir /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir
- RUN: at line 3: cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir
- + cd /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir
- RUN: at line 4: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/split-dwarf-5-addrbase.dwo.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir/test.dwo
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/split-dwarf-5-addrbase.dwo.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir/test.dwo
- RUN: at line 5: /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/split-dwarf-5-addrbase.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir/test
- + /home/jose/lldb/llvm-project/bin/yaml2obj /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/Inputs/split-dwarf-5-addrbase.yaml -o /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir/test
- RUN: at line 6: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir/test /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf-5-addrbase.test | /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf-5-addrbase.test
- + /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf-5-addrbase.test
- + /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir/test /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf-5-addrbase.test
- #0 0x00007f66754b5bb6 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:723:22
- #1 0x00007f66754b5fd2 PrintStackTraceSignalHandler(void*) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:798:1
- #2 0x00007f66754b341f llvm::sys::RunSignalHandlers() /home/jose/lldb/llvm-project/llvm/lib/Support/Signals.cpp:105:20
- #3 0x00007f66754b544e SignalHandler(int) /home/jose/lldb/llvm-project/llvm/lib/Support/Unix/Signals.inc:413:1
- #4 0x00007f6674a42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
- #5 0x0000560d2e84ca28 lldb_private::SymbolContext::DumpStopContext(lldb_private::Stream*, lldb_private::ExecutionContextScope*, lldb_private::Address const&, bool, bool, bool, bool, bool, llvm::StringRef) const /home/jose/lldb/llvm-project/lldb/source/Symbol/SymbolContext.cpp:99:65
- #6 0x0000560d2e5747f2 lldb_private::BreakpointLocation::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/BreakpointLocation.cpp:517:25
- #7 0x0000560d2e559619 lldb_private::Breakpoint::GetDescription(lldb_private::Stream*, lldb::DescriptionLevel, bool) /home/jose/lldb/llvm-project/lldb/source/Breakpoint/Breakpoint.cpp:916:25
- #8 0x0000560d2f27d33f CommandObjectBreakpointSet::DoExecute(lldb_private::Args&, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectBreakpoint.cpp:740:37
- #9 0x0000560d2e7b93b3 lldb_private::CommandObjectParsed::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:755:12
- #10 0x0000560d2e7876f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #11 0x0000560d2f3034cf lldb_private::CommandObjectRegexCommand::DoExecute(llvm::StringRef, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Commands/CommandObjectRegexCommand.cpp:78:7
- #12 0x0000560d2e7b954a lldb_private::CommandObjectRaw::Execute(char const*, lldb_private::CommandReturnObject&) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandObject.cpp:774:12
- #13 0x0000560d2e7876f3 lldb_private::CommandInterpreter::HandleCommand(char const*, lldb_private::LazyBool, lldb_private::CommandReturnObject&, bool) /home/jose/lldb/llvm-project/lldb/source/Interpreter/CommandInterpreter.cpp:2035:3
- #14 0x0000560d2e51563a opts::breakpoint::evaluateBreakpoints(lldb_private::Debugger&) /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:436:9
- #15 0x0000560d2e51b208 main /home/jose/lldb/llvm-project/lldb/tools/lldb-test/lldb-test.cpp:1224:49
- #16 0x00007f6674a29d90 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
- #17 0x00007f6674a29e40 call_init ./csu/../csu/libc-start.c:128:20
- #18 0x00007f6674a29e40 __libc_start_main ./csu/../csu/libc-start.c:379:5
- #19 0x0000560d2e512fa5 _start (/home/jose/lldb/llvm-project/bin/lldb-test+0x184fa5)
- PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
- Stack dump:
- 0. Program arguments: /home/jose/lldb/llvm-project/bin/lldb-test breakpoints /home/jose/lldb/llvm-project/tools/lldb/test/Shell/Breakpoint/Output/split-dwarf-5-addrbase.test.tmp.dir/test /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf-5-addrbase.test
- 1. HandleCommand(command = "b baz")
- 2. HandleCommand(command = "breakpoint set --name 'baz'")
- FileCheck error: '<stdin>' is empty.
- FileCheck command line: /home/jose/lldb/llvm-project/bin/FileCheck /home/jose/lldb/llvm-project/lldb/test/Shell/Breakpoint/split-dwarf-5-addrbase.test
- --
- ********************
- ********************
- Failed Tests (39):
- lldb-shell :: Breakpoint/case-sensitive.test
- lldb-shell :: Breakpoint/debug_addrx.test
- lldb-shell :: Breakpoint/debug_rnglist_basic.test
- lldb-shell :: Breakpoint/debug_rnglist_offset_pair.test
- lldb-shell :: Breakpoint/debug_rnglist_rlestartend.test
- lldb-shell :: Breakpoint/debug_rnglistx_rlex.test
- lldb-shell :: Breakpoint/dummy-target.test
- lldb-shell :: Breakpoint/single-file-split-dwarf.test
- lldb-shell :: Breakpoint/split-dwarf-5-addrbase.test
- lldb-shell :: Breakpoint/split-dwarf5-debug-stroffsets.test
- lldb-shell :: Commands/command-breakpoint-col.test
- lldb-shell :: Commands/command-stop-hook-no-target.test
- lldb-shell :: Commands/command-thread-select.test
- lldb-shell :: Driver/TestSingleQuote.test
- lldb-shell :: Error/cleanup.cpp
- lldb-shell :: ExecControl/StopHook/stop-hook.test
- lldb-shell :: Expr/TestIRMemoryMap.test
- lldb-shell :: Expr/nodefaultlib.cpp
- lldb-shell :: Settings/TestFrameFormatColor.test
- lldb-shell :: Settings/TestFrameFormatMangling.test
- lldb-shell :: Settings/TestFrameFormatNameWithArgs.test
- lldb-shell :: Settings/TestFrameFormatNoColor.test
- lldb-shell :: Settings/TestLineMarkerColor.test
- lldb-shell :: SymbolFile/Breakpad/line-table.test
- lldb-shell :: SymbolFile/DWARF/debug-types-expressions.test
- lldb-shell :: SymbolFile/DWARF/dwarf5-lazy-dwo.c
- lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-path-symlink-relative-compdir.c
- lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-dwoname-absolute-compdir.c
- lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-absolute-compdir.c
- lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-filename-only-relative-compdir.c
- lldb-shell :: SymbolFile/DWARF/dwo-debug-file-search-paths-relative-compdir.c
- lldb-shell :: SymbolFile/DWARF/dwo-relative-filename-only-binary-dir.c
- lldb-shell :: SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
- lldb-shell :: SymbolFile/DWARF/x86/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s
- lldb-shell :: SymbolFile/DWARF/x86/debug_aranges-empty-section.s
- lldb-shell :: SymbolFile/OnDemand/source-breakpoint.test
- lldb-shell :: SymbolFile/OnDemand/symbolic-breakpoint.test
- lldb-shell :: Watchpoint/ExpressionLanguage.test
- lldb-shell :: Watchpoint/SetErrorCases.test
- Testing Time: 233.56s
- Total Discovered Tests: 2850
- Skipped : 1 (0.04%)
- Unsupported : 1328 (46.60%)
- Passed : 1481 (51.96%)
- Expectedly Failed: 1 (0.04%)
- Failed : 39 (1.37%)
- FAILED: tools/lldb/test/CMakeFiles/check-lldb /home/jose/lldb/llvm-project/tools/lldb/test/CMakeFiles/check-lldb
- cd /home/jose/lldb/llvm-project/tools/lldb/test && /usr/bin/python3.10 /home/jose/lldb/llvm-project/./bin/llvm-lit -sv /home/jose/lldb/llvm-project/tools/lldb/test
- ninja: build stopped: subcommand failed.
- real 7m20,084s
- user 42m31,747s
- sys 2m42,817s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement