David Heidelberger : winedbg: List Dwarf2 GNU extensions as TODO to workaround spam in debug.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Oct 22 09:55:25 CDT 2014


Module: wine
Branch: master
Commit: 4f18c053d3bce0ec88bbb337e1f0bae7909d90e5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4f18c053d3bce0ec88bbb337e1f0bae7909d90e5

Author: David Heidelberger <david.heidelberger at ixit.cz>
Date:   Wed Oct 22 09:23:36 2014 +0200

winedbg: List Dwarf2 GNU extensions as TODO to workaround spam in debug.

---

 dlls/dbghelp/dwarf.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c
index a89cf11..f1bd6cb 100644
--- a/dlls/dbghelp/dwarf.c
+++ b/dlls/dbghelp/dwarf.c
@@ -1467,6 +1467,8 @@ static struct symt* dwarf2_parse_udt_type(dwarf2_parse_context_t* ctx,
         case DW_TAG_variable:
         case DW_TAG_imported_declaration:
         case DW_TAG_ptr_to_member_type:
+        case DW_TAG_GNU_template_parameter_pack:
+        case DW_TAG_GNU_formal_parameter_pack:
             /* FIXME: some C++ related stuff */
             break;
         default:
@@ -1967,6 +1969,8 @@ static struct symt* dwarf2_parse_subprogram(dwarf2_parse_context_t* ctx,
         case DW_TAG_template_type_param:
         case DW_TAG_template_value_param:
         case DW_TAG_GNU_call_site:
+        case DW_TAG_GNU_template_parameter_pack:
+        case DW_TAG_GNU_formal_parameter_pack:
             /* FIXME: no support in dbghelp's internals so far */
             break;
         default:




More information about the wine-cvs mailing list