mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
[308091] Added address to label.
This commit is contained in:
parent
ca52c0a338
commit
6bb5d3014f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2007, 2009 Wind River Systems and others.
|
||||
# Copyright (c) 2007, 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
|
||||
|
@ -17,7 +17,7 @@ StackFramesVMNode_No_columns__Incomplete_stack_marker__text_format=<...more fram
|
|||
# {3} - line
|
||||
# {4} - column
|
||||
# {5} - module
|
||||
StackFramesVMNode_No_columns__text_format={1}() at {2}:{3}{4,choice,0#|1#:{4}}
|
||||
StackFramesVMNode_No_columns__text_format={1}() at {2}:{3} {0}{4,choice,0#|1# :{4}}
|
||||
|
||||
# {0} - address
|
||||
# {1} - function
|
||||
|
|
Loading…
Add table
Reference in a new issue