[Lldb-commits] [lldb] 1ed561a - [lldb/Test] Update minidebuginfo-set-and-hit-breakpoint.test

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 24 20:47:38 PST 2020


Author: Jonas Devlieghere
Date: 2020-01-24T20:47:31-08:00
New Revision: 1ed561aa4bdc2e9f5e743ffcbdbe10a3443947dd

URL: https://github.com/llvm/llvm-project/commit/1ed561aa4bdc2e9f5e743ffcbdbe10a3443947dd
DIFF: https://github.com/llvm/llvm-project/commit/1ed561aa4bdc2e9f5e743ffcbdbe10a3443947dd.diff

LOG: [lldb/Test] Update minidebuginfo-set-and-hit-breakpoint.test

Update test to account for the new 'hardware' field between 'resolved'
and 'hit count'.

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 cf073fc16cb7..84c69bea87f7 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
@@ -73,17 +73,19 @@
 # CHECK: (lldb) breakpoint list -v
 # CHECK-NEXT: Current breakpoints:
 # CHECK-NEXT: 1: name = 'multiplyByThree'
-# CHECK-NEXT:  1.1: 
+# CHECK-NEXT:  1.1:
 # CHECK-NEXT:  module = {{.*}}/minidebuginfo-set-and-hit-breakpoint.test.tmp.binary
 # CHECK-NEXT:  symbol = multiplyByThree
 # CHECK-NEXT:  address = 0x{{.*}}
 # CHECK-NEXT:  resolved = true
-# CHECK-NEXT:  hit count = 1 
+# CHECK-NEXT:  hardware = false
+# CHECK-NEXT:  hit count = 1
 
 # CHECK: 2: name = 'multiplyByFour'
-# CHECK-NEXT:  2.1: 
+# CHECK-NEXT:  2.1:
 # CHECK-NEXT:  module = {{.*}}/minidebuginfo-set-and-hit-breakpoint.test.tmp.binary
 # CHECK-NEXT:  symbol = multiplyByFour
 # CHECK-NEXT:  address = 0x{{.*}}
 # CHECK-NEXT:  resolved = true
-# CHECK-NEXT:  hit count = 1 
+# CHECK-NEXT:  hardware = false
+# CHECK-NEXT:  hit count = 1


        


More information about the lldb-commits mailing list