Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2014-02-12 18:23:38 +0000
committerEugene Tarassov2014-02-12 18:23:38 +0000
commit488e908e2429a77c5697c07a1dbbfea921a7d3df (patch)
tree5a8701d10dd55ded32f7b5dbe06c3fd56ecc7491 /agent/tcf/services/dwarf.h
parent7e248442f8db5b745e3ef2326dcb68b06087feb2 (diff)
downloadorg.eclipse.tcf.agent-488e908e2429a77c5697c07a1dbbfea921a7d3df.tar.gz
org.eclipse.tcf.agent-488e908e2429a77c5697c07a1dbbfea921a7d3df.tar.xz
org.eclipse.tcf.agent-488e908e2429a77c5697c07a1dbbfea921a7d3df.zip
TCF Agent: added code to handle GCC DWARF extension: DW_OP_GNU_parameter_ref
Diffstat (limited to 'agent/tcf/services/dwarf.h')
-rw-r--r--agent/tcf/services/dwarf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/tcf/services/dwarf.h b/agent/tcf/services/dwarf.h
index 9106cb4d..e93d9764 100644
--- a/agent/tcf/services/dwarf.h
+++ b/agent/tcf/services/dwarf.h
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 1996, 2012 Wind River Systems, Inc. and others.
+ * Copyright (c) 1996, 2014 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v1.0 which accompany this distribution.
@@ -240,6 +240,7 @@
#define AT_lo_user_v2 0x2000
#define AT_wrs_options 0x2001
#define AT_MIPS_linkage_name 0x2007
+#define AT_GNU_call_site_value 0x2111
#define AT_hi_user_v2 0x3fff

Back to the top