diff options
-rw-r--r-- | gdb/gdbtk/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/gdbtk/library/prefs.tcl | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog index 7f319a0b261..91578161f68 100644 --- a/gdb/gdbtk/ChangeLog +++ b/gdb/gdbtk/ChangeLog @@ -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 diff --git a/gdb/gdbtk/library/prefs.tcl b/gdb/gdbtk/library/prefs.tcl index 25913d40399..be17880007c 100644 --- a/gdb/gdbtk/library/prefs.tcl +++ b/gdb/gdbtk/library/prefs.tcl @@ -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. |