This is the mail archive of the gdb@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: possible gdb agent expression extension


> Date: Mon, 25 Aug 2014 10:03:03 -0400
> From: David Taylor <dtaylor@emc.com>
> 
> > That @result{} at the end, with nothing after it, does look strange:
> > what "result" does this give?
> 
> I was largely copying snippets I found nearby in the agentexpr.texi
> file.  They are of the form:
> 
> <agent-opcode> <additional items in the agent byte stream> :
>     <items on the stack at start of operation> ==>
>     <items on the stack at end of operation>

Right, but in your case there's nothing after ==>, which is
unexpected.

Thanks.


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