This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Get frame after pull single-step breakpoints out
- From: Yao Qi <yao at codesourcery dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Fri, 11 Apr 2014 09:47:16 +0800
- Subject: Re: [PATCH] Get frame after pull single-step breakpoints out
- Authentication-results: sourceware.org; auth=none
- References: <1396505398-23634-1-git-send-email-yao at codesourcery dot com> <533EAA63 dot 5000701 at redhat dot com> <53461423 dot 7040100 at codesourcery dot com> <5346A39D dot 4040702 at redhat dot com>
On 04/10/2014 09:58 PM, Pedro Alves wrote:
> Hmm, what's the "this" you're referring to? Either the single step
> breakpoints remain separate from regular breakpoints, and breakpoint_xfer_memory
> will iterate over sss breakpoints of all threads, or sss breakpoints
> become regular breakpoints in the breakpoint location chain,
> and breakpoint_xfer_memory doesn't need to care about them at all.
>
I meant breakpoint_xfer_memory will iterate over sss breakpoints of all
threads. Let's see what the problem might be when we really go there.
--
Yao (éå)