aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-format-string.exp
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Use "require" for Python testsTom Tromey1-2/+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-1/+1
2022-07-15Add 'nibbles' to gdb.print_optionsTom Tromey1-2/+4
2022-07-15Add 'summary' mode to Value.format_stringTom Tromey1-0/+6
2022-07-15Expose current 'print' settings to PythonTom Tromey1-11/+38
2022-06-24gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess1-4/+0
2022-06-18gdb/python: Export nibbles to python layerEnze Li1-0/+73
2022-04-21gdb/testsuite: add binary testcases to py-format-string.expEnze Li1-0/+37
2022-02-07gdb/python: allow Value.format_string to return styled outputAndrew Burgess1-3/+17
2022-01-03[gdb/testsuite] Handle for loop initial decl with gcc 4.8.5Tom de Vries1-1/+7
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-05-14gdb: fix pretty printing max depth behaviourKent Cheung1-0/+9
2021-03-12gdb/testsuite: make test names unique in gdb.python/py-format-string.expAndrew Burgess1-18/+18
2021-01-20[gdb/testsuite] Fix gdb.python/py-format-string.exp with -m32Tom de Vries1-2/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-18Add address keyword to Value.format_stringHannes Domani1-0/+43
2020-10-27Fix gdb.python/py-format-string.exp with ClangGary Benson1-2/+2
2020-06-17Fix TCL error in gdb.python/py-format-string.exp.Sandra Loosemore1-3/+5
2020-04-30Adjust array pretty printer tests to the new formatHannes Domani1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-02gdb/testsuite: Fix py-format-string.exp on big-endian platformsAndreas Arnez1-4/+4
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-0/+21
2019-04-01Add gdb.Value.format_string ()Marco Barisione1-0/+957