From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15236 invoked by alias); 8 Jan 2002 01:50:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15195 invoked from network); 8 Jan 2002 01:50:20 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 8 Jan 2002 01:50:20 -0000 Received: from redhat.com (reddwarf.cygnus.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id RAA28227; Mon, 7 Jan 2002 17:50:18 -0800 (PST) Message-ID: <3C3A4F31.14634F24@redhat.com> Date: Mon, 07 Jan 2002 17:50:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Michael Snyder CC: gdb-patches@sources.redhat.com Subject: Re: [PATCH] thread-db.c, indentation fix. References: <200201080129.g081Tk900359@reddwarf.cygnus.com> Content-Type: multipart/mixed; boundary="------------A6CCEB3F7CF302C45161B7CC" X-SW-Source: 2002-01/txt/msg00119.txt.bz2 This is a multi-part message in MIME format. --------------A6CCEB3F7CF302C45161B7CC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-length: 55 Michael Snyder wrote: > ... Oh hell, try that again... --------------A6CCEB3F7CF302C45161B7CC Content-Type: text/plain; charset=us-ascii; name="thread-db.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="thread-db.patch" Content-length: 1031 2002-01-07 Michael Snyder * thread-db.c (thread_db_new_objfile): Indendation fix. Index: thread-db.c =================================================================== RCS file: /cvs/src/src/gdb/thread-db.c,v retrieving revision 1.19 diff -p -r1.19 thread-db.c *** thread-db.c 2002/01/05 01:46:30 1.19 --- thread-db.c 2002/01/08 01:32:28 *************** thread_db_new_objfile (struct objfile *o *** 482,490 **** { td_err_e err; ! /* Don't attempt to use thread_db on targets which can not run ! (core files). */ ! if (objfile == NULL || !target_has_execution) { /* All symbols have been discarded. If the thread_db target is active, deactivate it now. */ --- 482,490 ---- { td_err_e err; ! /* Don't attempt to use thread_db on targets which can not run ! (core files). */ ! if (objfile == NULL || !target_has_execution) { /* All symbols have been discarded. If the thread_db target is active, deactivate it now. */ --------------A6CCEB3F7CF302C45161B7CC--