Re: [lldb-dev] lldb-mi and shared library path

2016-02-23 Thread Greg Clayton via lldb-dev
@apple.com] > Sent: Monday, February 22, 2016 6:24 PM > To: Ted Woodward > Cc: LLDB > Subject: Re: [lldb-dev] lldb-mi and shared library path > > >> On Feb 4, 2016, at 1:51 PM, Ted Woodward via lldb-dev >> wrote: >> >> I’d expect “-gdb-set solib-search-p

Re: [lldb-dev] lldb-mi and shared library path

2016-02-22 Thread Ted Woodward via lldb-dev
] Sent: Monday, February 22, 2016 6:24 PM To: Ted Woodward Cc: LLDB Subject: Re: [lldb-dev] lldb-mi and shared library path > On Feb 4, 2016, at 1:51 PM, Ted Woodward via lldb-dev > wrote: > > I’d expect “-gdb-set solib-search-path” to call “target modules search-paths > add”,

Re: [lldb-dev] lldb-mi and shared library path

2016-02-22 Thread Greg Clayton via lldb-dev
> On Feb 4, 2016, at 1:51 PM, Ted Woodward via lldb-dev > wrote: > > I’d expect “-gdb-set solib-search-path” to call “target modules search-paths > add”, and it does, but only when the –target-remote command is issued. It > also doesn’t handle the multiple path case, :… > > I think it shoul

[lldb-dev] lldb-mi and shared library path

2016-02-04 Thread Ted Woodward via lldb-dev
I'd expect "-gdb-set solib-search-path" to call "target modules search-paths add", and it does, but only when the -target-remote command is issued. It also doesn't handle the multiple path case, :. I think it should: 1) Set the search path immediately when called, if the target is conn