public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Pedro Alves <palves@redhat.com>
To: Tom Tromey <tromey@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFC 18/32] Add target_ops argument to to_save_record
Date: Tue, 14 Jan 2014 13:26:00 -0000	[thread overview]
Message-ID: <52D53B0A.2020903@redhat.com> (raw)
In-Reply-To: <1389640367-5571-19-git-send-email-tromey@redhat.com>

Looks fine.

On 01/13/2014 07:12 PM, Tom Tromey wrote:
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_save_record>: Add argument.
> 	* target.c (target_save_record): Add argument.
> 	* record-full.c (record_full_save): Add 'self' argument.
> 	(record_full_save): Add 'self' argument.
> 
> Add target_ops argument to to_delete_record
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_delete_record>: Add argument.
> 	* target.c (target_delete_record): Add argument.
> 	* record-full.c (record_full_delete): Add 'self' argument.
> 
> Add target_ops argument to to_record_is_replaying
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_record_is_replaying>: Add
> 	argument.
> 	* target.c (target_record_is_replaying): Add argument.
> 	* record-full.c (record_full_is_replaying): Add 'self' argument.
> 
> Add target_ops argument to to_goto_record_begin
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_goto_record_begin>: Add
> 	argument.
> 	* target.c (target_goto_record_begin): Add argument.
> 	* record-full.c (record_full_goto_begin): Add 'self' argument.
> 
> Add target_ops argument to to_goto_record_end
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_goto_record_end>: Add argument.
> 	* target.c (target_goto_record_end): Add argument.
> 	* record-full.c (record_full_goto_end): Add 'self' argument.
> 
> Add target_ops argument to to_goto_record
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_goto_record>: Add argument.
> 	* target.c (target_goto_record): Add argument.
> 	* record-full.c (record_full_goto): Add 'self' argument.
> 
> Add target_ops argument to to_insn_history
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_insn_history>: Add argument.
> 	* target.c (target_insn_history): Add argument.
> 	* record-btrace.c (record_btrace_insn_history): Add 'self'
> 	argument.
> 
> Add target_ops argument to to_insn_history_from
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_insn_history_from>: Add
> 	argument.
> 	* target.c (target_insn_history_from): Add argument.
> 	* record-btrace.c (record_btrace_insn_history_from): Add 'self'
> 	argument.
> 
> Add target_ops argument to to_insn_history_range
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_insn_history_range>: Add
> 	argument.
> 	* target.c (target_insn_history_range): Add argument.
> 	* record-btrace.c (record_btrace_insn_history_range): Add 'self'
> 	argument.
> 	(record_btrace_insn_history_from): Update.
> 
> Add target_ops argument to to_call_history
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_call_history>: Add argument.
> 	* target.c (target_call_history): Add argument.
> 	* record-btrace.c (record_btrace_call_history): Add 'self'
> 	argument.
> 
> Add target_ops argument to to_call_history_from
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_call_history_from>: Add
> 	argument.
> 	* target.c (target_call_history_from): Add argument.
> 	* record-btrace.c (record_btrace_call_history_from): Add 'self'
> 	argument.
> 
> Add target_ops argument to to_call_history_range
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_call_history_range>: Add
> 	argument.
> 	* target.c (target_call_history_range): Add argument.
> 	* record-btrace.c (record_btrace_call_history_range): Add 'self'
> 	argument.
> 	(record_btrace_call_history_from): Update.
> 
> Add target_ops argument to to_augmented_libraries_svr4_read
> 
> 2014-01-08  Tom Tromey  <tromey@redhat.com>
> 
> 	* target.h (struct target_ops) <to_augmented_libraries_svr4_read>:
> 	Add argument.
> 	(target_augmented_libraries_svr4_read): Add argument.
> 	* target.c (update_current_target): Update.
> 	* remote.c (remote_augmented_libraries_svr4_read): Add 'self'
> 	argument.
> ---
>  gdb/ChangeLog       | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  gdb/record-btrace.c | 20 ++++++-----
>  gdb/record-full.c   | 15 +++++----
>  gdb/remote.c        |  2 +-
>  gdb/target.c        | 26 +++++++--------
>  gdb/target.h        | 32 ++++++++++--------
>  6 files changed, 148 insertions(+), 43 deletions(-)
> 
> diff --git a/gdb/record-btrace.c b/gdb/record-btrace.c
> index c99e7c2..d536fea 100644
> --- a/gdb/record-btrace.c
> +++ b/gdb/record-btrace.c
> @@ -263,7 +263,7 @@ btrace_insn_history (struct btrace_thread_info *btinfo, struct ui_out *uiout,
>  /* The to_insn_history method of target record-btrace.  */
>  
>  static void
> -record_btrace_insn_history (int size, int flags)
> +record_btrace_insn_history (struct target_ops *self, int size, int flags)
>  {
>    struct btrace_thread_info *btinfo;
>    struct cleanup *uiout_cleanup;
> @@ -338,7 +338,8 @@ record_btrace_insn_history (int size, int flags)
>  /* The to_insn_history_range method of target record-btrace.  */
>  
>  static void
> -record_btrace_insn_history_range (ULONGEST from, ULONGEST to, int flags)
> +record_btrace_insn_history_range (struct target_ops *self,
> +				  ULONGEST from, ULONGEST to, int flags)
>  {
>    struct btrace_thread_info *btinfo;
>    struct cleanup *uiout_cleanup;
> @@ -381,7 +382,8 @@ record_btrace_insn_history_range (ULONGEST from, ULONGEST to, int flags)
>  /* The to_insn_history_from method of target record-btrace.  */
>  
>  static void
> -record_btrace_insn_history_from (ULONGEST from, int size, int flags)
> +record_btrace_insn_history_from (struct target_ops *self,
> +				 ULONGEST from, int size, int flags)
>  {
>    ULONGEST begin, end, context;
>  
> @@ -406,7 +408,7 @@ record_btrace_insn_history_from (ULONGEST from, int size, int flags)
>  	end = ULONGEST_MAX;
>      }
>  
> -  record_btrace_insn_history_range (begin, end, flags);
> +  record_btrace_insn_history_range (self, begin, end, flags);
>  }
>  
>  /* Print the instruction number range for a function call history line.  */
> @@ -492,7 +494,7 @@ btrace_func_history (struct btrace_thread_info *btinfo, struct ui_out *uiout,
>  /* The to_call_history method of target record-btrace.  */
>  
>  static void
> -record_btrace_call_history (int size, int flags)
> +record_btrace_call_history (struct target_ops *self, int size, int flags)
>  {
>    struct btrace_thread_info *btinfo;
>    struct cleanup *uiout_cleanup;
> @@ -567,7 +569,8 @@ record_btrace_call_history (int size, int flags)
>  /* The to_call_history_range method of target record-btrace.  */
>  
>  static void
> -record_btrace_call_history_range (ULONGEST from, ULONGEST to, int flags)
> +record_btrace_call_history_range (struct target_ops *self,
> +				  ULONGEST from, ULONGEST to, int flags)
>  {
>    struct btrace_thread_info *btinfo;
>    struct cleanup *uiout_cleanup;
> @@ -610,7 +613,8 @@ record_btrace_call_history_range (ULONGEST from, ULONGEST to, int flags)
>  /* The to_call_history_from method of target record-btrace.  */
>  
>  static void
> -record_btrace_call_history_from (ULONGEST from, int size, int flags)
> +record_btrace_call_history_from (struct target_ops *self,
> +				 ULONGEST from, int size, int flags)
>  {
>    ULONGEST begin, end, context;
>  
> @@ -635,7 +639,7 @@ record_btrace_call_history_from (ULONGEST from, int size, int flags)
>  	end = ULONGEST_MAX;
>      }
>  
> -  record_btrace_call_history_range (begin, end, flags);
> +  record_btrace_call_history_range (self, begin, end, flags);
>  }
>  
>  /* Initialize the record-btrace target ops.  */
> diff --git a/gdb/record-full.c b/gdb/record-full.c
> index 8769795..eedb223 100644
> --- a/gdb/record-full.c
> +++ b/gdb/record-full.c
> @@ -217,7 +217,8 @@ static struct cmd_list_element *record_full_cmdlist;
>  
>  static void record_full_goto_insn (struct record_full_entry *entry,
>  				   enum exec_direction_kind dir);
> -static void record_full_save (const char *recfilename);
> +static void record_full_save (struct target_ops *self,
> +			      const char *recfilename);
>  
>  /* Alloc and free functions for record_full_reg, record_full_mem, and
>     record_full_end entries.  */
> @@ -1792,7 +1793,7 @@ record_full_info (struct target_ops *self)
>  /* The "to_record_delete" target method.  */
>  
>  static void
> -record_full_delete (void)
> +record_full_delete (struct target_ops *self)
>  {
>    record_full_list_release_following (record_full_list);
>  }
> @@ -1800,7 +1801,7 @@ record_full_delete (void)
>  /* The "to_record_is_replaying" target method.  */
>  
>  static int
> -record_full_is_replaying (void)
> +record_full_is_replaying (struct target_ops *self)
>  {
>    return RECORD_FULL_IS_REPLAY;
>  }
> @@ -1835,7 +1836,7 @@ record_full_goto_entry (struct record_full_entry *p)
>  /* The "to_goto_record_begin" target method.  */
>  
>  static void
> -record_full_goto_begin (void)
> +record_full_goto_begin (struct target_ops *self)
>  {
>    struct record_full_entry *p = NULL;
>  
> @@ -1849,7 +1850,7 @@ record_full_goto_begin (void)
>  /* The "to_goto_record_end" target method.  */
>  
>  static void
> -record_full_goto_end (void)
> +record_full_goto_end (struct target_ops *self)
>  {
>    struct record_full_entry *p = NULL;
>  
> @@ -1865,7 +1866,7 @@ record_full_goto_end (void)
>  /* The "to_goto_record" target method.  */
>  
>  static void
> -record_full_goto (ULONGEST target_insn)
> +record_full_goto (struct target_ops *self, ULONGEST target_insn)
>  {
>    struct record_full_entry *p = NULL;
>  
> @@ -2454,7 +2455,7 @@ record_full_save_cleanups (void *data)
>     format, with an extra section for our data.  */
>  
>  static void
> -record_full_save (const char *recfilename)
> +record_full_save (struct target_ops *self, const char *recfilename)
>  {
>    struct record_full_entry *cur_record_full_list;
>    uint32_t magic;
> diff --git a/gdb/remote.c b/gdb/remote.c
> index 5721178..34b8f6d 100644
> --- a/gdb/remote.c
> +++ b/gdb/remote.c
> @@ -11501,7 +11501,7 @@ remote_read_btrace (struct target_ops *self, struct btrace_target_info *tinfo,
>  }
>  
>  static int
> -remote_augmented_libraries_svr4_read (void)
> +remote_augmented_libraries_svr4_read (struct target_ops *self)
>  {
>    struct remote_state *rs = get_remote_state ();
>  
> diff --git a/gdb/target.c b/gdb/target.c
> index 4a698fe..1f3562f 100644
> --- a/gdb/target.c
> +++ b/gdb/target.c
> @@ -943,7 +943,7 @@ update_current_target (void)
>  	    (int (*) (struct target_ops *))
>  	    return_zero);
>    de_fault (to_augmented_libraries_svr4_read,
> -	    (int (*) (void))
> +	    (int (*) (struct target_ops *))
>  	    return_zero);
>    de_fault (to_execution_direction, default_execution_direction);
>  
> @@ -4220,7 +4220,7 @@ target_save_record (const char *filename)
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_save_record != NULL)
>        {
> -	t->to_save_record (filename);
> +	t->to_save_record (t, filename);
>  	return;
>        }
>  
> @@ -4251,7 +4251,7 @@ target_delete_record (void)
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_delete_record != NULL)
>        {
> -	t->to_delete_record ();
> +	t->to_delete_record (t);
>  	return;
>        }
>  
> @@ -4267,7 +4267,7 @@ target_record_is_replaying (void)
>  
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_record_is_replaying != NULL)
> -	return t->to_record_is_replaying ();
> +	return t->to_record_is_replaying (t);
>  
>    return 0;
>  }
> @@ -4282,7 +4282,7 @@ target_goto_record_begin (void)
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_goto_record_begin != NULL)
>        {
> -	t->to_goto_record_begin ();
> +	t->to_goto_record_begin (t);
>  	return;
>        }
>  
> @@ -4299,7 +4299,7 @@ target_goto_record_end (void)
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_goto_record_end != NULL)
>        {
> -	t->to_goto_record_end ();
> +	t->to_goto_record_end (t);
>  	return;
>        }
>  
> @@ -4316,7 +4316,7 @@ target_goto_record (ULONGEST insn)
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_goto_record != NULL)
>        {
> -	t->to_goto_record (insn);
> +	t->to_goto_record (t, insn);
>  	return;
>        }
>  
> @@ -4333,7 +4333,7 @@ target_insn_history (int size, int flags)
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_insn_history != NULL)
>        {
> -	t->to_insn_history (size, flags);
> +	t->to_insn_history (t, size, flags);
>  	return;
>        }
>  
> @@ -4350,7 +4350,7 @@ target_insn_history_from (ULONGEST from, int size, int flags)
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_insn_history_from != NULL)
>        {
> -	t->to_insn_history_from (from, size, flags);
> +	t->to_insn_history_from (t, from, size, flags);
>  	return;
>        }
>  
> @@ -4367,7 +4367,7 @@ target_insn_history_range (ULONGEST begin, ULONGEST end, int flags)
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_insn_history_range != NULL)
>        {
> -	t->to_insn_history_range (begin, end, flags);
> +	t->to_insn_history_range (t, begin, end, flags);
>  	return;
>        }
>  
> @@ -4384,7 +4384,7 @@ target_call_history (int size, int flags)
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_call_history != NULL)
>        {
> -	t->to_call_history (size, flags);
> +	t->to_call_history (t, size, flags);
>  	return;
>        }
>  
> @@ -4401,7 +4401,7 @@ target_call_history_from (ULONGEST begin, int size, int flags)
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_call_history_from != NULL)
>        {
> -	t->to_call_history_from (begin, size, flags);
> +	t->to_call_history_from (t, begin, size, flags);
>  	return;
>        }
>  
> @@ -4418,7 +4418,7 @@ target_call_history_range (ULONGEST begin, ULONGEST end, int flags)
>    for (t = current_target.beneath; t != NULL; t = t->beneath)
>      if (t->to_call_history_range != NULL)
>        {
> -	t->to_call_history_range (begin, end, flags);
> +	t->to_call_history_range (t, begin, end, flags);
>  	return;
>        }
>  
> diff --git a/gdb/target.h b/gdb/target.h
> index ca70a9e..4668c23 100644
> --- a/gdb/target.h
> +++ b/gdb/target.h
> @@ -911,57 +911,61 @@ struct target_ops
>      void (*to_info_record) (struct target_ops *);
>  
>      /* Save the recorded execution trace into a file.  */
> -    void (*to_save_record) (const char *filename);
> +    void (*to_save_record) (struct target_ops *, const char *filename);
>  
>      /* Delete the recorded execution trace from the current position onwards.  */
> -    void (*to_delete_record) (void);
> +    void (*to_delete_record) (struct target_ops *);
>  
>      /* Query if the record target is currently replaying.  */
> -    int (*to_record_is_replaying) (void);
> +    int (*to_record_is_replaying) (struct target_ops *);
>  
>      /* Go to the begin of the execution trace.  */
> -    void (*to_goto_record_begin) (void);
> +    void (*to_goto_record_begin) (struct target_ops *);
>  
>      /* Go to the end of the execution trace.  */
> -    void (*to_goto_record_end) (void);
> +    void (*to_goto_record_end) (struct target_ops *);
>  
>      /* Go to a specific location in the recorded execution trace.  */
> -    void (*to_goto_record) (ULONGEST insn);
> +    void (*to_goto_record) (struct target_ops *, ULONGEST insn);
>  
>      /* Disassemble SIZE instructions in the recorded execution trace from
>         the current position.
>         If SIZE < 0, disassemble abs (SIZE) preceding instructions; otherwise,
>         disassemble SIZE succeeding instructions.  */
> -    void (*to_insn_history) (int size, int flags);
> +    void (*to_insn_history) (struct target_ops *, int size, int flags);
>  
>      /* Disassemble SIZE instructions in the recorded execution trace around
>         FROM.
>         If SIZE < 0, disassemble abs (SIZE) instructions before FROM; otherwise,
>         disassemble SIZE instructions after FROM.  */
> -    void (*to_insn_history_from) (ULONGEST from, int size, int flags);
> +    void (*to_insn_history_from) (struct target_ops *,
> +				  ULONGEST from, int size, int flags);
>  
>      /* Disassemble a section of the recorded execution trace from instruction
>         BEGIN (inclusive) to instruction END (exclusive).  */
> -    void (*to_insn_history_range) (ULONGEST begin, ULONGEST end, int flags);
> +    void (*to_insn_history_range) (struct target_ops *,
> +				   ULONGEST begin, ULONGEST end, int flags);
>  
>      /* Print a function trace of the recorded execution trace.
>         If SIZE < 0, print abs (SIZE) preceding functions; otherwise, print SIZE
>         succeeding functions.  */
> -    void (*to_call_history) (int size, int flags);
> +    void (*to_call_history) (struct target_ops *, int size, int flags);
>  
>      /* Print a function trace of the recorded execution trace starting
>         at function FROM.
>         If SIZE < 0, print abs (SIZE) functions before FROM; otherwise, print
>         SIZE functions after FROM.  */
> -    void (*to_call_history_from) (ULONGEST begin, int size, int flags);
> +    void (*to_call_history_from) (struct target_ops *,
> +				  ULONGEST begin, int size, int flags);
>  
>      /* Print a function trace of an execution trace section from function BEGIN
>         (inclusive) to function END (exclusive).  */
> -    void (*to_call_history_range) (ULONGEST begin, ULONGEST end, int flags);
> +    void (*to_call_history_range) (struct target_ops *,
> +				   ULONGEST begin, ULONGEST end, int flags);
>  
>      /* Nonzero if TARGET_OBJECT_LIBRARIES_SVR4 may be read with a
>         non-empty annex.  */
> -    int (*to_augmented_libraries_svr4_read) (void);
> +    int (*to_augmented_libraries_svr4_read) (struct target_ops *);
>  
>      int to_magic;
>      /* Need sub-structure for target machine related rather than comm related?
> @@ -1849,7 +1853,7 @@ extern char *target_fileio_read_stralloc (const char *filename);
>    (*current_target.to_can_use_agent) (&current_target)
>  
>  #define target_augmented_libraries_svr4_read() \
> -  (*current_target.to_augmented_libraries_svr4_read) ()
> +  (*current_target.to_augmented_libraries_svr4_read) (&current_target)
>  
>  /* Command logging facility.  */
>  
> 


