summaryrefslogtreecommitdiff
path: root/gdb/guile
Commit message (Expand)AuthorAgeFilesLines
* Normalize include guards in gdbTom Tromey2019-02-072-6/+7
* Normalize includes to use common/Tom Tromey2019-01-252-2/+2
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-173-3/+3
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-092-19/+17
* Remove ALL_PSPACE_OBJFILESTom Tromey2019-01-091-9/+8
* Update copyright year range in all GDB files.Joel Brobecker2019-01-0135-35/+35
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-2/+2
* Shadowing fix in gdbscm_frame_read_varTom Tromey2018-10-041-1/+0
* Simple -Wshadow=local fixesTom Tromey2018-10-041-2/+2
* Avoid two uninitialized warnings from gccTom Tromey2018-10-031-1/+2
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-172-1/+7
* Replace xstrvprintf usages with string_vprintfSimon Marchi2018-08-222-8/+4
* Don't throw Scheme exceptions with live std::vector objectsPedro Alves2018-08-211-77/+98
* Call value_fetch_lazy when needed in pretty-printersTom Tromey2018-07-221-1/+3
* Call some functions in guile/ for effectTom Tromey2018-07-222-6/+5
* Unused variable fixes related to conditional compilationTom Tromey2018-07-221-0/+2
* Simple unused variable removalsTom Tromey2018-07-226-9/+0
* Eliminate remaining gdb/guile cleanupsPedro Alves2018-07-198-80/+43
* gdbscm_wrap, really forward argsPedro Alves2018-07-191-1/+1
* Eliminate cleanup in gdbscm_execute_gdb_commandPedro Alves2018-07-181-21/+8
* Eliminate most remaining cleanups under gdb/guile/Pedro Alves2018-07-186-561/+357
* Return unique_xmalloc_ptr from gdbscm_scm_to_stringTom Tromey2018-07-176-53/+36
* Return unique_xmalloc_ptr from gdbscm_safe_eval_stringTom Tromey2018-07-174-29/+13
* Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptrTom Tromey2018-07-175-23/+20
* Use std::string in ppscm_make_pp_type_error_exceptionTom Tromey2018-07-171-10/+4
* Use unique_xmalloc_ptr for read_stringTom Tromey2018-06-181-3/+4
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-2/+8
* Remove a VEC from type.cTom Tromey2018-05-291-1/+1
* Use counted_command_line everywhereTom Tromey2018-05-041-4/+4
* Remove a cleanup from scm-frame.cTom Tromey2018-04-231-29/+25
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-3/+2
* Remove usage of VEC(char_ptr) in gdbscm_parse_function_argsSimon Marchi2018-03-301-9/+4
* Convert observers to C++Tom Tromey2018-03-191-3/+3
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0235-35/+35
* Remove some unused variablesSimon Marchi2017-12-0511-18/+5
* Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2017-11-291-2/+4
* Constify execute_commandTom Tromey2017-11-071-2/+1
* Constify add_setshow_*Tom Tromey2017-11-071-2/+2
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-1/+1
* Constify add_comTom Tromey2017-11-071-4/+4
* Target FP: Handle interfaces to scripting languagesUlrich Weigand2017-11-062-8/+35
* Constify add_prefix_cmdTom Tromey2017-10-111-3/+3
* Move code out of 'between TRY and CATCH'Pedro Alves2017-10-041-1/+2
* Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey2017-10-031-4/+1
* Constify some linespec functionsTom Tromey2017-09-271-1/+1
* Add add_cmd function overloadsTom Tromey2017-09-271-1/+1
* Fix sometimes-uninitialized warning in gdbscm_value_addressSimon Marchi2017-09-221-7/+2
* Remove cleanups from find_frame_funnameTom Tromey2017-09-111-7/+3
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-091-9/+13