From owner-freebsd-current@FreeBSD.ORG Sun Dec 8 18:21:22 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EEC66D for ; Sun, 8 Dec 2013 18:21:22 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 1A9D414C4 for ; Sun, 8 Dec 2013 18:21:21 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id AD62B17FCAA; Sun, 8 Dec 2013 19:21:12 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id E96058EF1E7; Sun, 8 Dec 2013 19:21:51 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QO5mmeG4K7FG; Sun, 8 Dec 2013 19:21:51 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 20EC08EF052; Sun, 8 Dec 2013 19:21:51 +0100 (CET) Message-ID: <52A4B8DD.1050709@bitfrost.no> Date: Sun, 08 Dec 2013 19:22:21 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Alexander Kabaev Subject: Re: KGDB and kvm_write References: <52A36456.8000202@bitfrost.no> <20131207163446.3a0d9d9c@kan.dyndns.org> In-Reply-To: <20131207163446.3a0d9d9c@kan.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2013 18:21:22 -0000 On 12/07/13 22:34, Alexander Kabaev wrote: > On Sat, 07 Dec 2013 19:09:26 +0100 > Hans Petter Selasky wrote: > >> Hi, >> >> Is there a particular reason that "set variable = value" is not >> implemented when using kgbd from the command prompt? >> >> --HPS > > Just a thought: maybe you forgot -w on kgdb command line? > Yes, I will try that next time. Thank you, --HPS