gotstk / pygdb

Automatically exported from code.google.com/p/pygdb
Other
0 stars 0 forks source link

Another Typo #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
def target_select(self, type, parameters):
                return self._cmd('-target-list-parameters', [ type, parameters ])

Should be self._cmd('-target-select',...

Original issue reported on code.google.com by ehu...@gmail.com on 23 Jul 2010 at 6:35