Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1faea82e179f8b7aad0d12032f39b30165fc07e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###############################################################################
# Copyright (c) 2009, 2010 Wind River Systems and others.
# 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
#
# Contributors:
#   Wind River Systems - initial API and implementation
#   Ericsson           - added Tracepoint support
###############################################################################

ToggleBreakpointsTargetFactory_description=Standard C/C++ breakpoint type.
ToggleBreakpointsTargetFactory_name=C/C++ Breakpoints

Back to the top