aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat2-3/+3
2015-07-31Mostly trivial enum fixesSimon Marchi5-7/+7
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2-9/+9
2015-06-24Remove redundant include directives.Gary Benson1-1/+0
2015-05-16Add support for unbuffered and zero sized Guile ports.Doug Evans1-64/+112
2015-04-11Remove --xdbJan Kratochvil1-1/+1
2015-04-09Add Guile frame-read-register commandAndy Wingo2-0/+62
2015-03-11Fix typo in value-dynamic-typeAndy Wingo1-1/+1
2015-03-11Fix memory corruption in Guile command interfaceAndy Wingo1-5/+0
2015-03-11Add objfile-progspace to Guile interfaceAndy Wingo2-0/+18
2015-03-11[guile] Run finalizers from GDB threadAndy Wingo2-0/+15
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves1-6/+3
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves15-248/+530
2015-03-06New common function "startswith"Gary Benson1-3/+3
2015-02-27Exported const objectsPedro Alves1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves3-20/+20
2015-02-26Add ATTRIBUTE_PRINTF attributes, and fix falloutPedro Alves1-2/+4
2015-02-11Fix redefinition errors in C++ modeTom Tromey1-4/+4
2015-02-05guile/scm-frame.c: Fix spelling errors in a comment.Doug Evans1-3/+4
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans3-1/+29
2015-01-07[python,guile] Add comment beside conditions testing empty arrays.Joel Brobecker1-1/+1
2015-01-06gdb/guile: Do not error when trying to create empty array.Joel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker35-35/+35
2014-12-23Look up primitive types as symbols.Doug Evans1-11/+49
2014-12-23Replace some symbol accessor macros with functions.Doug Evans2-7/+4
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-12/+12
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-2/+2
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans3-8/+8
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-1/+1
2014-11-12make "permanent breakpoints" per location and disableablePedro Alves1-1/+0
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2-3/+3
2014-10-08Remove spurious exceptions.h inclusionsGary Benson8-8/+0
2014-09-08Fix for PR 17247: Block SIGCHLD while initializing Guile.Doug Evans1-31/+36
2014-09-08Replace use of magic number with named constant.Doug Evans1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson2-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson8-8/+0
2014-08-07Move stdarg.h to common-defs.hGary Benson2-2/+0
2014-07-28PR guile/17203Doug Evans1-1/+26
2014-07-27 * guile/scm-param.c (pascm_print_param_smob): Fix output.Doug Evans1-1/+1
2014-07-27 * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment.Doug Evans1-1/+1
2014-07-26PR guile/17146Doug Evans3-20/+127
2014-07-26PR guile/17146 preparatory work.Doug Evans9-38/+57
2014-07-26PR guile/17177Doug Evans3-18/+42
2014-07-26PR 17185Doug Evans1-0/+15
2014-07-24constify command docsTom Tromey1-1/+1
2014-07-24constify command prefixTom Tromey1-1/+1
2014-06-18constify struct block in some placesTom Tromey2-2/+2
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1