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]

GSoC Status Report #1


Hi,
First week of GSoC has passed, here is a summary of what we have done so far.

* Studied observers.
* Studied part of infrun.c to see what information is still reachable
during a normal_stop notification.
* Attached a callback to normal_stop notification for passing the
information to python.
* Coded a prototype for gdb.Event class.

Plans for next week;
o Set up a cleaner design for gdb.Event class.
o Code prototypes for other classes (gdb.Inferior, gdb.InferiorThread).

Regards,
Oguz Kayral


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