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]

restart for remote target


Hi all,

I need an restart command for remote target. Set Program Counter to i.e. 0 is not an
option because interrupts.
I implemented it as user-defined command but all breakpoints must be delete before load.
After load all breakpoints are lost.
Is it possible to save breakpoint data in order restore it after application reload?


Thanks


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