gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Nov 2009 14:50:29 +0000 (14:50 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 2 Nov 2009 14:50:29 +0000 (14:50 +0000)
commitabd0a5fa917322975ca664878f29de21fa878e21
tree6d589ca1a511d6f8633d523498418394425e4d45
parent62f3b8c86784407e864ddf7698b9852cb76aa339
gdb/
Remove INVALID_ENTRY_POINT.
* frame.c (inside_entry_func): New variable entry_point.  Return 0 if
the entry point is not known.
* solib-irix.c (enable_break): Likewise.
* objfiles.c (init_entry_point_info): Stop using INVALID_ENTRY_POINT.
Initialize EI.ENTRY_POINT_P.
(entry_point_address): Rename to ...
(entry_point_address_query): ... a new function.  Use EI.ENTRY_POINT_P.
(entry_point_address): New function.
(objfile_relocate): Use EI.ENTRY_POINT_P.
* objfiles.h (struct entry_info): Simplify entry_point comment.  New
field entry_point_p.
(INVALID_ENTRY_POINT): Remove.
(entry_point_address_query): New prototype.
* solib-frv.c (enable_break): Check for NULL SYMFILE_OBJFILE and its
EI.ENTRY_POINT_P.  Return 0 if ".interp" is not found.
gdb/ChangeLog
gdb/frame.c
gdb/objfiles.c
gdb/objfiles.h
gdb/solib-frv.c
gdb/solib-irix.c
This page took 0.026946 seconds and 4 git commands to generate.