summaryrefslogtreecommitdiff
path: root/gdb/python/py-gdb-readline.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-1/+7
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove "repeat" argument from command_line_inputTom Tromey2018-08-171-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix build with GCC 8: strncpy ->strcpyYao Qi2017-11-221-1/+1
* Fix python-interactive with Python 3.6Simon Marchi2017-01-201-2/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-9/+10
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix build with Python 3.4 (PR python/16784)Simon Marchi2014-12-151-0/+4
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Move stddef.h to common-defs.hGary Benson2014-08-071-2/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-201-4/+3
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Enable readline in Python in a GDB-specific way and block theYit Phang Khoo2012-08-221-0/+113