debuginfo: Make GDB tests use line breakpoints like done in LLDB tests.
On some Windows versions of GDB this is more stable than setting breakpoints via function names.
This commit is contained in:
parent
7e662316d1
commit
54a5a2b365
91 changed files with 68 additions and 447 deletions
|
@ -15,11 +15,9 @@
|
|||
|
||||
// === GDB TESTS ===================================================================================
|
||||
|
||||
// gdb-command:rbreak zzz
|
||||
// gdb-command:run
|
||||
|
||||
// STRUCT
|
||||
// gdb-command:finish
|
||||
// gdb-command:print arg1
|
||||
// gdb-check:$1 = 1
|
||||
// gdb-command:print arg2
|
||||
|
@ -27,7 +25,6 @@
|
|||
// gdb-command:continue
|
||||
|
||||
// ENUM
|
||||
// gdb-command:finish
|
||||
// gdb-command:print arg1
|
||||
// gdb-check:$3 = -3
|
||||
// gdb-command:print arg2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue