mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-27 22:09:09 +00:00
Massage those regexps to work with both lldb and gdb.
llvm-svn: 190967
This commit is contained in:
parent
d6aadc797c
commit
7f6f3bb86b
@ -6,8 +6,8 @@
|
||||
// DEBUGGER: r
|
||||
// DEBUGGER: p v
|
||||
// CHECK: ${{[0-9]+}} = {
|
||||
// CHECK-NEXT: Data = 0x0{{,|(0+$)}}
|
||||
// CHECK-NEXT: Kind = 2142
|
||||
// CHECK: Data = 0x0{{(0*)}}
|
||||
// CHECK: Kind = 2142
|
||||
|
||||
class SVal {
|
||||
public:
|
||||
|
@ -7,8 +7,7 @@
|
||||
// DEBUGGER: p a
|
||||
// CHECK: ${{[0-9]+}} = {
|
||||
// LLDB does not print artificial members.
|
||||
// CHECK-NEXT: {{(_vptr\$A =)|(m_int = 12)}}
|
||||
// CHECK-NEXT: {{(m_int = 12)|(})}}
|
||||
// CHECK-NEXT: {{(_vptr\$A =)?.*}}m_int = 12
|
||||
|
||||
class A
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user