Thomas Preud'homme
0dedf3777d
Fix Windows gdb build failure with Python 2 support
...
GDB fails to build for Windows host with Python 2 support enabled due
to PyFile_FromString's second argument being of type char * and being
passed a (const) string literal. This parameter is input only so this
commit fixes the issue by casting to char *.
2017-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
gdb/
* python/python.c (python_run_simple_file): Cast mode literal to
non-const char pointer as expected by PyFile_FromString.
2017-04-06 17:18:31 +01:00
..
2017-03-22 11:22:07 +00:00
2017-04-05 19:21:36 +01:00
2017-01-01 10:52:34 +04:00
2017-04-05 19:21:36 +01:00
2017-02-10 12:24:31 -07:00
2017-04-05 19:21:37 +01:00
2017-04-05 19:21:37 +01:00
2017-02-10 12:24:31 -07:00
2017-04-05 19:21:37 +01:00
2017-04-05 19:21:37 +01:00
2017-02-14 10:38:56 -07:00
2017-02-10 12:24:32 -07:00
2017-04-05 19:21:37 +01:00
2017-02-10 12:24:31 -07:00
2017-04-05 19:21:37 +01:00
2017-02-10 12:24:32 -07:00
2017-04-05 19:21:37 +01:00
2017-02-10 12:24:31 -07:00
2017-01-20 20:39:08 -05:00
2017-04-05 19:21:37 +01:00
2017-02-10 12:24:31 -07:00
2017-04-05 19:21:36 +01:00
2017-04-05 19:21:36 +01:00
2017-04-05 19:21:36 +01:00
2017-02-10 12:24:31 -07:00
2017-04-05 19:21:36 +01:00
2017-04-05 19:21:37 +01:00
2017-02-10 12:24:33 -07:00
2017-04-05 19:21:36 +01:00
2017-04-05 19:21:36 +01:00
2017-02-14 10:57:56 +01:00
2017-02-14 10:57:56 +01:00
2017-02-14 10:57:56 +01:00
2017-04-05 19:21:36 +01:00
2017-02-10 12:24:31 -07:00
2017-02-10 12:24:31 -07:00
2017-02-10 12:24:31 -07:00
2017-01-01 10:52:34 +04:00
2017-04-05 19:21:36 +01:00
2017-04-05 19:21:36 +01:00
2017-02-10 12:24:31 -07:00
2017-04-05 19:21:36 +01:00
2017-04-05 19:21:37 +01:00
2017-02-10 12:24:31 -07:00
2017-04-05 19:21:36 +01:00
2017-02-10 12:24:31 -07:00
2017-03-20 13:47:52 -07:00
2017-04-05 19:21:36 +01:00
2017-04-06 17:18:31 +01:00
2017-01-01 10:52:34 +04:00