aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Update copyright year range in all GDB filesJoel Brobecker35-35/+35
2017-12-05Remove some unused variablesSimon Marchi11-18/+5
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves1-2/+4
2017-11-07Constify execute_commandTom Tromey1-2/+1
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-4/+4
2017-11-06Target FP: Handle interfaces to scripting languagesUlrich Weigand2-8/+35
2017-10-11Constify add_prefix_cmdTom Tromey1-3/+3
2017-10-04Move code out of 'between TRY and CATCH'Pedro Alves1-1/+2
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey1-4/+1
2017-09-27Constify some linespec functionsTom Tromey1-1/+1
2017-09-27Add add_cmd function overloadsTom Tromey1-1/+1
2017-09-22Fix sometimes-uninitialized warning in gdbscm_value_addressSimon Marchi1-7/+2
2017-09-11Remove cleanups from find_frame_funnameTom Tromey1-7/+3
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey1-9/+13
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-1/+1
2017-09-04Kill init_salPedro Alves2-5/+3
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-3/+2
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-5/+3
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