[patch] Skip gdb.threads/execl.exp on remote target

Yao Qi yao@codesourcery.com
Fri Jun 17 09:27:00 GMT 2011


As far as I know, exec event is not handled in gdbserver or in remote
debugging, so this patch is to skip gdb.threads/execl.exp on remote target.

The condition checking in my patch is "{ [is_remote target] }", instead
of "{ [is_remote target] || ![isnative] }", which is widely used
elsewhere, because "![isnative]" can be regarded as a subset of
"is_remote target".  I can't think of a case that non-native debugger
works with non-remote board.  Am I missing something?

-- 
Yao (齐尧)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: skip_remote_execl.patch
Type: text/x-patch
Size: 496 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20110617/575234c7/attachment.bin>


More information about the Gdb-patches mailing list