This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/22091] PASS->FAIL: gdb.arch/thumb2-it.exp


https://sourceware.org/bugzilla/show_bug.cgi?id=22091

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> ---
Casts is the simplest.  Can you give it a try?  Assuming the function returns
nothing, then something like this should work:

 -   gdb_test "call ${func}()" "Breakpoint.*@ Setup.*" "$func, call"
 +   gdb_test "call (void) ${func}()" "Breakpoint.*@ Setup.*" "$func, call"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]