This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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: Insight release schedule


On Wed, 2004-08-11 at 15:01, Evan Lavelle wrote:
> Keith Seitz wrote:
> 
> Umm... can't you already do that?
> break X::Y if(!strcmp(Z, "wibble"))
> 

Sure, but it involves allocating memory in the inferior (for the string
and the dummy stack) and an inferior function call. Not the nicest of
things to do... (I certainly don't advocating doing that in gdb!)

YMMV.
Keith


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