Age | Commit message (Expand) | Author | Files | Lines |
2015-03-11 | Add objfile-progspace to Guile interface | Andy Wingo | 2 | -0/+18 |
2015-03-11 | [guile] Run finalizers from GDB thread | Andy Wingo | 2 | -0/+15 |
2015-03-07 | more making TRY/CATCH callers look more like real C++ try/catch blocks | Pedro Alves | 1 | -6/+3 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 15 | -248/+530 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -3/+3 |
2015-02-27 | Exported const objects | Pedro Alves | 1 | -1/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 3 | -20/+20 |
2015-02-26 | Add ATTRIBUTE_PRINTF attributes, and fix fallout | Pedro Alves | 1 | -2/+4 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -4/+4 |
2015-02-05 | guile/scm-frame.c: Fix spelling errors in a comment. | Doug Evans | 1 | -3/+4 |
2015-01-31 | Add support for inlining scripts into .debug_gdb_scripts. | Doug Evans | 3 | -1/+29 |
2015-01-07 | [python,guile] Add comment beside conditions testing empty arrays. | Joel Brobecker | 1 | -1/+1 |
2015-01-06 | gdb/guile: Do not error when trying to create empty array. | Joel Brobecker | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 35 | -35/+35 |
2014-12-23 | Look up primitive types as symbols. | Doug Evans | 1 | -11/+49 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 2 | -7/+4 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -12/+12 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -2/+2 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 3 | -8/+8 |
2014-11-18 | Use SYMBOL_OBJFILE more. | Doug Evans | 1 | -1/+1 |
2014-11-12 | make "permanent breakpoints" per location and disableable | Pedro Alves | 1 | -1/+0 |
2014-11-06 | Rename lookup_symbol_global to lookup_global_symbol. | Doug Evans | 1 | -1/+1 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 2 | -3/+3 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 8 | -8/+0 |
2014-09-08 | Fix for PR 17247: Block SIGCHLD while initializing Guile. | Doug Evans | 1 | -31/+36 |
2014-09-08 | Replace use of magic number with named constant. | Doug Evans | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 2 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 8 | -8/+0 |
2014-08-07 | Move stdarg.h to common-defs.h | Gary Benson | 2 | -2/+0 |
2014-07-28 | PR guile/17203 | Doug Evans | 1 | -1/+26 |
2014-07-27 | * guile/scm-param.c (pascm_print_param_smob): Fix output. | Doug Evans | 1 | -1/+1 |
2014-07-27 | * guile/guile.c (gdbscm_execute_gdb_command): Fix typo in comment. | Doug Evans | 1 | -1/+1 |
2014-07-26 | PR guile/17146 | Doug Evans | 3 | -20/+127 |
2014-07-26 | PR guile/17146 preparatory work. | Doug Evans | 9 | -38/+57 |
2014-07-26 | PR guile/17177 | Doug Evans | 3 | -18/+42 |
2014-07-26 | PR 17185 | Doug Evans | 1 | -0/+15 |
2014-07-24 | constify command docs | Tom Tromey | 1 | -1/+1 |
2014-07-24 | constify command prefix | Tom Tromey | 1 | -1/+1 |
2014-06-18 | constify struct block in some places | Tom Tromey | 2 | -2/+2 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-06-06 | Add support for guile 2.0.5. | Doug Evans | 9 | -21/+94 |
2014-06-06 | guile: Type-check the argument to 'history-append!'. | Ludovic Courtès | 1 | -1/+3 |
2014-06-04 | Split create-breakpoint! into make-breakpoint, register-breakpoint!. | Doug Evans | 2 | -31/+143 |
2014-06-04 | * guile/scm-type.c (type_smob): Remove duplicate typedef. | Doug Evans | 1 | -3/+4 |
2014-06-03 | * guile/scm-param.c (pascm_make_param_smob): Add ARI comment. | Doug Evans | 1 | -2/+2 |
2014-06-03 | Add parameter support for Guile. | Doug Evans | 8 | -4/+1280 |
2014-06-03 | Add command support for Guile. | Doug Evans | 7 | -1/+972 |
2014-06-02 | Add progspace support for Guile. | Doug Evans | 6 | -9/+467 |
2014-06-01 | guile: Allow compilation with Guile <= 2.0.5. | Ludovic Courtès | 1 | -0/+12 |
2014-05-30 | Add a TRY_CATCH to get_prev_frame_always to better manage errors during unwind. | Andrew Burgess | 1 | -0/+1 |