Bug 23301

Summary: Add stub breakpoints
Product: [Retired] eCos Reporter: Jesper Skov <jskov>
Component: DebuggingAssignee: ecc-bugs-int
Status: CLOSED WONTFIX QA Contact: ecc-bugs-int
Severity: medium Docs Contact:
Priority: medium    
Version: CVSKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-06-20 15:46:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jesper Skov 2001-01-04 14:18:43 UTC
Letting the stub handle breakpoints will reduce the time GDB spends
on putting data back and forth between each step somewhat. Not entirely
though, since it keeps setting/clearing breakpoints - it just gets a bit
more effecient.

I raised the subject (on gdb-local) of letting the stub handle the
breakpoints entirely and not set/clear them continously, but this appears
to be a feature, allowing GDB to crash / lose the connection without
affecting the target state. Of course, this is only true if it happens
while the user is interacting with GDB - not while GDB is waiting for
target actions... Oh well...

Comment 1 Alex Schuilenburg 2003-06-20 15:46:57 UTC
This bug has moved to http://bugs.ecos.sourceware.org/show_bug.cgi?id>23301