From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Ian Roxborough Cc: Subject: Re: FYI: DLL breakpoint bug [was: Re: DLLs and Insight...] Date: Tue, 23 Oct 2001 15:21:00 -0000 Message-id: References: <3BD5EEC0.3F64D86B@redhat.com> X-SW-Source: 2001-q4/msg00178.html On Tue, 23 Oct 2001, Ian Roxborough wrote: > > This is odd. I would not expect entering the breakpoint at the console > > prompt to change the breakpoint. Does "info break" show the right > > location? What does "tk gdb_get_breakpoint_info BKPT#" show? > > Both show the same as the breakpoint window (i.e. the breakpoints set > in the wrong places). My initial reaction to this is "it's not possible". Entering "break foo.c:124" is the same whether or not its done at the command line or at the console prompt. The only difference is that when Insight is around, an event is sent to the gui. I would expect to see problems with the Func Browser or the SrcWin, since these use different mechanisms for setting breakpoints than the console window. Something really weird is going on, and I guess the only way to resolve it is to debug it. I will see if I can get to it tonight. Keith