summaryrefslogtreecommitdiff
path: root/gdb/guile
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-3/+3
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-144-44/+44
* Remove ALL_PSPACESTom Tromey2020-05-081-6/+5
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-39/+12
* Move gdb_select.h to gdbsupport/Tom Tromey2020-04-131-1/+1
* Change extension language pretty-printers to use value APITom Tromey2020-03-133-13/+26
* Remove some ui_file_* functionsTom Tromey2020-02-111-1/+1
* Move DWARF code to dwarf2/ subdirectoryTom Tromey2020-02-081-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-0135-35/+35
* Fix scripted probe breakpointsGeorge Barrett2019-12-091-1/+3
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-051-1/+1
* Allow . character as part of command names.Philippe Waroquiers2019-11-301-4/+1
* Remove unused declaratoin from guileTom Tromey2019-11-281-2/+0
* Add RAII class for blocking gdb signalsTom Tromey2019-11-261-18/+10
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-222-5/+5
* Remove la_get_string memberTom Tromey2019-11-051-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* Change iterate_over_breakpoints to take a function_viewChristian Biesinger2019-10-151-9/+7
* Mark guile_{extension_,}script_ops as staticChristian Biesinger2019-10-091-29/+26
* Change boolean options to bool instead of intChristian Biesinger2019-09-182-5/+8
* Make relocate_{path,gdb_directory} return std::stringChristian Biesinger2019-09-111-2/+3
* Rename common to gdbsupportTom Tromey2019-07-094-4/+4
* Remove newlines from warningsTom Tromey2019-06-101-1/+1
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* gdb: Introduce 'print max-depth' featureAndrew Burgess2019-04-291-1/+18
* Follow-up to Support style in 'frame|thread apply'Philippe Waroquiers2019-04-281-1/+1
* Avoid undefined behavior in Guile exception handlingTom Tromey2019-04-2515-82/+219
* Remove exception_noneTom Tromey2019-04-255-7/+7
* Rename gdb exception typesTom Tromey2019-04-0815-70/+70
* Rewrite TRY/CATCHTom Tromey2019-04-0815-210/+140
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess2019-03-072-16/+3
* 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