mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
2013-04-23 Hui Zhu <hui@codesourcery.com>
PR gdb/15293 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf. 2013-04-23 Hui Zhu <hui@codesourcery.com> PR gdb/15293 * gdb.base/dprintf.exp: Add ignore command.
This commit is contained in:
@@ -5529,7 +5529,10 @@ bpstat_what (bpstat bs_head)
|
||||
break;
|
||||
|
||||
case bp_dprintf:
|
||||
this_action = BPSTAT_WHAT_STOP_SILENT;
|
||||
if (bs->stop)
|
||||
this_action = BPSTAT_WHAT_STOP_SILENT;
|
||||
else
|
||||
this_action = BPSTAT_WHAT_SINGLE;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user