mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Fix format for module and address only.
This commit is contained in:
parent
14148014ad
commit
c7b848e69f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ StackFramesVMNode_No_columns__No_line__text_format={1}() [{2}] at {0}
|
|||
|
||||
# {0} - address
|
||||
# {1} - module
|
||||
StackFramesVMNode_No_columns__No_function__text_format=[{2}] at {0}
|
||||
StackFramesVMNode_No_columns__No_function__text_format=[{1}] at {0}
|
||||
|
||||
# {0} - address
|
||||
# {1} - function
|
||||
|
|
Loading…
Add table
Reference in a new issue