Age | Commit message (Expand) | Author | Files | Lines |
2015-02-11 | framefilter quit: New test | Jan Kratochvil | 1 | -0/+13 |
2015-01-31 | Add support for inlining scripts into .debug_gdb_scripts. | Doug Evans | 2 | -10/+89 |
2015-01-27 | Add gdb.Objfile.username. | Doug Evans | 1 | -0/+18 |
2015-01-26 | check gdb.lookup_type return value in gdb.python/py-lookup-type.exp | Joel Brobecker | 1 | -1/+2 |
2015-01-13 | Enhance gdb.lookup_objfile so that it works with a symlinked binary. | Doug Evans | 1 | -0/+11 |
2015-01-13 | [python/Ada] gdb.lookup_type fails to looking primitive type | Joel Brobecker | 1 | -0/+59 |
2015-01-12 | gdb.python/py-prompt.exp: restore GDBFLAGS | Pedro Alves | 1 | -0/+1 |
2015-01-12 | [testsuite patch] Fix new FAIL: py-frame.exp: test Frame.read_register(rip) | Jan Kratochvil | 1 | -4/+10 |
2015-01-09 | skip "attach" tests when testing against stub-like targets | Pedro Alves | 2 | -7/+5 |
2015-01-06 | gdb/python: exception trying to create empty array | Joel Brobecker | 1 | -0/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 110 | -110/+110 |
2014-12-12 | New python function gdb.lookup_objfile. | Doug Evans | 1 | -1/+23 |
2014-12-08 | New "owner" attribute for gdb.Objfile. | Doug Evans | 1 | -0/+6 |
2014-12-04 | New python method gdb.Objfile.add_separate_debug_file. | Doug Evans | 1 | -0/+26 |
2014-12-04 | New python attribute gdb.Objfile.build_id. | Doug Evans | 1 | -0/+10 |
2014-12-02 | New python events: inferior call, register/memory changed. | Nick Bull | 2 | -0/+144 |
2014-12-02 | revert previous patch so that I can re-commit with correct author | Doug Evans | 2 | -144/+0 |
2014-12-02 | New python events: infcall, register/memory changed. | Doug Evans | 2 | -0/+144 |
2014-12-01 | Fix Python help() test for Python 3 | Simon Marchi | 1 | -1/+1 |
2014-11-28 | Fix prints in tests for Python 3 | Simon Marchi | 4 | -23/+23 |
2014-11-27 | Fix test always passing in python/py-linetable.exp | Simon Marchi | 1 | -2/+2 |
2014-11-17 | GDB testsuite: More fixes for warnings with -std=gnu11 | Andreas Arnez | 2 | -0/+4 |
2014-11-13 | GDB testsuite: Fix warnings with -std=gnu11 | Andreas Arnez | 2 | -0/+3 |
2014-11-02 | Match the working directory on remote host | Yao Qi | 1 | -1/+8 |
2014-10-30 | Add ability to add attributes to gdb.Objfile and gdb.Progspace objects. | Doug Evans | 2 | -1/+16 |
2014-10-29 | PR python/17372 - Python hangs when displaying help() | Pedro Alves | 1 | -0/+16 |
2014-10-20 | Rename py-objfile-script-gdb.py.in to py-objfile-script-gdb.py | Yao Qi | 2 | -3/+2 |
2014-10-20 | Don't remove files copied to host | Yao Qi | 10 | -22/+0 |
2014-10-18 | Skip testing argv[0] on target argv[0] isn't available | Yao Qi | 1 | -2/+8 |
2014-10-17 | New python event "clear_objfiles". | Doug Evans | 2 | -0/+7 |
2014-10-17 | Add gdb.Objfile.progspace attribute. | Doug Evans | 1 | -0/+2 |
2014-10-17 | Fix mingw32 failures due to incorrect directory separator in pattern | Luis Machado | 1 | -5/+5 |
2014-10-15 | Fix py-parameter.exp for remote host | Yao Qi | 1 | -1/+8 |
2014-10-15 | Fix file name matching on remote host. | Yao Qi | 3 | -7/+32 |
2014-10-15 | Clean up gdb.python/ tests | Yao Qi | 3 | -7/+7 |
2014-10-13 | Change name of file name test in py-objfile.exp. | Doug Evans | 1 | -1/+1 |
2014-09-11 | testsuite: refactor spawn and wait for attach | Pedro Alves | 2 | -18/+2 |
2014-09-07 | Fix PR gdb/17035: "show user" doesn't list user-defined commands that | Gabriel Krisman Bertazi | 1 | -0/+4 |
2014-09-07 | Fix crash on Python frame filters with unreadable arg | Jan Kratochvil | 4 | -0/+435 |
2014-09-06 | PR 15276: Add $_caller_is, $_caller_matches, $_any_caller_is, $_any_caller_ma... | Doug Evans | 2 | -0/+114 |
2014-09-03 | Add support for reading frame registers to Python API. | Sasha Smundak | 1 | -0/+17 |
2014-09-03 | PR python/16699: GDB Python command completion with overriden complete vs. co... | Sergio Durigan Junior | 2 | -0/+127 |
2014-08-24 | set print symbol off in py-value.exp and scm-value.exp | Yao Qi | 1 | -0/+4 |
2014-08-22 | Copy .py files to remote host | Yao Qi | 3 | -6/+11 |
2014-08-15 | Fix xmethod Python so that it works with Python3. | Siva Chandra | 1 | -10/+10 |
2014-08-09 | Remove duplicated code on checking address 0x0 is accessiable | Yao Qi | 3 | -12/+10 |
2014-06-23 | Align behavior of xmethod commands with that of pretty-printer commands. | Siva Chandra | 1 | -7/+7 |
2014-06-18 | Make xmethods tests not to depend on inferior IO. | Siva Chandra | 2 | -25/+61 |
2014-06-03 | Xmethod support in Python. | Siva Chandra | 3 | -0/+515 |
2014-05-29 | enable target async by default; separate MI and target notions of async | Pedro Alves | 3 | -6/+2 |