This is the mail archive of the gdb-patches@sources.redhat.com 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/MI] Event Records vs Commands



If breakpoint-create included complete breakpoint information an
additional roundtrip could be avoided.  Is this significant?  I suspect
this is a question for some of the apple hackers as they would have a
better feel for how critical this one is :-)

I don't really think a breakpoint query is going to do too much, but if
we want to keep it, we certainly can. All I would need to do is make the
code more event friendly.
So for the first cut - just return the breakpoint number.
Then, if performance provdes to be a problem, update it to include the other info.

Ok.

Andrew




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