aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python
AgeCommit message (Expand)AuthorFilesLines
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
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