File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
//@ compile-flags:-g
2
2
3
+ // FIXME(jieyouxu): triple check if this works in CI
4
+ //@ min-cdb-version: 10.0.26100.2161
5
+
3
6
// === GDB TESTS ===================================================================================
4
7
5
8
// gdb-command: run
26
29
// cdb-check: Breakpoint 0 hit
27
30
28
31
// cdb-command: dx _ref
29
- // cdb-check: _ref : 0x[...] : () [Type: tuple$<> *]
32
+ // cdb-check: _ref : 0x[...] [Type: tuple$<> *]
30
33
31
34
// cdb-command: dx _ptr
32
- // cdb-check: _ptr : 0x[...] : () [Type: tuple$<> *]
35
+ // cdb-check: _ptr : 0x[...] [Type: tuple$<> *]
33
36
34
37
// cdb-command: dx _local
35
- // cdb-check: _local : () [Type: tuple$<>]
38
+ // cdb-check: _local [Type: tuple$<>]
36
39
37
40
// cdb-command: dx _field,d
38
41
// cdb-check: _field,d [Type: unit_type::_TypeContainingUnitField]
39
42
// cdb-check: [+0x[...]] _a : 123 [Type: unsigned int]
40
- // cdb-check: [+0x[...]] _unit : () [Type: tuple$<>]
43
+ // cdb-check: [+0x[...]] _unit [Type: tuple$<>]
41
44
// cdb-check: [+0x[...]] _b : 456 [Type: unsigned __int64]
42
45
43
46
// Check that we can cast "void pointers" to their actual type in the debugger
You can’t perform that action at this time.
0 commit comments