aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.guile
AgeCommit message (Expand)AuthorFilesLines
2016-12-01Fix test names starting with uppercase using gdb_test on a single line.Luis Machado3-7/+7
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado8-10/+10
2016-02-09Use string_to_event_location_basic in guile.Keith Seitz1-0/+13
2016-02-08Always organize test artifacts in a directory hierarchySimon Marchi1-17/+0
2016-01-18[testsuite] @progbits -> %progbitsYao Qi1-4/+4
2016-01-11testsuite: Fix false FAILs on too long base directoryJan Kratochvil1-0/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker57-57/+57
2015-05-16Add support for unbuffered and zero sized Guile ports.Doug Evans2-3/+155
2015-04-28Fix py-parameter.exp and scm-parameter.exp path matchingAndy Wingo1-1/+2
2015-04-09Add Guile frame-read-register commandAndy Wingo1-0/+20
2015-03-11Add objfile-progspace to Guile interfaceAndy Wingo1-0/+3
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans2-5/+78
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker56-56/+56
2014-12-05Fix parallel testing issues in gdb.guile testsYao Qi3-15/+4
2014-10-18Skip testing argv[0] on target argv[0] isn't availableYao Qi1-3/+8
2014-10-17Fix mingw32 failures due to incorrect directory separator in patternLuis Machado1-4/+4
2014-09-08gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.Doug Evans1-1/+1
2014-09-07Fix PR gdb/17035: "show user" doesn't list user-defined commands thatGabriel Krisman Bertazi1-0/+4
2014-08-24set print symbol off in py-value.exp and scm-value.expYao Qi1-0/+4
2014-08-09Remove duplicated code on checking address 0x0 is accessiableYao Qi3-12/+9
2014-07-28PR guile/17203Doug Evans1-0/+28
2014-07-26PR guile/17146 preparatory work.Doug Evans1-0/+12
2014-06-06* gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.Doug Evans1-1/+1
2014-06-06guile: Type-check the argument to 'history-append!'.Ludovic Courtès1-0/+4
2014-06-04Delete scm-generics.exp.Doug Evans1-42/+0
2014-06-04Split create-breakpoint! into make-breakpoint, register-breakpoint!.Doug Evans1-8/+67
2014-06-03Add parameter support for Guile.Doug Evans1-0/+168
2014-06-03Add command support for Guile.Doug Evans2-0/+227
2014-06-02Add progspace support for Guile.Doug Evans4-19/+190
2014-05-26gdb smob cleanupsAndy Wingo2-18/+16
2014-04-12Copy over fix for fetching dynamic type of a reference from python side.Doug Evans2-0/+4
2014-03-22 * gdb.guile/guile.exp (guile not supported): Verify multi-lineDoug Evans1-0/+7
2014-03-13Fix pr 16612.Doug Evans1-0/+3
2014-03-13Fix segv when referencing a value added to history after a Guile garbage coll...Doug Evans1-0/+4
2014-02-26guile: Add 'history-append!' procedure.Ludovic Courtès1-0/+8
2014-02-09Add Guile as an extension language.Doug Evans54-0/+5029