aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-24/+14
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves1-1/+1
2017-04-12Change breakpoint event locations to event_location_upTom Tromey1-2/+2
2017-04-12Use scoped_restore in more placesTom Tromey2-20/+7
2017-04-12Introduce command_line_upTom Tromey1-7/+4
2017-04-12Introduce event_location_upTom Tromey1-6/+3
2017-04-05-Wwrite-strings: The RestPedro Alves3-4/+5
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov2-2/+2
2017-03-16Copy lazy string handling fixes from Python.Doug Evans2-41/+143
2017-03-16New function tyscm_scm_to_type.Doug Evans2-0/+15
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves6-129/+46
2017-01-26Refactor disassembly codeYao Qi1-57/+20
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey1-1/+1
2017-01-10Change return type of ui_out redirect to voidSimon Marchi1-4/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker35-35/+35
2016-12-22Class-ify ui_outSimon Marchi2-3/+3
2016-11-21Create subobject value in pretty printerYao Qi1-10/+1
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi2-7/+6
2016-11-08Use ui_file_as_string in execute_command_to_stringPedro Alves1-12/+6
2016-11-08Use ui_file_as_string in gdb/guile/Pedro Alves5-52/+26
2016-11-07Fix ext lang calls to value_struct_elt.Doug Evans1-1/+2
2016-10-21Use scoped_restore for ui_fileTom Tromey1-6/+4
2016-10-06gdb: Remove some C compiler support leftoversPedro Alves2-9/+1
2016-06-24Support structure offsets that are 512K or larger.David Taylor2-2/+2
2016-06-21Make the interpreters be per UIPedro Alves2-10/+10
2016-04-21Add missing sentinel 'char *' casts in concat/reconcat callsPedro Alves1-2/+2
2016-04-12Eliminate clear_quit_flagPedro Alves1-1/+0
2016-04-12Introduce interruptible_selectPedro Alves1-1/+3
2016-02-09Use string_to_event_location_basic in guile.Keith Seitz1-2/+2
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-4/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker35-35/+35
2015-11-17guile disassembly hardcode TARGET_XFER_E_IOPedro Alves1-4/+3
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