summaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Remove some unused variablesSimon Marchi
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves
2017-11-07Constify execute_commandTom Tromey
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Remove cmd_cfunc_ftypeTom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-06Target FP: Handle interfaces to scripting languagesUlrich Weigand
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-04Move code out of 'between TRY and CATCH'Pedro Alves
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey
2017-09-27Constify some linespec functionsTom Tromey
2017-09-27Add add_cmd function overloadsTom Tromey
2017-09-22Fix sometimes-uninitialized warning in gdbscm_value_addressSimon Marchi
2017-09-11Remove cleanups from find_frame_funnameTom Tromey
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Stop assuming no-debug-info functions return intPedro Alves
2017-09-04Kill init_salPedro Alves
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-07-17Rename make_symbol_completion_list_fn -> symbol_completerPedro Alves
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