+
+ testsuite/
+ * gdb.python/py-objfile.exp: Add tests for objfile.have_debug_info.
+--- README.google 2015-09-05 18:13:45.000000000 -0700
++++ README.google 2015-09-05 18:20:10.000000000 -0700
++
++2015-09-05 Doug Evans <google.com>
++
++ Ref: 15188412
++ * breakpoint.c (create_solib_event_breakpoint): Apply
++ gdbarch_skip_entrypoint if it's defined.
{
struct breakpoint *b;
+ /* GOOGLE LOCAL: Ref# 15188412. */
+ if (gdbarch_skip_entrypoint_p (gdbarch))
+ address = gdbarch_skip_entrypoint (gdbarch, address);
+
b = create_internal_breakpoint (gdbarch, address, bp_shlib_event,
&internal_breakpoint_ops);
update_global_location_list_nothrow (insert_mode);