aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker128-128/+128
2015-11-24List inferiors/threads/pspaces in ascending orderPedro Alves1-2/+2
2015-11-24Make gdb.python/py-inferior.exp test names uniquePedro Alves1-100/+117
2015-10-26PR python/18938: source -s foo.py with foo.py a symlink to foo.notpy failsDoug Evans1-0/+13
2015-10-21Fix accessing a function's fields (parameters) from Python (PR 18073)Simon Marchi2-6/+56
2015-09-30py-type.exp: Do not run tests if binary fails to buildSimon Marchi1-23/+28
2015-09-09* gdb.python/py-prettyprint.exp: Check result of run_lang_tests.Doug Evans1-2/+6
2015-08-18PR mi/18833 gdb.execute ("set param value", to_string=True) will crash gdb if...Doug Evans3-0/+106
2015-07-31testsuite: tcl exec& -> 'kill -9 $pid' is racy (attach-many-short-lived-threa...Pedro Alves2-3/+7
2015-07-29Fix typo in gdb.python/py-objfile.expSergio Durigan Junior1-1/+1
2015-07-28Uniquify test names from gdb.python/{py-objfile.exp,py-pp-registration.exp}Sergio Durigan Junior2-9/+17
2015-07-24gdb.python/py-events.exp and normal_stop observers orderingPedro Alves3-7/+7
2015-07-07Fix test for Python 3Simon Marchi1-2/+2
2015-06-25py-prettyprint.exp: Add is_address_zero_readable checkSimon Marchi1-2/+4
2015-05-26PR python/18438Doug Evans5-4/+89
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra3-1/+19
2015-05-08[PR python/18291] Fix printing of "disabled" status of xmethod matchers.Siva Chandra1-0/+3
2015-04-29PR python/18285Doug Evans2-2/+16
2015-04-28PR python/18299Doug Evans4-11/+251
2015-04-28PR python/18089Doug Evans3-0/+191
2015-04-28Add gdb.Type.optimized_out method.Sasha Smundak1-0/+3
2015-04-28Fix py-parameter.exp and scm-parameter.exp path matchingAndy Wingo1-1/+2
2015-04-15Some Python 3 fixesSimon Marchi4-9/+14
2015-04-08Fix Python completion when using the "complete" commandSergio Durigan Junior2-2/+152
2015-04-01Add support for writing unwinders in Python.Sasha Smundak6-0/+381
2015-02-11framefilter quit: New testJan Kratochvil1-0/+13
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans2-10/+89
2015-01-27Add gdb.Objfile.username.Doug Evans1-0/+18
2015-01-26check gdb.lookup_type return value in gdb.python/py-lookup-type.expJoel Brobecker1-1/+2
2015-01-13Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans1-0/+11
2015-01-13[python/Ada] gdb.lookup_type fails to looking primitive typeJoel Brobecker1-0/+59
2015-01-12gdb.python/py-prompt.exp: restore GDBFLAGSPedro Alves1-0/+1
2015-01-12[testsuite patch] Fix new FAIL: py-frame.exp: test Frame.read_register(rip)Jan Kratochvil1-4/+10
2015-01-09skip "attach" tests when testing against stub-like targetsPedro Alves2-7/+5
2015-01-06gdb/python: exception trying to create empty arrayJoel Brobecker1-0/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker110-110/+110
2014-12-12New python function gdb.lookup_objfile.Doug Evans1-1/+23
2014-12-08New "owner" attribute for gdb.Objfile.Doug Evans1-0/+6
2014-12-04New python method gdb.Objfile.add_separate_debug_file.Doug Evans1-0/+26
2014-12-04New python attribute gdb.Objfile.build_id.Doug Evans1-0/+10
2014-12-02New python events: inferior call, register/memory changed.Nick Bull2-0/+144
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans2-144/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans2-0/+144
2014-12-01Fix Python help() test for Python 3Simon Marchi1-1/+1
2014-11-28Fix prints in tests for Python 3Simon Marchi4-23/+23
2014-11-27Fix test always passing in python/py-linetable.expSimon Marchi1-2/+2
2014-11-17GDB testsuite: More fixes for warnings with -std=gnu11Andreas Arnez2-0/+4
2014-11-13GDB testsuite: Fix warnings with -std=gnu11Andreas Arnez2-0/+3
2014-11-02Match the working directory on remote hostYao Qi1-1/+8
2014-10-30Add ability to add attributes to gdb.Objfile and gdb.Progspace objects.Doug Evans2-1/+16