New command queue-signal.
[platform/upstream/binutils.git] / gdb / testsuite / gdb.python /
2014-09-11 Pedro Alvestestsuite: refactor spawn and wait for attach
2014-09-07 Gabriel Krisman... Fix PR gdb/17035: "show user" doesn't list user-defined...
2014-09-07 Jan KratochvilFix crash on Python frame filters with unreadable arg
2014-09-06 Doug EvansPR 15276: Add $_caller_is, $_caller_matches, $_any_call...
2014-09-03 Sasha SmundakAdd support for reading frame registers to Python API.
2014-09-03 Sergio Durigan JuniorPR python/16699: GDB Python command completion with...
2014-08-24 Yao Qiset print symbol off in py-value.exp and scm-value.exp
2014-08-22 Yao QiCopy .py files to remote host
2014-08-16 Siva ChandraFix xmethod Python so that it works with Python3.
2014-08-09 Yao QiRemove duplicated code on checking address 0x0 is acces...
2014-06-23 Siva ChandraAlign behavior of xmethod commands with that of pretty...
2014-06-18 Siva ChandraMake xmethods tests not to depend on inferior IO.
2014-06-03 Siva ChandraXmethod support in Python.
2014-05-29 Pedro Alvesenable target async by default; separate MI and target...
2014-05-21 Pedro AlvesPR gdb/13860: make -interpreter-exec console "list...
2014-04-25 David BlaikieEnsure unreferenced static symbols aren't omitted by...
2014-04-24 David BlaikieFix and XFAIL test due to GCC PR55641, passes with...
2014-04-18 Pedro AlvesFix PR backtrace/15558
2014-04-07 Siva Chandra[python] Fix gdb.Value.dynamic_type for reference values.
2014-03-26 Yao QiSkip tests on completion and readline when readline...
2014-03-22 Doug Evans * extension.c (eval_ext_lang_from_control_command...
2014-02-26 Joel Brobecker[Python] Make regexp collection printers work with...
2014-02-19 Siva ChandraCall overloaded operators to perform operations on...
2014-02-08 Andreas SchwabFix typo in test name
2014-02-06 Doug EvansExtension Language API
2014-01-23 Tom Tromeyfix erroneous error-handling in frame filter code
2014-01-23 Tom Tromeyfix crash in frame filters
2014-01-14 Siva ChandraUse bitpos and type to lookup a gdb.Field object when...
2014-01-10 Joel BrobeckerRemove path from gdb.python/py-pp-integral.exp "source...
2014-01-07 Joel Brobecker[python] Add gdb.Type.name attribute.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-12 Siva Chandra2013-12-12 Siva Chandra Reddy <sivachandra@google...
2013-12-11 Doug EvansPR 16286
2013-11-24 Doug EvansTest name tweaks for py-value.exp.
2013-11-23 Doug Evans * gdb.python/py-type.exp (test_enums): Fix typo.
2013-11-23 Doug Evans* gdb.python/py-symbol.exp: Add some comments. Make...
2013-11-23 Doug Evans* gdb.python/py-symbol.exp: Fix whitespace.
2013-11-23 Doug Evans * gdb.python/python.exp: Don't call skip_python_tests...
2013-11-22 Yao QiCheck has_more in mi_create_dynamic_varobj
2013-11-22 Yao QiUse mi_create_floating_varobj
2013-11-20 Walfred TedeschiAdd pretty-printer for MPX bnd registers.
2013-11-15 Doug Evans* gdb.python/py-breakpoint.exp: Make tests have unique...
2013-11-15 Doug Evans* gdb.python/py-breakpoint.exp: Reformat for 80 columns.
2013-11-15 Doug Evans* gdb.python/py-breakpoint.exp: Split up into several...
2013-11-11 Phil Muldoon2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2013-11-07 Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-11-07 Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-11-07 Doug Evans * gdb.python/py-arch.exp: Tweak test name for bad...
2013-10-09 Pedro AlvesStop using errno values around target_xfer interfaces...
2013-10-01 Doug Evans * gdb.python/python.exp: Remove redundant print-stack...
2013-09-12 Doug Evans * gdb.python/py-events.py (new_objfile_handler): Remov...
2013-09-04 Doug Evans * gdb.python/py-events.py (exit_handler): Verify we...
2013-08-30 Phil Muldoon2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2013-08-29 Phil Muldoon2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2013-08-29 Phil Muldoon2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2013-08-22 Tom Tromeyfix gdb.python to be parallel-safe
2013-08-07 Doug Evans * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
2013-08-01 Yao Qigdb/testsuite/
2013-07-17 Doug Evans * NEWS: Mention "set print raw frame-arguments".
2013-07-08 Andrew BurgessAdd $gdb_prompt to test regexp.
2013-06-07 Pedro AlvesRemove superfluous semicolons from testsuite throughout.
2013-06-07 Pedro AlvesFix formating in copyright headers.
2013-05-10 Phil Muldoon2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2013-03-14 Yao Qigdb/testsuite/
2013-02-21 Siva Chandra Reddy Add a new method 'disassemble' to gdb.Architecture...
2013-02-10 Jan Kratochvilgdb/testsuite/
2013-01-25 Tom Tromey * gdb.python/py-explore.exp: Expect the gdb prompt.
2013-01-25 Andrew Burgesssourceware.org/ml/gdb-patches/2012-11/msg00312.html
2013-01-23 Siva Chandra Reddy Add a new class gdb.Architecture which exposes GDB's
2013-01-21 Siva Chandra Reddy * python/lib/gdb/commands/explore.py
2013-01-13 Joel BrobeckerFix gdb.python/py-finish-breakpoint.exp ERROR.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-11 Paul Koning * gdb.python/py-prettyprint.py (_iterator): Remove...
2012-12-10 Paul Koning2012-12-10 Paul Koning <paul_koning@dell.com>
2012-12-06 Tom Tromey2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantes...
2012-11-14 Andrew Burgesssourceware.org/ml/gdb-patches/2012-11/msg00308.html
2012-11-12 Tom Tromey * NEWS: Update.
2012-11-06 Tom Tromey * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
2012-10-15 Tom Tromey PR python/14635:
2012-10-15 Tom Tromey PR python/14634:
2012-09-20 Tom Tromey * NEWS: Update.
2012-09-13 Yit Phang KhooRefactor Python "gdb" module into a proper Python packa...
2012-09-06 Doug Evans(test_subscript_regression): Remove no longer necessary...
2012-09-06 Doug Evans * gdb.python/py-value.exp: Use clean_restart.
2012-08-10 Doug Evans Add $_memeq, $_regex, $_streq, $_strlen convenience...
2012-08-06 Tom Tromey PR python/14386:
2012-08-02 Ulrich Weigand * gdb.base/annota1.exp: Accept no frames-invalid notif...
2012-07-26 Jan Kratochvilgdb/
2012-07-16 Jan Kratochvilgdb/
2012-06-27 Tom Tromey * gdb.python/python.exp: Fix regexps in pagination...
2012-06-27 Siva Chandra Reddy2012-06-26 Siva Chandra Reddy <sivachandra@google...
2012-06-24 Jan Kratochvilgdb/testsuite/
2012-06-22 Tom Tromey * gdb.python/lib-types.exp: Use standard_testfile,
2012-06-21 Tom Tromey * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
2012-05-19 Thiago Jung Bauermann * gdb.python/py-prompt.exp: Quit if the target is...
2012-05-17 Doug Evans * Makefile.in (clean): Remove Fission .dwo and .dwp...
2012-05-13 Siva Chandra Reddy2012-05-13 Siva Chandra Reddy <sivachandra@google...
2012-05-03 Siva Chandra Reddy2012-05-03 Siva Chandra Reddy <sivachandra@google...
2012-04-18 Jan Kratochvilgdb/
2012-04-17 Jan Kratochvilgdb/
next