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 breakpoints/11285] breakpoint commands: continue after finish has no effect


------- Additional Comments From tyl dot ero dot d dot erkirk at gmail dot com  2010-02-26 02:23 -------
I believe this is the intended behavior.

"Any other commands in the command list, after a command that resumes execution, 
are ignored. This is because any time you resume execution (even with a simple 
next or step), you may encounter another breakpoint?which could have its own 
command list, leading to ambiguities about which list to execute." - 
http://sourceware.org/gdb/download/onlinedocs/gdb/Break-Commands.html

-Tyler

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11285

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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