he executable would just
>> be lost.
>>
>> --
>> Qualcomm Innovation Center, Inc.
>> The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a
>> Linux Foundation Collaborative Project
>>
>>> -----Original Message-
>>>
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a
> Linux Foundation Collaborative Project
>
>> -Original Message-
>> From: jing...@apple.com [mailto:jing...@apple.com]
>> Sent: Wednesday, November 16, 2016 2:12 PM
>> To: Ted Woodward
&g
-
> From: jing...@apple.com [mailto:jing...@apple.com]
> Sent: Wednesday, November 16, 2016 2:12 PM
> To: Ted Woodward
> Cc: LLDB
> Subject: Re: [lldb-dev] "image search-paths add" removes all breakpoints
> from remote server
>
>
> > On Nov 16,
> On Nov 16, 2016, at 12:03 PM, Ted Woodward via lldb-dev
> wrote:
>
> Is “image search-paths add” supposed to remove all breakpoints from the
> remote server? I don’t think it should be doing this.
>
> PathMappingList::Append calls Target::ImageSearchPathsChanged, which calls
> Target::Set
Is "image search-paths add" supposed to remove all breakpoints from the
remote server? I don't think it should be doing this.
PathMappingList::Append calls Target::ImageSearchPathsChanged, which calls
Target::SetExecutableModule, which calls Target::ClearModules, which removes
the breakpoints.