see display_stack_objects
(self, args)
| 3901 | print("Address cannot be interpreted as object!") |
| 3902 | |
| 3903 | def do_dso(self, args): |
| 3904 | """ see display_stack_objects """ |
| 3905 | return self.do_display_stack_objects(args) |
| 3906 | |
| 3907 | def do_display_stack_objects(self, args): |
| 3908 | """ |
nothing calls this directly
no test coverage detected