This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: About gdb source code
- From: "Eli Zaretskii" <eliz at elta dot co dot il>
- To: mr924352 at cs dot nthu dot edu dot tw
- Cc: gdb at sources dot redhat dot com
- Date: Thu, 15 Jan 2004 12:36:48 +0200
- Subject: Re: About gdb source code
- References: <1074159154.40065e325349d@webmail.cs.nthu.edu.tw>
- Reply-to: Eli Zaretskii <eliz at elta dot co dot il>
> Date: Thu, 15 Jan 2004 17:32:34 +0800
> From: mr924352@cs.nthu.edu.tw
>
> My question is where is the gdb source code to process the "disp" action.
See printcmd.c:do_displays and printcmd.c:do_one_display. The rest
of support functions are also in printcmd.c.