From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105070 invoked by alias); 12 Jan 2017 21:33:07 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 105042 invoked by uid 89); 12 Jan 2017 21:33:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Jan 2017 21:32:57 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Use gdbpy_ref in py-utils.c From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <830a493402da4a055bf2d34ab300a83305391095@gdb-build> Date: Thu, 12 Jan 2017 21:33:00 -0000 X-SW-Source: 2017-q1/txt/msg01519.txt.bz2 *** TEST RESULTS FOR COMMIT 830a493402da4a055bf2d34ab300a83305391095 *** Author: Tom Tromey Branch: master Commit: 830a493402da4a055bf2d34ab300a83305391095 Use gdbpy_ref in py-utils.c This changes more places in py-utils.c to use gdbpy_ref. 2017-01-10 Tom Tromey * python/py-utils.c (unicode_to_encoded_string) (python_string_to_target_string) (python_string_to_target_python_string) (python_string_to_host_string, gdbpy_obj_to_string) (get_addr_from_python): Use gdbpy_ref.