OSDN Git Service

be more lenient when matching the stops at _start
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Wed, 11 Nov 2009 10:34:16 +0000 (11:34 +0100)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Wed, 11 Nov 2009 10:42:12 +0000 (11:42 +0100)
commit5bd5fa63bf6caf90170f9e703e0dba433fe407a7
tree41b544381efa2df636086f1e48d3afdc64715b47
parente4b1a25dd2bb8233a02c7ae5a5476e88ac4f0451
be more lenient when matching the stops at _start

archer reports stops at tbreaks properly, so checking for an empty stop
reason is no particularly good idea. instead, we simply skip *all* stops
at the entry point, assuming the user will not really set a breakpoint
there anyway.

Reviewed-by: hjk
src/plugins/debugger/gdb/gdbengine.cpp