From b9f442ee1d46b2b9e87d9cdcf9271be8758fa234 Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Tue, 21 Jul 2009 18:55:07 +0000 Subject: [PATCH] idd.i: register_info_t.dtyp is now converted to an integer --- swig/idd.i | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/swig/idd.i b/swig/idd.i index 913d3ba..203657c 100644 --- a/swig/idd.i +++ b/swig/idd.i @@ -1,7 +1,12 @@ %ignore debugger_t; +%apply unsigned char (char dtyp); + %include "idd.hpp" +%clear(char dtyp); + + %inline %{ char get_event_module_name(const debug_event_t* ev, char *buf, size_t bufsize) {