summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.guile
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-03-16Copy lazy string handling fixes from Python.Doug Evans
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-23Fix more cases of improper test namesLuis Machado
2016-12-01Fixup testcases outputting own name as a test name and standardize failed com...Luis Machado
2016-12-01Fix test names starting with uppercase using gdb_test_no_outputLuis Machado
2016-12-01Fix test names starting with uppercase using gdb_test on a single line.Luis Machado
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado
2016-02-09Use string_to_event_location_basic in guile.Keith Seitz
2016-02-08Always organize test artifacts in a directory hierarchySimon Marchi
2016-01-18[testsuite] @progbits -> %progbitsYao Qi
2016-01-11testsuite: Fix false FAILs on too long base directoryJan Kratochvil
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-05-16Add support for unbuffered and zero sized Guile ports.Doug Evans
2015-04-28Fix py-parameter.exp and scm-parameter.exp path matchingAndy Wingo
2015-04-09Add Guile frame-read-register commandAndy Wingo
2015-03-11Add objfile-progspace to Guile interfaceAndy Wingo
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-05Fix parallel testing issues in gdb.guile testsYao Qi
2014-10-18Skip testing argv[0] on target argv[0] isn't availableYao Qi
2014-10-17Fix mingw32 failures due to incorrect directory separator in patternLuis Machado
2014-09-08gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.Doug Evans
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi
2014-08-24set print symbol off in py-value.exp and scm-value.expYao Qi
2014-08-09Remove duplicated code on checking address 0x0 is accessiableYao Qi
2014-07-28PR guile/17203Doug Evans
2014-07-26PR guile/17146 preparatory work.Doug Evans
2014-06-06* gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.Doug Evans
2014-06-06guile: Type-check the argument to 'history-append!'.Ludovic Courtès
2014-06-04Delete scm-generics.exp.Doug Evans
2014-06-04Split create-breakpoint! into make-breakpoint, register-breakpoint!.Doug Evans
2014-06-03Add parameter support for Guile.Doug Evans
2014-06-03Add command support for Guile.Doug Evans
2014-06-02Add progspace support for Guile.Doug Evans
2014-05-26gdb smob cleanupsAndy Wingo
2014-04-12Copy over fix for fetching dynamic type of a reference from python side.Doug Evans
2014-03-22 * gdb.guile/guile.exp (guile not supported): Verify multi-lineDoug Evans
2014-03-13Fix pr 16612.Doug Evans
2014-03-13Fix segv when referencing a value added to history after a Guile garbage coll...Doug Evans
2014-02-26guile: Add 'history-append!' procedure.Ludovic Courtès
2014-02-09Add Guile as an extension language.Doug Evans