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?


Hi Michael,

> Joel, if my memory is correct, this is because the "*" is not
> interpreted by the language parser, it is interpreted by the
> linespec parser.

Right. In my mind, the issue was not with the "*", but in determining
for each language if the expression "FUNCTION_NAME" returned the
function address or not. It looks like it is the case for most
languages supported by GDB. The only exceptions apparently are
Ada and SCM.

-- 
Joel


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