mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

This commit adds support for debugging new processes launched locally using the LLDB debugger (lldb-mi). The minimum version supported is LLDB 3.8. Preliminary documentation on how to set it up is available here: https://github.com/MarkZ3/Eclipse-CDT-WIP/issues/9#issuecomment-236483223 Bug: 405670 Change-Id: If46543e974e2f19c45ab3bba088eab35fe737077 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12 lines
659 B
Properties
12 lines
659 B
Properties
###############################################################################
|
|
# Copyright (c) 2016 Ericsson
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
###############################################################################
|
|
pluginName=LLDB Debugger Integration Core
|
|
providerName=Eclipse CDT
|
|
|
|
launchDelegate.localApplication.name=LLDB-MI Debug Process
|
|
launchDelegate.localApplication.description=Start new application under control of LLBM-MI debugger
|