[lldb-dev] [RFC] Improving protocol-level compatibility between LLDB and GDB

2021-04-19 Thread Michał Górny via lldb-dev
Hi, everyone. I'm considering running some effort to improve protocol-level compatibility between LLDB and GDB. I'd like to hear if there's interest in such patches being accepted into LLDB. My goal would be to make it possible to use LLDB to connect to gdbserver (and other servers implementing

Re: [lldb-dev] Hiding local variables not defined yet

2021-04-19 Thread Greg Clayton via lldb-dev
> On Apr 12, 2021, at 4:44 PM, Emre Kultursay wrote: > > Looking at Android Studio implementation a little deeper, it actually does > the filtering the way I described in my first email, by comparing line > numbers. It does not use the location expressions. Interesting if they are doing mor

Re: [lldb-dev] [RFC] Improving protocol-level compatibility between LLDB and GDB

2021-04-19 Thread Greg Clayton via lldb-dev
> On Apr 19, 2021, at 12:59 AM, Michał Górny via lldb-dev > wrote: > > Hi, everyone. > > I'm considering running some effort to improve protocol-level > compatibility between LLDB and GDB. I'd like to hear if there's > interest in such patches being accepted into LLDB. Yes! > > My goal wo