summaryrefslogtreecommitdiff
path: root/compiler/globtype.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/globtype.pas')
-rw-r--r--compiler/globtype.pas7
1 files changed, 5 insertions, 2 deletions
diff --git a/compiler/globtype.pas b/compiler/globtype.pas
index a5f84054b4..80c8ac7a77 100644
--- a/compiler/globtype.pas
+++ b/compiler/globtype.pas
@@ -215,7 +215,10 @@ interface
{ for Stabs); not enabled by default, because otherwise once }
{ support for calling methods has been added to gdb, you'd }
{ always have to type classinstance.classname__methodname() }
- ds_dwarf_method_class_prefix
+ ds_dwarf_method_class_prefix,
+ { Simulate C++ debug information in DWARF. It can be used for }
+ { debuggers, which do not support Pascal. }
+ ds_dwarf_cpp
);
tdebugswitches = set of tdebugswitch;
@@ -327,7 +330,7 @@ interface
);
DebugSwitchStr : array[tdebugswitch] of string[22] = ('',
- 'DWARFSETS','STABSABSINCLUDES','DWARFMETHODCLASSPREFIX');
+ 'DWARFSETS','STABSABSINCLUDES','DWARFMETHODCLASSPREFIX','DWARFCPP');
TargetSwitchStr : array[ttargetswitch] of ttargetswitchinfo = (
(name: ''; hasvalue: false; isglobal: true ; define: ''),