Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Microsoft LLDB/GDB engine

To support both GDB and LLDB, they took the same approach as what we discussed doing ourselves,
which is to use MI for both.  Sounds like they helped improve LLDB MI, which will be valuable for CDT.

"The debug engine uses the GDB Machine Interface (MI) to communicate with GDB and
 the LLDB MI (in development according to GDB MI specification) to communicate with 
 both debuggers. We’ve made several contributions back to the LLDB project to add 
functionality to the LLDB MI layer so it functions on parity with the GDB MI layer."

________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Alex Blewitt [alex.blewitt@xxxxxxxxx]
Sent: April 30, 2015 11:21 AM
To: CDT General developers list.
Subject: [cdt-dev] Microsoft LLDB/GDB engine

http://blogs.msdn.com/b/vcblog/archive/2015/04/29/open-sourcing-visual-studio-s-gdb-lldb-debug-engine.aspx

Something to look forward to :-)

Sent from my iPhat 6
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top