Debugger: Move basic C-style array handling to dumper base class

Just cosmetics. Function was oddly named, in an odd place.

Change-Id: I8bfb33f7f41f01309f4b2be8a802d4093ae25e41
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-11-07 12:26:14 +01:00
parent 9b86824818
commit cc80da536d
4 changed files with 37 additions and 38 deletions

View File

@@ -1346,7 +1346,7 @@ class Dumper(DumperBase):
return
if type.code == ArrayCode:
qdump____c_style_array__(self, value)
self.putCStyleArray(value)
return
if type.code == PointerCode: