From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Insight Maling List Subject: [PATCH] Insight startup "Select function..." Date: Mon, 23 Apr 2001 13:32:00 -0000 Message-id: X-SW-Source: 2001-q2/msg00143.html I have checked in the following patch to fix Insight's startup message "Select function to disassemble". Keith CVSROOT: /cvs/src Module name: src Changes by: kseitz@sources.redhat.com 2001-04-23 13:28:29 Modified files: gdb/gdbtk : ChangeLog gdb/gdbtk/generic: gdbtk-cmds.c Log message: * generic/gdbtk-cmds.c (gdb_entry_point): Return an empty string when there is no active target (i.e., there is no entry point to return yet). Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.68&r2=1.69 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-cmds.c.diff?cvsroot=src&r1=1.32&r2=1.33