aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
2014-05-29enable target async by default; separate MI and target notions of asyncPedro Alves3-6/+2
2014-05-21PR gdb/13860: make -interpreter-exec console "list" behave more like "list".Pedro Alves1-2/+3
2014-04-24Ensure unreferenced static symbols aren't omitted by clang (either marking th...David Blaikie1-1/+1
2014-04-24Fix and XFAIL test due to GCC PR55641, passes with clangDavid Blaikie1-1/+2
2014-04-18Fix PR backtrace/15558Pedro Alves2-1/+17
2014-04-07[python] Fix gdb.Value.dynamic_type for reference values.Siva Chandra2-0/+4
2014-03-26Skip tests on completion and readline when readline lib isn't usedYao Qi1-8/+10
2014-03-22 * extension.c (eval_ext_lang_from_control_command): Avoid dereferencingDoug Evans1-0/+7
2014-02-26[Python] Make regexp collection printers work with typedefs as well.Joel Brobecker3-0/+108
2014-02-19Call overloaded operators to perform operations on gdb.Value objects.Siva Chandra2-0/+15
2014-02-08Fix typo in test nameAndreas Schwab1-1/+1
2014-02-05Extension Language APIDoug Evans1-2/+2
2014-01-23fix erroneous error-handling in frame filter codeTom Tromey2-0/+31
2014-01-23fix crash in frame filtersTom Tromey2-3/+6
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra4-0/+61
2014-01-10Remove path from gdb.python/py-pp-integral.exp "source" test.Joel Brobecker1-1/+2
2014-01-07[python] Add gdb.Type.name attribute.Joel Brobecker3-0/+106
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker93-93/+93
2013-12-122013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra2-0/+65
2013-12-10PR 16286Doug Evans2-0/+23
2013-11-23Test name tweaks for py-value.exp.Doug Evans1-5/+7
2013-11-23 * gdb.python/py-type.exp (test_enums): Fix typo.Doug Evans1-1/+2
2013-11-23* gdb.python/py-symbol.exp: Add some comments. Make all test names unique.Doug Evans1-16/+29
2013-11-23* gdb.python/py-symbol.exp: Fix whitespace.Doug Evans1-4/+4
2013-11-23 * gdb.python/python.exp: Don't call skip_python_tests, we still wantDoug Evans1-3/+2
2013-11-22Check has_more in mi_create_dynamic_varobjYao Qi1-7/+9
2013-11-22Use mi_create_floating_varobjYao Qi1-2/+2
2013-11-20Add pretty-printer for MPX bnd registers.Walfred Tedeschi1-4/+4
2013-11-14* gdb.python/py-breakpoint.exp: Make tests have unique names.Doug Evans1-29/+35
2013-11-14* gdb.python/py-breakpoint.exp: Reformat for 80 columns.Doug Evans1-79/+160
2013-11-14* gdb.python/py-breakpoint.exp: Split up into several functions,Doug Evans1-291/+340
2013-11-112013-11-11 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon3-0/+484
2013-11-072013-11-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2-4/+67
2013-11-072013-11-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+34
2013-11-06 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.Doug Evans1-1/+1
2013-10-09Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves1-1/+1
2013-10-01 * gdb.python/python.exp: Remove redundant print-stack tests.Doug Evans1-15/+9
2013-09-12 * gdb.python/py-events.py (new_objfile_handler): Remove accidentallyDoug Evans1-1/+0
2013-09-04 * gdb.python/py-events.py (exit_handler): Verify we get the expectedDoug Evans4-17/+15
2013-08-302013-08-30 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+8
2013-08-292013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+1
2013-08-292013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon6-29/+41
2013-08-22fix gdb.python to be parallel-safeTom Tromey11-26/+43
2013-08-07 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.Doug Evans3-6/+27
2013-08-01gdb/testsuite/Yao Qi2-0/+105
2013-07-17 * NEWS: Mention "set print raw frame-arguments".Doug Evans3-0/+205
2013-07-08Add $gdb_prompt to test regexp.Andrew Burgess1-1/+1
2013-06-07Remove superfluous semicolons from testsuite throughout.Pedro Alves1-1/+1
2013-06-07Fix formating in copyright headers.Pedro Alves10-24/+10
2013-05-102013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon6-0/+876