-- 
Pedro Alves

  reply	other threads:[~2014-01-14 13:26 UTC|newest]

Thread overview: 100+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-13 19:12 [RFC 00/32] clean up target delegation Tom Tromey
2014-01-13 19:12 ` [RFC 01/32] add "this" pointers to more target APIs Tom Tromey
2014-01-14 12:10   ` Pedro Alves
2014-01-14 20:25     ` Tom Tromey
2014-01-13 19:12 ` [RFC 02/32] introduce and use find_target_at Tom Tromey
2014-01-14 11:48   ` [PATCH] Fix "is a record target open" checks Pedro Alves
2014-01-14 15:30     ` Tom Tromey
2014-01-14 18:27       ` Pedro Alves
2014-01-15 16:22     ` Tom Tromey
2014-01-13 19:12 ` [RFC 03/32] introduce async_callback_ftype Tom Tromey
2014-01-14 10:35   ` Pedro Alves
2014-01-14 10:50     ` Joel Brobecker
2014-01-14 15:06       ` Tom Tromey
2014-01-14 17:19         ` Joel Brobecker
2014-01-14 17:27           ` Tom Tromey
2014-01-14 18:30           ` Pedro Alves
2014-01-14 19:45             ` Tom Tromey
2014-01-15 15:25               ` Tom Tromey
2014-01-13 19:13 ` [RFC 04/32] add make-target-delegates Tom Tromey
2014-01-14 10:52   ` Pedro Alves
2014-01-14 14:46     ` Tom Tromey
2014-01-13 19:13 ` [RFC 32/32] minor cleanups to update_current_target Tom Tromey
2014-01-14 20:10   ` Pedro Alves
2014-01-13 19:13 ` [RFC 26/32] convert to_static_tracepoint_markers_by_strid Tom Tromey
2014-01-14 18:57   ` Pedro Alves
2014-01-13 19:13 ` [RFC 31/32] change delegation for to_read_description Tom Tromey
2014-01-14 20:07   ` Pedro Alves
2014-01-14 20:22     ` Tom Tromey
2014-01-13 19:13 ` [RFC 10/32] Add target_ops argument to to_terminal_init Tom Tromey
2014-01-14 12:51   ` Pedro Alves
2014-01-13 19:13 ` [RFC 25/32] convert to_upload_trace_state_variables Tom Tromey
2014-01-14 19:38   ` Pedro Alves
2014-01-13 19:13 ` [RFC 08/32] remove extended_remote_create_inferior_1 Tom Tromey
2014-01-14 12:41   ` Pedro Alves
2014-01-16 19:20     ` Tom Tromey
2014-01-13 19:13 ` [RFC 09/32] Add target_ops argument to to_close Tom Tromey
2014-01-14 12:48   ` Pedro Alves
2014-01-13 19:13 ` [RFC 11/32] Add target_ops argument to to_insert_vfork_catchpoint Tom Tromey
2014-01-14 12:52   ` Pedro Alves
2014-01-13 19:13 ` [RFC 19/32] convert to_detach Tom Tromey
2014-01-14 13:32   ` Pedro Alves
2014-01-13 19:13 ` [RFC 27/32] convert to_insert_mask_watchpoint Tom Tromey
2014-01-14 19:15   ` Pedro Alves
2014-01-14 19:23     ` Tom Tromey
2014-01-13 19:13 ` [RFC 24/32] convert to_disable_tracepoint Tom Tromey
2014-01-14 18:49   ` Pedro Alves
2014-01-13 19:13 ` [RFC 12/32] Add target_ops argument to to_thread_name Tom Tromey
2014-01-14 13:03   ` Pedro Alves
2014-01-15 16:45     ` Tom Tromey
2014-01-16 17:50       ` Pedro Alves
2014-01-13 19:23 ` [RFC 13/32] Add target_ops argument to to_get_ada_task_ptid Tom Tromey
2014-01-14 13:21   ` Pedro Alves
2014-01-13 19:23 ` [RFC 07/32] introduce remote_load Tom Tromey
2014-01-14 12:39   ` Pedro Alves
2014-01-13 19:23 ` [RFC 20/32] convert to_remove_watchpoint Tom Tromey
2014-01-14 18:39   ` Pedro Alves
2014-01-14 18:55     ` Tom Tromey
2014-01-14 19:07       ` Tom Tromey
2014-01-14 20:38       ` Pedro Alves
2014-01-14 21:47         ` Tom Tromey
2014-01-13 19:23 ` [RFC 17/32] Add target_ops argument to to_static_tracepoint_markers_by_strid Tom Tromey
2014-01-14 13:25   ` Pedro Alves
2014-01-13 19:24 ` [RFC 06/32] convert to_supports_btrace Tom Tromey
2014-01-14 12:37   ` Pedro Alves
2014-01-15 16:55     ` Tom Tromey
2014-01-13 19:24 ` [RFC 16/32] Add target_ops argument to to_upload_trace_state_variables Tom Tromey
2014-01-14 13:24   ` Pedro Alves
2014-01-13 19:24 ` [RFC 30/32] convert to_search_memory Tom Tromey
2014-01-14 19:45   ` Pedro Alves
2014-01-14 20:20     ` Tom Tromey
2014-01-13 19:37 ` [RFC 21/32] convert to_load Tom Tromey
2014-01-14 18:41   ` Pedro Alves
2014-01-13 19:38 ` [RFC 05/32] add target method delegation Tom Tromey
2014-01-14 12:32   ` Pedro Alves
2014-01-20 22:00     ` Tom Tromey
2014-01-13 19:38 ` [RFC 22/32] convert to_extra_thread_info Tom Tromey
2014-01-14 18:43   ` Pedro Alves
2014-01-13 19:38 ` [RFC 28/32] convert to_get_section_table Tom Tromey
2014-01-14 19:23   ` Pedro Alves
2014-01-14 19:29     ` Tom Tromey
2014-01-14 19:30       ` Pedro Alves
2014-01-15 16:43         ` Tom Tromey
2014-01-16 17:51           ` Pedro Alves
2014-01-13 19:38 ` [RFC 18/32] Add target_ops argument to to_save_record Tom Tromey
2014-01-14 13:26   ` Pedro Alves [this message]
2014-01-13 19:38 ` [RFC 23/32] convert to_thread_architecture Tom Tromey
2014-01-14 18:46   ` Pedro Alves
2014-01-13 19:40 ` [RFC 29/32] convert to_insn_history Tom Tromey
2014-01-14 19:29   ` Pedro Alves
2014-01-13 19:57 ` [RFC 14/32] Add target_ops argument to to_fileio_pwrite Tom Tromey
2014-01-14 13:22   ` Pedro Alves
2014-01-13 19:57 ` [RFC 15/32] Add target_ops argument to to_disable_tracepoint Tom Tromey
2014-01-14 13:23   ` Pedro Alves
2014-01-14 20:31 ` go32 fix Pedro Alves
2014-01-14 21:58   ` Tom Tromey
2014-01-15 12:55 ` [RFC 00/32] clean up target delegation Pedro Alves
2014-01-15 16:11   ` Tom Tromey
2014-01-15 20:05     ` Tom Tromey
2014-01-16 17:33       ` Pedro Alves
2014-01-16 19:09 ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52D53B0A.2020903@redhat.com \
    --to=palves@redhat.com \
    --cc=gdb-patches@sourceware.org \
    --cc=tromey@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).