Bug 12148

Summary: sys module has no 'argv' attribute
Product: gdb Reporter: Mark Florisson <markflorisson88>
Component: pythonAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED DUPLICATE    
Severity: normal CC: tromey
Priority: P2    
Version: 7.1   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

Description Mark Florisson 2010-10-21 20:07:47 UTC
(gdb) python print sys.argv
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'argv'
Error while executing Python code.
Comment 1 Tom Tromey 2012-01-10 21:39:26 UTC
Duplicate; also fixed.

*** This bug has been marked as a duplicate of bug 13199 ***