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

gdb and binutils branch master updated. a73c2b56cd87f709fb9118232b19cdf516edfb10


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  a73c2b56cd87f709fb9118232b19cdf516edfb10 (commit)
      from  1707f183446fae9aca8523c1ebf721bcf2472008 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a73c2b56cd87f709fb9118232b19cdf516edfb10

commit a73c2b56cd87f709fb9118232b19cdf516edfb10
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Fri Sep 26 10:35:12 2014 -0400

    Don't prune program spaces when doing "maintenance info program-spaces"
    
    Remove the pruning of program spaces in print_program_space to remove
    unwanted side-effects. "info" commands and print routines should
    generally not change the state of the debugger.
    
    gdb/Changelog:
    
    	* progspace.c (print_program_space): Don't prune program spaces
    	before printing them.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog   |    5 +++++
 gdb/progspace.c |    4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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