[Lldb-commits] [lldb] r344474 - Fix double import of _lldb module.

2018-10-14 Thread Vadim Chugunov via lldb-commits
Author: vadimcn Date: Sun Oct 14 00:24:56 2018 New Revision: 344474 URL: http://llvm.org/viewvc/llvm-project?rev=344474&view=rev Log: Fix double import of _lldb module. Fix llvm.org/pr39054: - Register _lldb as a built-in module during initialization of script interpreter, - Reverse the order of

[Lldb-commits] [lldb] r304832 - Use exact equality for category language matching, for all languages, except those specifically mentioned.

2017-06-19 Thread Vadim Chugunov via lldb-commits
Author: vadimcn Date: Tue Jun 6 15:40:24 2017 New Revision: 304832 URL: http://llvm.org/viewvc/llvm-project?rev=304832&view=rev Log: Use exact equality for category language matching, for all languages, except those specifically mentioned. Modified: lldb/trunk/source/DataFormatters/TypeCate

[Lldb-commits] [lldb] r313442 - Fix compatibility with OpenOCD debug stub.

2017-09-15 Thread Vadim Chugunov via lldb-commits
Author: vadimcn Date: Fri Sep 15 20:53:13 2017 New Revision: 313442 URL: http://llvm.org/viewvc/llvm-project?rev=313442&view=rev Log: Fix compatibility with OpenOCD debug stub. OpenOCD sends register classes as two separate nodes, fixed parser to process both of them. OpenOCD returns "l" in re

Re: [Lldb-commits] [lldb] r313442 - Fix compatibility with OpenOCD debug stub.

2017-09-18 Thread Vadim Chugunov via lldb-commits
> Linux/Android but can you verify the OpenOCD part? > > Thanks, > Tamas > > On Sat, Sep 16, 2017 at 4:54 AM Vadim Chugunov via lldb-commits < > lldb-commits@lists.llvm.org> wrote: > >> Author: vadimcn >> Date: Fri Sep 15 20:53:13 2017 >> New Revisio