Author: Greg Clayton
Date: 2021-12-02T15:47:15-08:00
New Revision: 266a66c915cbbc36b1a3887963eb97f32306c7e4

URL: 
https://github.com/llvm/llvm-project/commit/266a66c915cbbc36b1a3887963eb97f32306c7e4
DIFF: 
https://github.com/llvm/llvm-project/commit/266a66c915cbbc36b1a3887963eb97f32306c7e4.diff

LOG: Include extra input contents on this test so we can see why 
lldb-arm-ubuntu buildbot is failing.

Only lldb-arm-ubuntu is failing after https://reviews.llvm.org/D114288 and 
there isn't enough input context to see why this is failing. It works on x86_64 
linux just fine.

Added: 
    

Modified: 
    lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test

Removed: 
    


################################################################################
diff  --git 
a/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test 
b/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test
index 9507c5d6d17fc..a9650614674ea 100644
--- a/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test
+++ b/lldb/test/Shell/ObjectFile/ELF/minidebuginfo-set-and-hit-breakpoint.test
@@ -59,7 +59,7 @@
 # from within the .dynsym section (multiplyByThree) and one from
 # the .symtab section embedded in the .gnu_debugdata section (multiplyByFour).
 
-# RUN: %lldb -b -o 'b multiplyByThree' -o 'b multiplyByFour' -o 'run' -o 
'continue' -o 'breakpoint list -v' %t.binary | FileCheck %s
+# RUN: %lldb -b -o 'b multiplyByThree' -o 'b multiplyByFour' -o 'run' -o 
'continue' -o 'breakpoint list -v' %t.binary | FileCheck %s 
--dump-input-context 20
 
 # CHECK: (lldb) b multiplyByThree
 # CHECK-NEXT: Breakpoint 1: where = 
minidebuginfo-set-and-hit-breakpoint.test.tmp.binary`multiplyByThree, address = 
0x{{.*}}


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to