This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
About the concept of the callback
- From: libra <mr924352 at cs dot nthu dot edu dot tw>
- To: gdb at sources dot redhat dot com
- Date: Sat, 24 Jan 2004 10:16:34 +0800
- Subject: About the concept of the callback
Hello everybody:
I am tracing the gdb source code now.
In the gdb source code,there use many callback function.
I don't understand why it uses callback.
Now, i know how to implement the callback function.
But, i still don't know why it must use the callback.
Anyone can tell me where is the document about the concept of the callback
that i can get.
Thank a lot!!!