Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-05-30 | Rename frame_stop_reason_string to unwind_stop_reason_to_string. | Andrew Burgess | 1 | -1/+1 |
2014-05-26 | remove unnecessary smob mark/free functions | Andy Wingo | 13 | -204/+0 |
2014-05-26 | gdb smob cleanups | Andy Wingo | 16 | -289/+49 |
2014-05-21 | * scm-breakpoint.c (breakpoint_functions): Fix typo. | Doug Evans | 1 | -1/+1 |
2014-05-21 | Make exception throwers have void result. Delete unused gdbscm_scm_to_target... | Doug Evans | 3 | -24/+9 |
2014-04-26 | * guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment. | Doug Evans | 1 | -1/+1 |
2014-04-12 | Copy over fix for fetching dynamic type of a reference from python side. | Doug Evans | 1 | -1/+4 |
2014-03-13 | Fix pr 16612. | Doug Evans | 1 | -0/+19 |
2014-03-11 | * guile/guile.c (call_initialize_gdb_module): New function. | Doug Evans | 1 | -10/+18 |
2014-03-02 | guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment. | Doug Evans | 1 | -1/+1 |
2014-03-02 | guile/lib/gdb/printing.scm (append-pretty-printer!): Fix thinko. | Doug Evans | 1 | -1/+1 |
2014-02-26 | guile: Add 'history-append!' procedure. | Ludovic Courtès | 1 | -0/+25 |
2014-02-20 | Move containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slot | Doug Evans | 7 | -22/+19 |
2014-02-09 | Add Guile as an extension language. | Doug Evans | 32 | -0/+18291 |