This is the mail archive of the gdb@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]

regarding transparent data ranges (in tracepoint support)


hi all,
     i read about the transparent data ranges and
learned that data in these ranges are not supposed to
be collected by the remote stub since they belong to
read-only segment of the debuggee.my problem is : a
TSTART would start the debuggee and it may so happen
that the debuggee finishes executing.at this point,if
the GDB requests for some data in the transparent data
range,then how can the remote stub provide it with one
since the debuggee has exited ?
      i think the debuggee needs to be stopped after
main() has finished .this may be achieved by setting
an internal breakpoint somewhere (i have no idea
where).or may be something else.
      any ideas or suggestions??


thanks in advance,
ankit.

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


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