From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67025 invoked by alias); 25 Mar 2015 01:51:04 -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 66771 invoked by uid 89); 25 Mar 2015 01:51:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 25 Mar 2015 01:51:02 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Debug output tweaks in the Linux target backends From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <2bf6fb9d85394f90abb3e21ee037a732b6e4c983@kwanyin> Date: Wed, 25 Mar 2015 03:22:00 -0000 X-SW-Source: 2015-q1/txt/msg06432.txt.bz2 *** TEST RESULTS FOR COMMIT 2bf6fb9d85394f90abb3e21ee037a732b6e4c983 *** Author: Pedro Alves Branch: master Commit: 2bf6fb9d85394f90abb3e21ee037a732b6e4c983 Debug output tweaks in the Linux target backends This adds/tweaks a few debug logs I found useful recently. gdb/gdbserver/ChangeLog: 2015-03-24 Pedro Alves * linux-low.c (check_stopped_by_breakpoint): Tweak debug log output. Also dump TRAP_TRACE. (linux_low_filter_event): In debug output, distinguish a resume_stop SIGSTOP from a delayed SIGSTOP. gdb/ChangeLog: 2015-03-24 Pedro Alves * linux-nat.c (linux_nat_resume): Output debug logs before trying to resume the event lwp. Use the lwp's ptid instead of the passed in (maybe wildcard) ptid. (stop_wait_callback): Tweak debug log output. (check_stopped_by_breakpoint): Tweak debug log output. Also dump TRAP_TRACE. (linux_nat_filter_event): In debug output, distinguish a resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs before trying to resume the lwp.