convert to_static_tracepoint_markers_by_strid
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 21:17:35 +0000 (14:17 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:48:01 +0000 (07:48 -0700)
commitd6522a229d3baf2659c63a65b60947dff58ea200
tree25ec20c77603e02cfacd53d13fd3ef6ae05df27e
parent4c3e44251dcb59f096a4d27006c36ffcc0057398
convert to_static_tracepoint_markers_by_strid

Note that this patch reformats the
to_static_tracepoint_markers_by_strid field declaration in struct
target_ops.  This was needed because make-target-delegates requires
the opening paren for the parameters to be on the same line as the
method name, and I didn't see an easy way to fix this.

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_static_tracepoint_markers_by_strid.
* target.h (struct target_ops)
<to_static_tracepoint_markers_by_strid>: Use
TARGET_DEFAULT_NORETURN.
gdb/ChangeLog
gdb/target-delegates.c
gdb/target.c
gdb/target.h
This page took 0.030916 seconds and 4 git commands to generate.