aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2-1/+7
2018-08-22Replace xstrvprintf usages with string_vprintfSimon Marchi2-8/+4
2018-08-21Don't throw Scheme exceptions with live std::vector objectsPedro Alves1-77/+98
2018-07-22Call value_fetch_lazy when needed in pretty-printersTom Tromey1-1/+3
2018-07-22Call some functions in guile/ for effectTom Tromey2-6/+5
2018-07-22Unused variable fixes related to conditional compilationTom Tromey1-0/+2
2018-07-22Simple unused variable removalsTom Tromey6-9/+0
2018-07-19Eliminate remaining gdb/guile cleanupsPedro Alves8-80/+43
2018-07-19gdbscm_wrap, really forward argsPedro Alves1-1/+1
2018-07-18Eliminate cleanup in gdbscm_execute_gdb_commandPedro Alves1-21/+8
2018-07-18Eliminate most remaining cleanups under gdb/guile/Pedro Alves6-561/+357
2018-07-17Return unique_xmalloc_ptr from gdbscm_scm_to_stringTom Tromey6-53/+36
2018-07-17Return unique_xmalloc_ptr from gdbscm_safe_eval_stringTom Tromey4-29/+13
2018-07-17Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptrTom Tromey5-23/+20
2018-07-17Use std::string in ppscm_make_pp_type_error_exceptionTom Tromey1-10/+4
2018-06-18Use unique_xmalloc_ptr for read_stringTom Tromey1-3/+4
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-2/+8
2018-05-29Remove a VEC from type.cTom Tromey1-1/+1
2018-05-04Use counted_command_line everywhereTom Tromey1-4/+4
2018-04-23Remove a cleanup from scm-frame.cTom Tromey1-29/+25
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-3/+2
2018-03-30Remove usage of VEC(char_ptr) in gdbscm_parse_function_argsSimon Marchi1-9/+4
2018-03-19Convert observers to C++Tom Tromey1-3/+3
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-0/+1
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