[issue32531] gdb.execute can not put string value.

2019-03-31 Thread Berker Peksag
Change by Berker Peksag : -- hgrepos: -377 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32531] gdb.execute can not put string value.

2019-03-31 Thread Berker Peksag
Berker Peksag added the comment: gdb.execute() is part of GDB's Python API and maintained by GDB maintainers. This tracker is for issues with Python interpreter and its standard library. -- nosy: +berker.peksag resolution: -> not a bug stage: -> resolved status: open -> closed

[issue32531] gdb.execute can not put string value.

2018-01-10 Thread callmekohei
New submission from callmekohei : Hello! I'm callmekohei! (^_^)/ Problems summary gdb.execute can not put string value. Steps to Reproduce // create $ gcc -g