aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2023-02-27gdb: reformat Python files with black 23.1.0Simon Marchi7-5/+7
2023-02-20[gdb/testsuite] Add xfail case in gdb.python/py-record-btrace.expTom de Vries1-1/+6
2023-02-15Fix "ptype INTERNAL_FUNC" (PR gdb/30105)Pedro Alves1-0/+7
2023-02-14[gdb/testsuite] Add xfail in gdb.python/py-record-btrace.expTom de Vries1-1/+42
2023-02-13gdb/python: deallocate tui window factories at Python shut downAndrew Burgess1-0/+32
2023-02-13gdb/python: allow Python TUI windows to be replacedAndrew Burgess2-0/+121
2023-02-10GDB: Ignore `max-value-size' setting with value history accessesMaciej W. Rozycki2-0/+34
2023-02-09gdb, testsuite: Remove unnecessary call of "set print pretty on"Christina Schimpe2-6/+0
2023-01-26Use clean_restart in gdb.pythonTom Tromey9-49/+11
2023-01-26Use mi_clean_restart moreTom Tromey4-34/+16
2023-01-26Eliminate spurious returns from the test suiteTom Tromey1-1/+0
2023-01-26[gdb/testsuite] Add and use is_x86_64_m64_targetTom de Vries3-8/+4
2023-01-25Use require with is_remoteTom Tromey1-4/+1
2023-01-22Remove path name from testTom Tromey1-1/+2
2023-01-19GDB/testsuite: Expand for character string limiting optionsAndrew Burgess2-17/+47
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki1-0/+15
2023-01-19[gdb/testsuite] Fix gdb.python/py-value-cc.exp for big endianTom de Vries2-2/+3
2023-01-13Rename to allow_tui_testsTom Tromey3-12/+3
2023-01-13Rename to allow_hw_breakpoint_testsTom Tromey1-1/+1
2023-01-13Rename to allow_shlib_testsTom Tromey3-3/+3
2023-01-13Rename to allow_python_testsTom Tromey93-93/+93
2023-01-13Rename to allow_hw_watchpoint_testsTom Tromey1-8/+8
2023-01-13Rename to allow_gdbserver_testsTom Tromey1-1/+1
2023-01-13Rename to allow_cplus_tests and allow_stl_testsTom Tromey7-7/+7
2023-01-13Rename to allow_btrace_testsTom Tromey2-2/+2
2023-01-13Use "require" for Python testsTom Tromey90-325/+157
2023-01-13Remove mi_skip_python_testsTom Tromey3-3/+3
2023-01-13Use require !skip_gdbserver_testsTom Tromey1-3/+1
2023-01-13Use require can_spawn_for_attachTom Tromey1-3/+1
2023-01-13Use require !use_gdb_stubTom Tromey1-3/+1
2023-01-13Use require support_displaced_steppingTom Tromey1-4/+1
2023-01-13Use require !skip_btrace_testsTom Tromey2-8/+2
2023-01-13Use require !skip_shlib_testsTom Tromey3-11/+3
2023-01-13Use require !skip_cplus_testsTom Tromey6-9/+6
2023-01-13Use require supports_process_recordTom Tromey1-4/+1
2023-01-02[gdb/testsuite] Fix gdb.python/py-breakpoint.exp with libstdc++ debug infoTom de Vries1-1/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker234-234/+234
2022-12-31[gdb/python] Fix gdb.python/py-finish-breakpoint2.exp for -m32Tom de Vries2-5/+47
2022-12-16gdb: fix crash when getting the value of a label symbolAndrew Burgess2-0/+77
2022-12-16gdb/testsuite: add test for Python commands redefining itselfJan Vrany1-0/+30
2022-12-14gdb: have target_stack automate reference count handlingAndrew Burgess1-0/+92
2022-12-13[gdb/testsuite] Fix gdb.python/py-disasm.exp on s390xTom de Vries2-8/+14
2022-12-05gdb/testsuite: remove perror calls when failing to runSimon Marchi9-11/+0
2022-11-29gdb/testsuite: make gdb_unload use gdb_test_multipleSimon Marchi1-4/+5
2022-11-28gdb/testsuite: remove use of then keyword from gdb.python/*.expAndrew Burgess38-66/+66
2022-11-18Fix deletion of FinishBreakpointsJohnson Sun3-0/+104
2022-11-17gdb/testsuite: fix failure in gdb.python/py-send-packet.expAndrew Burgess1-3/+3
2022-11-10gdb: add prepare_reinflate/reinflate around print_frame_args in info_frame_co...Simon Marchi1-0/+8
2022-10-24[gdb/testsuite] Add skip_python_tests in gdb.python/tui-window-names.expTom de Vries1-0/+5
2022-10-21GDB/Python: Make `None' stand for `unlimited' in setting integer parametersMaciej W. Rozycki1-6/+15