summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
53dfbfa)
gdb adds quotes itself around string values so don't duplicate them.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65860
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
self.val = val
def to_string(self):
self.val = val
def to_string(self):
- return '"' + self.val['m_impl']['_M_dataplus']['_M_p'].string() + '"'
+ return self.val['m_impl']['_M_dataplus']['_M_p'].string()
def display_hint(self):
return 'string'
def display_hint(self):
return 'string'