[lldb/Test] Update minidebuginfo-set-and-hit-breakpoint.test
authorJonas Devlieghere <jonas@devlieghere.com>
Sat, 25 Jan 2020 04:46:51 +0000 (20:46 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 25 Jan 2020 04:47:31 +0000 (20:47 -0800)
Update test to account for the new 'hardware' field between 'resolved'
and 'hit count'.

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

index cf073fc16cb7325dbf8f1b6e2eddcfc682338b82..84c69bea87f7411529a873bb6b05b8f9ba665bd5 100644 (file)
 # 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