This is the mail archive of the gdb-testers@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]

[binutils-gdb] keep_going: Add missing discard_cleanups call


*** TEST RESULTS FOR COMMIT de1fe8c8ab7f67856d9f2e2c5aa491cec01d3e85 ***

Author: Pedro Alves <palves@redhat.com>
Branch: master
Commit: de1fe8c8ab7f67856d9f2e2c5aa491cec01d3e85

keep_going: Add missing discard_cleanups call
By inspection, I noticed a path where we return without discarding the
cleanups.

gdb/ChangeLog:
2015-04-01  Pedro Alves  <palves@redhat.com>

	* infrun.c (keep_going): Also discard cleanups if inserting
	breakpoints fails.


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