aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-value.exp
AgeCommit message (Expand)AuthorFilesLines
2024-06-03Allow calling of convenience functions with pythonHannes Domani1-0/+11
2024-02-27Rewrite "python" command exception handlingTom Tromey1-18/+18
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-26gdb/python: Add new gdb.Value.bytes attributeAndrew Burgess1-1/+108
2023-06-12Add gdb.Value.assign methodTom Tromey1-0/+14
2023-05-23Add global_context parameter to gdb.parse_and_evalTom Tromey1-0/+5
2023-01-13Rename to allow_python_testsTom Tromey1-1/+1
2023-01-13Rename to allow_cplus_tests and allow_stl_testsTom Tromey1-1/+1
2023-01-13Use "require" for Python testsTom Tromey1-3/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-05gdb/testsuite: remove perror calls when failing to runSimon Marchi1-1/+0
2022-11-28gdb/testsuite: remove use of then keyword from gdb.python/*.expAndrew Burgess1-2/+2
2022-04-06gdb: don't copy entirely optimized out values in value_copySimon Marchi1-0/+3
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-37/+3
2022-01-26gdb/python: add gdb.history_count functionAndrew Burgess1-0/+12
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-08gdb/python: Use tp_init instead of tp_new to setup gdb.ValueAndrew Burgess1-5/+54
2021-09-30gdb/testsuite: make runto_main not pass no-message to runtoSimon Marchi1-1/+0
2021-09-07gdb/python: new function to add values into GDB's historyAndrew Burgess1-0/+26
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-06-30Fix test breakages caused by removal of gdb_py_test_multiple.Philippe Waroquiers1-2/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-03gdb/testsuite: Reduce test name duplication in gdb.python testsAndrew Burgess1-25/+33
2019-05-08Correctly handle non-C-style arrays in c_get_stringTom Tromey1-0/+13
2019-02-26Fix new py-value.exp test caseTom Tromey1-1/+1
2019-02-26Add tests for gdb.Value(bufobj, type) constructorKevin Buettner1-0/+45
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-23Allow conversion of pointers to Python intTom Tromey1-2/+9
2018-09-23Preserve sign when converting gdb.Value to Python intTom Tromey1-0/+8
2018-09-23Allow more Python scalar conversionsTom Tromey1-0/+13
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-03-16Fix various python lazy string bugs.Doug Evans1-24/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-01Fixup testcases outputting own name as a test name and standardize failed com...Luis Machado1-1/+1
2016-12-01Fix test names starting with uppercase using gdb_test on a single line.Luis Machado1-24/+24
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado1-2/+2
2016-11-08Fix py-value.exp failure on Python 3Tom Tromey1-1/+5
2016-10-12Fixup gdb.python/py-value.exp for bare-metal aarch64-elfLuis Machado1-4/+5
2016-10-06Fix gdb.Value->python conversion for large unsigned ints.Doug Evans1-0/+5
2016-05-24Fix PR python/17386 - add __index__ method to gdb.ValueTom Tromey1-0/+7
2016-01-11testsuite: Fix false FAILs on too long base directoryJan Kratochvil1-0/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-28Fix prints in tests for Python 3Simon Marchi1-1/+1
2014-10-18Skip testing argv[0] on target argv[0] isn't availableYao Qi1-2/+8
2014-08-24set print symbol off in py-value.exp and scm-value.expYao Qi1-0/+4
2014-08-09Remove duplicated code on checking address 0x0 is accessiableYao Qi1-8/+1
2014-04-07[python] Fix gdb.Value.dynamic_type for reference values.Siva Chandra1-0/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-10PR 16286Doug Evans1-0/+6