aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-29PR python/17372 - Python hangs when displaying help()Pedro Alves1-0/+16
2014-10-20Rename py-objfile-script-gdb.py.in to py-objfile-script-gdb.pyYao Qi2-3/+2
2014-10-20Don't remove files copied to hostYao Qi10-22/+0
2014-10-18Skip testing argv[0] on target argv[0] isn't availableYao Qi1-2/+8
2014-10-17New python event "clear_objfiles".Doug Evans2-0/+7
2014-10-17Add gdb.Objfile.progspace attribute.Doug Evans1-0/+2
2014-10-17Fix mingw32 failures due to incorrect directory separator in patternLuis Machado1-5/+5
2014-10-15Fix py-parameter.exp for remote hostYao Qi1-1/+8
2014-10-15Fix file name matching on remote host.Yao Qi3-7/+32
2014-10-15Clean up gdb.python/ testsYao Qi3-7/+7
2014-10-13Change name of file name test in py-objfile.exp.Doug Evans1-1/+1
2014-09-11testsuite: refactor spawn and wait for attachPedro Alves2-18/+2
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi1-0/+4
2014-09-07Fix crash on Python frame filters with unreadable argJan Kratochvil4-0/+435
2014-09-06PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_ma...Doug Evans2-0/+114
2014-09-03Add support for reading frame registers to Python API.Sasha Smundak1-0/+17
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior2-0/+127
2014-08-24set print symbol off in py-value.exp and scm-value.expYao Qi1-0/+4
2014-08-22Copy .py files to remote hostYao Qi3-6/+11
2014-08-15Fix xmethod Python so that it works with Python3.Siva Chandra1-10/+10
2014-08-09Remove duplicated code on checking address 0x0 is accessiableYao Qi3-12/+10
2014-06-23Align behavior of xmethod commands with that of pretty-printer commands.Siva Chandra1-7/+7
2014-06-18Make xmethods tests not to depend on inferior IO.Siva Chandra2-25/+61
2014-06-03Xmethod support in Python.Siva Chandra3-0/+515
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