aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)Author
2017-04-12Change breakpoint event locations to event_location_upTom Tromey
2017-04-12Use scoped_restore in more placesTom Tromey
2017-04-12Introduce command_line_upTom Tromey
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov
2017-03-16Copy lazy string handling fixes from Python.Doug Evans
2017-03-16New function tyscm_scm_to_type.Doug Evans
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-26Refactor disassembly codeYao Qi
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey
2017-01-10Change return type of ui_out redirect to voidSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-21Create subobject value in pretty printerYao Qi
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves
2016-11-08Use ui_file_as_string in gdb/guile/Pedro Alves
2016-11-07Fix ext lang calls to value_struct_elt.Doug Evans
2016-10-21Use scoped_restore for ui_fileTom Tromey
2016-10-06gdb: Remove some C compiler support leftoversPedro Alves
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-06-21Make the interpreters be per UIPedro Alves
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves
2016-04-12Eliminate clear_quit_flagPedro Alves
2016-04-12Introduce interruptible_selectPedro Alves
2016-02-09Use string_to_event_location_basic in guile.Keith Seitz
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17guile disassembly hardcode TARGET_XFER_E_IOPedro Alves
2015-10-29guile/: Add enum castPedro Alves
2015-10-27guile: Change return value of gdbscm_with_guile for const char *Simon Marchi
2015-10-27Add scm_t_dynwind_flags castsSimon Marchi
2015-10-26guile: Simplify ioscm_make_gdb_stdio_portSimon Marchi
2015-10-26Fix constness problem in ioscm_make_gdb_stdio_portSimon Marchi
2015-10-26gdbscm_memory_port_write: use local variable to avoid adding castsSimon Marchi
2015-10-26scm-symbol.c: Add (domain_enum) castsSimon Marchi
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-07guile: Add as_a_scm_t_subrPedro Alves
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-08-11Explicit locations: use new location APIKeith Seitz
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-06-24Remove redundant include directives.Gary Benson
2015-05-16Add support for unbuffered and zero sized Guile ports.Doug Evans
2015-04-11Remove --xdbJan Kratochvil