From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82487 invoked by alias); 24 Nov 2015 17:26:36 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 82467 invoked by uid 89); 24 Nov 2015 17:26:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.7 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: edl.pl Received: from edl.pl (HELO edl.pl) (88.198.69.134) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 24 Nov 2015 17:26:34 +0000 Received: from host-550b786f.sileman.net.pl ([85.11.120.111] helo=[192.168.1.109]) by server.edl.pl with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.86) (envelope-from ) id 1a1HMN-00084l-Gv for gdb@sourceware.org; Tue, 24 Nov 2015 18:26:31 +0100 Message-ID: <1448386583.5138.4.camel@lach.art.pl> Subject: Control point and difference an memory From: =?UTF-8?Q?S=C5=82awomir?= Lach To: gdb@sourceware.org Date: Tue, 24 Nov 2015 17:26:00 -0000 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00041.txt.bz2 Hi. There's exist tool to doing an hibernate of process. You can add wrapper library over Xlib/Xcb to resume graphical program from hibernation. Why? To make debuging better! If you do so, you can allow to made by user control point(a save state of process). There could been also facilities to make difference between control points memory or difference between current process memory and some control point. Of course, difference will check position of memory and show for example: [global scope] x: int old(1) new(5) Best regards. Lach Sławomir.