From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58474 invoked by alias); 1 Mar 2018 03:00:48 -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 57998 invoked by uid 89); 1 Mar 2018 03:00:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD 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, 01 Mar 2018 03:00:05 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb/gdb-8.1-branch] Change order of error message printed when gdbserver can't find CWD From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <506817a3abd98859eb3474389e756c0253cc28a1@gdb-build> Date: Thu, 01 Mar 2018 03:00:00 -0000 X-SW-Source: 2018-q1/txt/msg05102.txt.bz2 *** TEST RESULTS FOR COMMIT 506817a3abd98859eb3474389e756c0253cc28a1 *** Author: Sergio Durigan Junior Branch: gdb-8.1-branch Commit: 506817a3abd98859eb3474389e756c0253cc28a1 Change order of error message printed when gdbserver can't find CWD I forgot to address Pedro's comment about my last patch and change the order of the message printed when getcwd returns NULL on gdbserver. This obvious commit does it. gdb/gdbserver/ChangeLog: 2018-02-28 Sergio Durigan Junior * server.c (captured_main): Change order of error message printed when the current working directory cannot be found.