aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant include directives.Gary Benson2015-06-241-1/+0
* Add support for unbuffered and zero sized Guile ports.Doug Evans2015-05-161-64/+112
* Remove --xdbJan Kratochvil2015-04-111-1/+1
* Add Guile frame-read-register commandAndy Wingo2015-04-092-0/+62
* Fix typo in value-dynamic-typeAndy Wingo2015-03-111-1/+1
* Fix memory corruption in Guile command interfaceAndy Wingo2015-03-111-5/+0
* Add objfile-progspace to Guile interfaceAndy Wingo2015-03-112-0/+18
* [guile] Run finalizers from GDB threadAndy Wingo2015-03-112-0/+15
* more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves2015-03-071-6/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-0715-248/+530
* New common function "startswith"Gary Benson2015-03-061-3/+3
* Exported const objectsPedro Alves2015-02-271-1/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-273-20/+20
* Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves2015-02-261-2/+4
* Fix redefinition errors in C++ modeTom Tromey2015-02-111-4/+4
* guile/scm-frame.c: Fix spelling errors in a comment.Doug Evans2015-02-051-3/+4
* Add support for inlining scripts into .debug_gdb_scripts.Doug Evans2015-01-313-1/+29
* [python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker2015-01-071-1/+1
* gdb/guile: Do not error when trying to create empty array.Joel Brobecker2015-01-061-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-0135-35/+35
* Look up primitive types as symbols.Doug Evans2014-12-231-11/+49
* Replace some symbol accessor macros with functions.Doug Evans2014-12-232-7/+4
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-12/+12
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-2/+2
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-183-8/+8
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-1/+1
* make "permanent breakpoints" per location and disableablePedro Alves2014-11-121-1/+0
* Rename lookup_symbol_global to lookup_global_symbol.Doug Evans2014-11-061-1/+1
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-062-3/+3
* Remove spurious exceptions.h inclusionsGary Benson2014-10-088-8/+0
* Fix for PR 17247: Block SIGCHLD while initializing Guile.Doug Evans2014-09-081-31/+36
* Replace use of magic number with named constant.Doug Evans2014-09-081-1/+1
* Include string.h in common-defs.hGary Benson2014-08-072-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-078-8/+0
* Move stdarg.h to common-defs.hGary Benson2014-08-072-2/+0
* PR guile/17203Doug Evans2014-07-281-1/+26
* * guile/scm-param.c (pascm_print_param_smob): Fix output.Doug Evans2014-07-271-1/+1
* * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.Doug Evans2014-07-271-1/+1
* PR guile/17146Doug Evans2014-07-263-20/+127
* PR guile/17146 preparatory work.Doug Evans2014-07-269-38/+57
* PR guile/17177Doug Evans2014-07-263-18/+42
* PR 17185Doug Evans2014-07-261-0/+15
* constify command docsTom Tromey2014-07-241-1/+1
* constify command prefixTom Tromey2014-07-241-1/+1
* constify struct block in some placesTom Tromey2014-06-182-2/+2
* make calls to help_list use enumeratorTom Tromey2014-06-131-1/+1
* Add support for guile 2.0.5.Doug Evans2014-06-069-21/+94
* guile: Type-check the argument to 'history-append!'.Ludovic Courtès2014-06-061-1/+3
* Split create-breakpoint! into make-breakpoint, register-breakpoint!.Doug Evans2014-06-042-31/+143
* * guile/scm-type.c (type_smob): Remove duplicate typedef.Doug Evans2014-06-041-3/+4