OSDN Git Service

* library/prefs.tcl (pref_set_defaults): Add additional entry
authorjlarmour <jlarmour>
Thu, 26 Jul 2001 16:11:16 +0000 (16:11 +0000)
committerjlarmour <jlarmour>
Thu, 26 Jul 2001 16:11:16 +0000 (16:11 +0000)
points for eCos if main is not present.

gdb/gdbtk/ChangeLog
gdb/gdbtk/library/prefs.tcl

index 7f319a0..9157816 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-26  Jonathan Larmour  <jlarmour@redhat.com>
+
+       * library/prefs.tcl (pref_set_defaults): Add additional entry
+       points for eCos if main is not present.
+
 2001-07-21  Martin M. Hunt  <hunt@redhat.com>
 
        * library/interface.tcl (gdbtk_locate_main): Fix function 
index 25913d4..be17880 100644 (file)
@@ -371,7 +371,7 @@ proc pref_set_defaults {} {
   pref define gdb/kod/show_icon           0
 
   # Various possible "main" functions. What's for Java?
-  pref define gdb/main_names              [list MAIN___ MAIN__ main]
+  pref define gdb/main_names              [list MAIN___ MAIN__ main cyg_user_start cyg_start ]
 
   # These are the classes of warning dialogs, and whether the user plans
   # to ignore them.