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] mi_load_progress: Restore current_uiout using a scoped_restore


*** TEST RESULTS FOR COMMIT 5846367a24e24f334077ceb7f7389acbd072b11a ***

Author: Simon Marchi <simon.marchi@ericsson.com>
Branch: master
Commit: 5846367a24e24f334077ceb7f7389acbd072b11a

mi_load_progress: Restore current_uiout using a scoped_restore

Simply use a scoped_restore instead of manually saving and restoring
current_uiout.

gdb/ChangeLog:

	* mi/mi-main.c (mi_load_progress): Restore current_uiout using a
	scoped_restore.


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