aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow calling of convenience functions with pythonHannes Domani2024-06-031-0/+11
* Rewrite "python" command exception handlingTom Tromey2024-02-271-18/+18
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb/python: Add new gdb.Value.bytes attributeAndrew Burgess2023-10-261-1/+108
* Add gdb.Value.assign methodTom Tromey2023-06-121-0/+14
* Add global_context parameter to gdb.parse_and_evalTom Tromey2023-05-231-0/+5
* Rename to allow_python_testsTom Tromey2023-01-131-1/+1
* Rename to allow_cplus_tests and allow_stl_testsTom Tromey2023-01-131-1/+1
* Use "require" for Python testsTom Tromey2023-01-131-3/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/testsuite: remove perror calls when failing to runSimon Marchi2022-12-051-1/+0
* gdb/testsuite: remove use of then keyword from gdb.python/*.expAndrew Burgess2022-11-281-2/+2
* gdb: don't copy entirely optimized out values in value_copySimon Marchi2022-04-061-0/+3
* gdb/python: remove Python 2 supportSimon Marchi2022-03-231-37/+3
* gdb/python: add gdb.history_count functionAndrew Burgess2022-01-261-0/+12
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/python: Use tp_init instead of tp_new to setup gdb.ValueAndrew Burgess2021-12-081-5/+54
* gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi2021-09-301-1/+0
* gdb/python: new function to add values into GDB's historyAndrew Burgess2021-09-071-0/+26
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Fix test breakages caused by removal of gdb_py_test_multiple.Philippe Waroquiers2020-06-301-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb/testsuite: Reduce test name duplication in gdb.python testsAndrew Burgess2019-10-031-25/+33
* Correctly handle non-C-style arrays in c_get_stringTom Tromey2019-05-081-0/+13
* Fix new py-value.exp test caseTom Tromey2019-02-261-1/+1
* Add tests for gdb.Value(bufobj, type) constructorKevin Buettner2019-02-261-0/+45
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Allow conversion of pointers to Python intTom Tromey2018-09-231-2/+9
* Preserve sign when converting gdb.Value to Python intTom Tromey2018-09-231-0/+8
* Allow more Python scalar conversionsTom Tromey2018-09-231-0/+13
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix various python lazy string bugs.Doug Evans2017-03-161-24/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fixup testcases outputting own name as a test name and standardize failed com...Luis Machado2016-12-011-1/+1
* Fix test names starting with uppercase using gdb_test on a single line.Luis Machado2016-12-011-24/+24
* Fix test names starting with uppercase output by basic functionsLuis Machado2016-12-011-2/+2
* Fix py-value.exp failure on Python 3Tom Tromey2016-11-081-1/+5
* Fixup gdb.python/py-value.exp for bare-metal aarch64-elfLuis Machado2016-10-121-4/+5
* Fix gdb.Value->python conversion for large unsigned ints.Doug Evans2016-10-061-0/+5
* Fix PR python/17386 - add __index__ method to gdb.ValueTom Tromey2016-05-241-0/+7
* testsuite: Fix false FAILs on too long base directoryJan Kratochvil2016-01-111-0/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Fix prints in tests for Python 3Simon Marchi2014-11-281-1/+1
* Skip testing argv[0] on target argv[0] isn't availableYao Qi2014-10-181-2/+8
* set print symbol off in py-value.exp and scm-value.expYao Qi2014-08-241-0/+4
* Remove duplicated code on checking address 0x0 is accessiableYao Qi2014-08-091-8/+1
* [python] Fix gdb.Value.dynamic_type for reference values.Siva Chandra2014-04-071-0/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* PR 16286Doug Evans2013-12-101-0/+6