aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
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
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