This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC/RFA?] Should break FILE:LINENO skip prologue?


On Mon, Jan 14, 2008 at 11:30:05AM +0100, Pierre Muller wrote:
>   I just tested &win32_close
> and it does not work....
> I get 
> Function "" not defined.
> Make breakpoint pending ...

It would be "break *&win32_close".  Did you try that?  The * is
not part of the expression - it just means that an expression follows.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]