From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28042 invoked by alias); 12 Sep 2008 16:04:01 -0000 Received: (qmail 28025 invoked by uid 22791); 12 Sep 2008 16:04:00 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 Sep 2008 16:03:21 +0000 Received: from HOME-C4E4A596F7 ([87.70.226.149]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K73004WPBAWYL00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Fri, 12 Sep 2008 19:04:08 +0300 (IDT) Date: Fri, 12 Sep 2008 16:04:00 -0000 From: Eli Zaretskii Subject: Re: [RFA 00/08] multi-process support In-reply-to: <200809121636.06964.pedro@codesourcery.com> X-012-Sender: halo1@inter.net.il To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200809121636.06964.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-09/txt/msg00267.txt.bz2 > From: Pedro Alves > Date: Fri, 12 Sep 2008 16:36:06 +0100 > > "Basic" above means, just enough multi-process to support targets where all > processes load the same symbols at the same addresses, and, all process > share the list of loaded libraries, and, the debug api manages to > make inserted breakpoints visible to all processes. We happen to have > been working with such a system -- Ericsson DICOS. Is loading libraries at the same address widely used, or is it a feature of a single exotic system?