From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27790 invoked by alias); 2 Nov 2004 13:09:56 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 27778 invoked from network); 2 Nov 2004 13:09:54 -0000 Received: from unknown (HELO NUTMEG.CAM.ARTIMI.COM) (217.40.111.177) by sourceware.org with SMTP; 2 Nov 2004 13:09:54 -0000 Received: from mace ([192.168.1.25]) by NUTMEG.CAM.ARTIMI.COM with Microsoft SMTPSVC(6.0.3790.211); Tue, 2 Nov 2004 13:08:59 +0000 From: "Dave Korn" To: "'Otto Wyss'" , Subject: RE: Why does the bug database require cookies!?! Date: Tue, 02 Nov 2004 13:09:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <4186A38E.8C206128@orpatec.ch> Message-ID: X-OriginalArrivalTime: 02 Nov 2004 13:08:59.0078 (UTC) FILETIME=[1DA38E60:01C4C0DD] X-SW-Source: 2004-11/txt/msg00014.txt.bz2 > -----Original Message----- > From: gdb-owner On Behalf Of Otto Wyss > Sent: 01 November 2004 20:59 > To: gdb > Subject: Why does the bug database require cookies!?! > > I wanted to look in the bug database if anything is mentioned why gdb > doesn't allow to set a breakpoint at a name it knows when used . > But the database requires cookies just for reading!?! Sorry guys. > > O. Wyss Did you bother actually looking at the cookies it offers? Name: gnatsweb-global Domain: sources.redhat.com Path: / Expires: Thu, Dec 02 2004 11:01:48 Secure: No Data: database&gdb 3rd Party: No Session: No Name: gnatsweb-db-gdb Domain: sources.redhat.com Path: / Expires: Thu, Dec 02 2004 11:01:48 Secure: No Data: password&guest&user&guest 3rd Party: No Session: No Name: gnatsweb-global Domain: sources.redhat.com Path: / Expires: Thu, Dec 02 2004 11:03:43 Secure: No Data: database&gdb&columns&category%20state%20class%20responsible%20synopsis 3rd Party: No Session: No There's no personal information in them, nothing hidden or encoded, just boring stuff like which columns you have displayed in your query results and what username you logged in under. I'm surprised they have an expiry time of a month, I would have preferred session cookies myself, but it's a trivial matter to accept a cookie for the duration of whatever you're doing and then flush your cache afterwards. What are you afraid of? BTW, in answer to your real question: you sometimes need to quote the function name before completion works. Check "info gdb", Node: Completion, the paragraph beginning "Sometimes the string you need ..."; it's documented. cheers, DaveK -- Can't think of a witty .sigline today....