aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker35-35/+35
2019-12-09Fix scripted probe breakpointsGeorge Barrett1-1/+3
2019-12-05Remove gdbarch parameter of lookup_typenameSimon Marchi1-1/+1
2019-11-30Allow . character as part of command names.Philippe Waroquiers1-4/+1
2019-11-28Remove unused declaratoin from guileTom Tromey1-2/+0
2019-11-26Add RAII class for blocking gdb signalsTom Tromey1-18/+10
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2-5/+5
2019-11-05Remove la_get_string memberTom Tromey1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger1-9/+7
2019-10-09Mark guile_{extension_,}script_ops as staticChristian Biesinger1-29/+26
2019-09-18Change boolean options to bool instead of intChristian Biesinger2-5/+8
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-2/+3
2019-07-09Rename common to gdbsupportTom Tromey4-4/+4
2019-06-10Remove newlines from warningsTom Tromey1-1/+1
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-1/+18
2019-04-28Follow-up to Support style in 'frame|thread apply'Philippe Waroquiers1-1/+1
2019-04-25Avoid undefined behavior in Guile exception handlingTom Tromey15-82/+219
2019-04-25Remove exception_noneTom Tromey5-7/+7
2019-04-08Rename gdb exception typesTom Tromey15-70/+70
2019-04-08Rewrite TRY/CATCHTom Tromey15-210/+140
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-03-07gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess2-16/+3
2019-02-07Normalize include guards in gdbTom Tromey2-6/+7
2019-01-25Normalize includes to use common/Tom Tromey2-2/+2
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey3-3/+3
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey2-19/+17
2019-01-09Remove ALL_PSPACE_OBJFILESTom Tromey1-9/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker35-35/+35
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-2/+2
2018-10-04Shadowing fix in gdbscm_frame_read_varTom Tromey1-1/+0
2018-10-04Simple -Wshadow=local fixesTom Tromey1-2/+2
2018-10-03Avoid two uninitialized warnings from gccTom Tromey1-1/+2
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