diff options
author | Jonathan Larmour <jifl@eCosCentric.com> | 2001-07-26 16:11:17 +0000 |
---|---|---|
committer | Jonathan Larmour <jifl@eCosCentric.com> | 2001-07-26 16:11:17 +0000 |
commit | 23824d8b3321e5a52092fc9c4edc96f158ce16cf (patch) | |
tree | e4cceb7fbf04e7a55d46b50d2160368b86633be6 /gdb/gdbtk | |
parent | 5b61f3d20a21f54e203a83e2d2b155818884c7f6 (diff) | |
download | gdb-23824d8b3321e5a52092fc9c4edc96f158ce16cf.tar.gz |
* library/prefs.tcl (pref_set_defaults): Add additional entry
points for eCos if main is not present.
Diffstat (limited to 'gdb/gdbtk')
-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. |