aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
2015-10-29guile/: Add enum castPedro Alves1-1/+1
2015-10-27guile: Change return value of gdbscm_with_guile for const char *Simon Marchi3-13/+13
2015-10-27Add scm_t_dynwind_flags castsSimon Marchi4-5/+5
2015-10-26guile: Simplify ioscm_make_gdb_stdio_portSimon Marchi1-11/+6
2015-10-26Fix constness problem in ioscm_make_gdb_stdio_portSimon Marchi1-4/+11
2015-10-26gdbscm_memory_port_write: use local variable to avoid adding castsSimon Marchi1-2/+3
2015-10-26scm-symbol.c: Add (domain_enum) castsSimon Marchi1-2/+3
2015-09-25Add some more casts (1/2)Simon Marchi14-67/+72
2015-09-25Add casts to memory allocation related callsSimon Marchi4-13/+18
2015-09-07guile: Add as_a_scm_t_subrPedro Alves23-280/+371
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi3-5/+4
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2-3/+12
2015-08-11Explicit locations: use new location APIKeith Seitz1-6/+17
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