From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28019 invoked by alias); 9 Mar 2009 17:05:00 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 27975 invoked by uid 9674); 9 Mar 2009 17:04:59 -0000 Date: Mon, 09 Mar 2009 17:05:00 -0000 Message-ID: <20090309170459.27959.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer: Merge commit 'origin/archer-jankratochvil-python' into archer X-Git-Refname: refs/heads/archer X-Git-Reftype: branch X-Git-Oldrev: 543fb2154d3bd551344b990b911be5c6cc703504 X-Git-Newrev: ec29855686f2a78d90ebcc63765681249bbbe808 X-SW-Source: 2009-q1/txt/msg00290.txt.bz2 List-Id: The branch, archer has been updated via ec29855686f2a78d90ebcc63765681249bbbe808 (commit) via 534f5de0c9569a9eae535d722864afa1d78dc9dc (commit) via 0874c29c3341c169ebaaf3f125792d57595fc525 (commit) from 543fb2154d3bd551344b990b911be5c6cc703504 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit ec29855686f2a78d90ebcc63765681249bbbe808 Merge: 543fb2154d3bd551344b990b911be5c6cc703504 534f5de0c9569a9eae535d722864afa1d78dc9dc Author: Jan Kratochvil Date: Mon Mar 9 18:03:07 2009 +0100 Merge commit 'origin/archer-jankratochvil-python' into archer ----------------------------------------------------------------------- Summary of changes: gdb/python/lib/gdb/libstdcxx/v6/printers.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/gdb/python/lib/gdb/libstdcxx/v6/printers.py b/gdb/python/lib/gdb/libstdcxx/v6/printers.py index ccef97d..c0dc987 100644 --- a/gdb/python/lib/gdb/libstdcxx/v6/printers.py +++ b/gdb/python/lib/gdb/libstdcxx/v6/printers.py @@ -615,6 +615,7 @@ def build_libstdcxx_dictionary (): pretty_printers_dict[re.compile('^std::stack<.*>$')] = lambda val: StdStackOrQueuePrinter("std::stack", val) pretty_printers_dict[re.compile('^std::unique_ptr<.*>$')] = UniquePointerPrinter pretty_printers_dict[re.compile('^std::vector<.*>$')] = StdVectorPrinter + # vector # These are the C++0x printers. They also exist in the standard namespace. # For array - the default GDB pretty-printer seems reasonable. @@ -626,7 +627,7 @@ def build_libstdcxx_dictionary (): pretty_printers_dict[re.compile('^std::(tr1::)?unordered_multiset<.*>$')] = lambda val: Tr1UnorderedSetPrinter ('std::tr1::unordered_multiset', val) - # Extensions to std, tr1 pretty-printers. + # Extensions. pretty_printers_dict[re.compile('^__gnu_cxx::slist<.*>$')] = StdSlistPrinter if True: hooks/post-receive -- Repository for Project Archer.