aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode/dwarf.ads
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2015-11-18 21:45:45 +0100
committerTristan Gingold <gingold@adacore.com>2015-11-19 05:47:59 +0100
commit92b0b82ea32982b94eb8bf19a0b498d92053fffe (patch)
tree70b04f103d145dc01d31870e50b5e6a654dc20e0 /src/ortho/mcode/dwarf.ads
parentff4bc5fb13a997a1d00596578b6d7deb5c0b0da6 (diff)
downloadghdl-92b0b82ea32982b94eb8bf19a0b498d92053fffe.tar.gz
ghdl-92b0b82ea32982b94eb8bf19a0b498d92053fffe.tar.bz2
ghdl-92b0b82ea32982b94eb8bf19a0b498d92053fffe.zip
Add symbolizer (for mcode).
Display a backtrace in case of failed check or assert failure.
Diffstat (limited to 'src/ortho/mcode/dwarf.ads')
-rw-r--r--src/ortho/mcode/dwarf.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ortho/mcode/dwarf.ads b/src/ortho/mcode/dwarf.ads
index 40ee94f10..8a3058c0e 100644
--- a/src/ortho/mcode/dwarf.ads
+++ b/src/ortho/mcode/dwarf.ads
@@ -396,6 +396,7 @@ package Dwarf is
DW_LNS_Set_Isa : constant Unsigned_8 := 12;
-- Line number extended opcode.
+ -- Encoding is 0:Len:LNE_OP:data
DW_LNE_End_Sequence : constant Unsigned_8 := 1;
DW_LNE_Set_Address : constant Unsigned_8 := 2;
DW_LNE_Define_File : constant Unsigned_8 := 3;
@@ -442,5 +443,3 @@ package Dwarf is
DW_EH_PE_Datarel : constant Unsigned_8 := 16#30#;
DW_EH_PE_Format_Mask : constant Unsigned_8 := 16#0f#;
end Dwarf;
-
-