Fix indentation in print_thread_info_1
[deliverable/binutils-gdb.git] / gdb / guile /
2016-11-07  Doug EvansFix ext lang calls to value_struct_elt.
2016-10-21  Tom TromeyUse scoped_restore for ui_file
2016-10-06  Pedro Alvesgdb: Remove some C compiler support leftovers
2016-06-25  David TaylorSupport structure offsets that are 512K or larger.
2016-06-21  Pedro AlvesMake the interpreters be per UI
2016-04-21  Pedro AlvesAdd missing sentinel 'char *' casts in concat/reconcat...
2016-04-12  Pedro AlvesEliminate clear_quit_flag
2016-04-12  Pedro AlvesIntroduce interruptible_select
2016-02-09  Keith SeitzUse string_to_event_location_basic in guile.
2016-01-13  Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17  Pedro Alvesguile disassembly hardcode TARGET_XFER_E_IO
2015-10-29  Pedro Alvesguile/: Add enum cast
2015-10-27  Simon Marchiguile: Change return value of gdbscm_with_guile for...
2015-10-27  Simon MarchiAdd scm_t_dynwind_flags casts
2015-10-26  Simon Marchiguile: Simplify ioscm_make_gdb_stdio_port
2015-10-26  Simon MarchiFix constness problem in ioscm_make_gdb_stdio_port
2015-10-26  Simon Marchigdbscm_memory_port_write: use local variable to avoid...
2015-10-26  Simon Marchiscm-symbol.c: Add (domain_enum) casts
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-07  Pedro Alvesguile: Add as_a_scm_t_subr
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25  Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-12  Keith SeitzExplicit locations: use new location API
2015-08-06  Simon MarchiAdd casts for legitimate integer to enum conversions
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-06-24  Gary BensonRemove redundant include directives.
2015-05-16  Doug EvansAdd support for unbuffered and zero sized Guile ports.
2015-04-11  Jan KratochvilRemove --xdb
2015-04-09  Andy WingoAdd Guile frame-read-register command
2015-03-11  Andy WingoFix typo in value-dynamic-type
2015-03-11  Andy WingoFix memory corruption in Guile command interface
2015-03-11  Andy WingoAdd objfile-progspace to Guile interface
2015-03-11  Andy Wingo[guile] Run finalizers from GDB thread
2015-03-07  Pedro Alvesmore making TRY/CATCH callers look more like real C...
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06  Gary BensonNew common function "startswith"
2015-02-27  Pedro AlvesExported const objects
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-26  Pedro AlvesAdd ATTRIBUTE_PRINTF attributes, and fix fallout
2015-02-11  Tom TromeyFix redefinition errors in C++ mode
2015-02-06  Doug Evansguile/scm-frame.c: Fix spelling errors in a comment.
2015-01-31  Doug EvansAdd support for inlining scripts into .debug_gdb_scripts.
2015-01-07  Joel Brobecker[python,guile] Add comment beside conditions testing...
2015-01-06  Joel Brobeckergdb/guile: Do not error when trying to create empty...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23  Doug EvansLook up primitive types as symbols.
2014-12-23  Doug EvansReplace some symbol accessor macros with functions.
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18  Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18  Doug EvansSYMTAB_OBJFILE: New macro.
2014-11-18  Doug EvansUse SYMBOL_OBJFILE more.
2014-11-12  Pedro Alvesmake "permanent breakpoints" per location and disableable
2014-11-07  Doug EvansRename lookup_symbol_global to lookup_global_symbol.
2014-11-07  Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-09  Doug EvansFix for PR 17247: Block SIGCHLD while initializing...
2014-09-09  Doug EvansReplace use of magic number with named constant.
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-07  Gary BensonMove stdarg.h to common-defs.h
2014-07-29  Doug EvansPR guile/17203
2014-07-27  Doug Evans * guile/scm-param.c (pascm_print_param_smob): Fix...
2014-07-27  Doug Evans * guile/guile.c (gdbscm_execute_gdb_command): Fix...
2014-07-27  Doug EvansPR guile/17146
2014-07-27  Doug EvansPR guile/17146 preparatory work.
2014-07-26  Doug EvansPR guile/17177
2014-07-26  Doug EvansPR 17185
2014-07-24  Tom Tromeyconstify command docs
2014-07-24  Tom Tromeyconstify command prefix
2014-06-18  Tom Tromeyconstify struct block in some places
2014-06-13  Tom Tromeymake calls to help_list use enumerator
2014-06-06  Doug EvansAdd support for guile 2.0.5.
2014-06-05  Ludovic Courtèsguile: Type-check the argument to 'history-append!'.
2014-06-05  Doug EvansSplit create-breakpoint! into make-breakpoint, register...
2014-06-04  Doug Evans* guile/scm-type.c (type_smob): Remove duplicate typedef.
2014-06-04  Doug Evans * guile/scm-param.c (pascm_make_param_smob): Add ARI...
2014-06-03  Doug EvansAdd parameter support for Guile.
2014-06-03  Doug EvansAdd command support for Guile.
2014-06-03  Doug EvansAdd progspace support for Guile.
2014-06-01  Ludovic Courtèsguile: Allow compilation with Guile <= 2.0.5.
2014-05-30  Andrew BurgessAdd a TRY_CATCH to get_prev_frame_always to better...
2014-05-30  Andrew BurgessRename frame_stop_reason_string to unwind_stop_reason_t...
2014-05-27  Andy Wingoremove unnecessary smob mark/free functions
2014-05-27  Andy Wingogdb smob cleanups
2014-05-21  Doug Evans* scm-breakpoint.c (breakpoint_functions): Fix typo.
2014-05-21  Doug EvansMake exception throwers have void result. Delete unuse...
2014-04-26  Doug Evans* guile/scm-safe-call.c (scscm_eval_scheme_string)...
2014-04-12  Doug EvansCopy over fix for fetching dynamic type of a reference...
2014-03-13  Doug EvansFix pr 16612.
2014-03-11  Doug Evans * guile/guile.c (call_initialize_gdb_module): New...
2014-03-02  Doug Evansguile/scm-objfile.c (ofscm_mark_objfile_smob): Fix...
2014-03-02  Doug Evansguile/lib/gdb/printing.scm (append-pretty-printer!...
2014-02-26  Ludovic Courtèsguile: Add 'history-append!' procedure.
2014-02-20  Doug EvansMove containing_scm arg from gdbscm_fill_eqable_gsmob_p...
2014-02-10  Doug EvansAdd Guile as an extension language.
This page took 1.606703 seconds and 7 git commands to generate.