forked from qt-creator/qt-creator
Debugger: Use the usual callback mechanism for LLDB, too
... instead of the custom mechanisms to funnel breakpoint ids, cookies and similar through individual bridge functions. Change-Id: I2b6e906078eefdbcd4ffa166dc1881a1d0f7fb51 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -1702,10 +1702,7 @@ class DumperBase:
|
||||
formats = (',formats=\"%s\"' % str(value)[1:-1]) if len(value) else ''
|
||||
msg += '{type="%s"%s%s},' % (key, editable, formats)
|
||||
msg += ']'
|
||||
self.reportDumpers(msg)
|
||||
|
||||
def reportDumpers(self, msg):
|
||||
raise NotImplementedError
|
||||
return msg
|
||||
|
||||
def reloadDumpers(self, args):
|
||||
for mod in self.dumpermodules:
|
||||
|
||||
Reference in New Issue
Block a user