aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename to allow_btrace_testsTom Tromey2023-01-132-2/+2
* Use "require" for Python testsTom Tromey2023-01-1390-325/+157
* Remove mi_skip_python_testsTom Tromey2023-01-133-3/+3
* Use require !skip_gdbserver_testsTom Tromey2023-01-131-3/+1
* Use require can_spawn_for_attachTom Tromey2023-01-131-3/+1
* Use require !use_gdb_stubTom Tromey2023-01-131-3/+1
* Use require support_displaced_steppingTom Tromey2023-01-131-4/+1
* Use require !skip_btrace_testsTom Tromey2023-01-132-8/+2
* Use require !skip_shlib_testsTom Tromey2023-01-133-11/+3
* Use require !skip_cplus_testsTom Tromey2023-01-136-9/+6
* Use require supports_process_recordTom Tromey2023-01-131-4/+1
* [gdb/testsuite] Fix gdb.python/py-breakpoint.exp with libstdc++ debug infoTom de Vries2023-01-021-1/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-01234-234/+234
* [gdb/python] Fix gdb.python/py-finish-breakpoint2.exp for -m32Tom de Vries2022-12-312-5/+47
* gdb: fix crash when getting the value of a label symbolAndrew Burgess2022-12-162-0/+77
* gdb/testsuite: add test for Python commands redefining itselfJan Vrany2022-12-161-0/+30
* gdb: have target_stack automate reference count handlingAndrew Burgess2022-12-141-0/+92
* [gdb/testsuite] Fix gdb.python/py-disasm.exp on s390xTom de Vries2022-12-132-8/+14
* gdb/testsuite: remove perror calls when failing to runSimon Marchi2022-12-059-11/+0
* gdb/testsuite: make gdb_unload use gdb_test_multipleSimon Marchi2022-11-291-4/+5
* gdb/testsuite: remove use of then keyword from gdb.python/*.expAndrew Burgess2022-11-2838-66/+66
* Fix deletion of FinishBreakpointsJohnson Sun2022-11-183-0/+104
* gdb/testsuite: fix failure in gdb.python/py-send-packet.expAndrew Burgess2022-11-171-3/+3
* gdb: add prepare_reinflate/reinflate around print_frame_args in info_frame_co...Simon Marchi2022-11-101-0/+8
* [gdb/testsuite] Add skip_python_tests in gdb.python/tui-window-names.expTom de Vries2022-10-241-0/+5
* GDB/Python: Make `None' stand for `unlimited' in setting integer parametersMaciej W. Rozycki2022-10-211-6/+15
* GDB/testsuite: Expand Python integer parameter coverage across all typesMaciej W. Rozycki2022-10-211-16/+181
* [gdb/testsuite] Fix ERROR in gdb.python/py-breakpoint.expTom de Vries2022-10-191-0/+2
* Update tests to use skip_hw_watchpoint_tests to test for HW watchpoint support.Carl Love2022-10-181-3/+12
* gdb/testsuite: Fix formatting of python scriptBruno Larsen2022-10-111-3/+7
* gdb/frame: Add reinflation method for frame_info_ptrBruno Larsen2022-10-103-0/+230
* gdb/testsuite: use 'end' at the end of python blocksAndrew Burgess2022-10-102-2/+2
* [gdb/testsuite] Fix DUPLICATEs with remote-gdbserver-on-localhostTom de Vries2022-10-071-132/+147
* gdb/python: restrict the names accepted by gdb.register_window_typeAndrew Burgess2022-09-221-0/+84
* Fix flush for sys.stderrTom Tromey2022-08-301-2/+2
* Fix crash in gdbpy_parse_register_idTom Tromey2022-08-213-0/+28
* GDB/testsuite: Fix PARAM_ZUINTEGER reported for PARAM_ZUINTEGER_UNLIMITEDMaciej W. Rozycki2022-08-171-2/+2
* gdb/python: Add BreakpointLocation typeSimon Farre2022-07-282-0/+96
* gdb/python: fix invalid use disassemble_info::streamAndrew Burgess2022-07-253-12/+21
* gdb/testsuite: add a clear test to py-breakpoint.expEnze Li2022-07-241-0/+20
* Add gdb.free_objfile event registryTom Tromey2022-07-183-0/+139
* Add 'nibbles' to gdb.print_optionsTom Tromey2022-07-151-2/+4
* Add 'summary' mode to Value.format_stringTom Tromey2022-07-152-0/+8
* Expose current 'print' settings to PythonTom Tromey2022-07-152-11/+42
* Run 'black' on gdbTom Tromey2022-07-151-2/+4
* Accept gdb.Value in more Python APIsTom Tromey2022-07-084-2/+11
* Handle bool specially in gdb.set_parameterTom Tromey2022-07-081-0/+4
* Make 'import gdb.events' workTom Tromey2022-07-051-0/+2
* [gdb/testsuite] Handle older python in gdb.python/py-send-packet.pyTom de Vries2022-06-271-2/+6
* gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess2022-06-244-16/+0