This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v9 21/29] record-btrace: provide xfer_partial target method


On 12/19/2013 04:44 PM, Markus Metzger wrote:

Also,

> +  /* Filter out requests that don't make sense during replay.  */
> +  if (!record_btrace_allow_memory_access && record_btrace_is_replaying ())
> +    {
> +      switch (object)
> +	{
> +	case TARGET_OBJECT_MEMORY:
> +	case TARGET_OBJECT_RAW_MEMORY:
> +	case TARGET_OBJECT_STACK_MEMORY:
> +	  {

I don't think you answered my comment about this in the previous
series.  I think you can't ever see TARGET_OBJECT_RAW_MEMORY or
TARGET_OBJECT_STACK_MEMORY here.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]