aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-10-05gdb: add program_space parameters to some auto-load functionsSimon Marchi1-1/+2
2023-09-20Remove explanatory comments from includesTom Tromey6-8/+8
2023-09-19Use gdb::checked_static_cast for watchpointsTom Tromey1-2/+1
2023-08-31gdb: remove FIELD_ARTIFICIALSimon Marchi1-1/+1
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess1-1/+6
2023-08-14[gdb/build] Fix enum param_types odr violationTom de Vries1-5/+5
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess1-3/+1
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-06-03[gdb/guile] Fix doc string for value-optimized-out?Tom de Vries1-1/+1
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi1-2/+2
2023-05-12Add dynamic_prop::is_constantTom Tromey1-2/+2
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi2-1/+2
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1
2023-02-27Guile QUIT processing updatesKevin Buettner4-0/+20
2023-02-19Convert explicit iterator uses to foreachTom Tromey1-6/+1
2023-02-19Convert block_static_block and block_global_block to methodsTom Tromey1-2/+2
2023-02-13Turn record_latest_value into a methodTom Tromey1-1/+1
2023-02-13Turn preserve_one_value into methodTom Tromey1-1/+1
2023-02-13Turn many optimized-out value functions into methodsTom Tromey2-2/+2
2023-02-13Turn value_copy into a methodTom Tromey1-1/+1
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_incref and value_decref into methodsTom Tromey1-2/+2
2023-02-13Turn value_fetch_lazy into a methodTom Tromey2-2/+2
2023-02-13Turn value_zero into static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey2-3/+3
2023-02-13Turn value_type into methodTom Tromey3-17/+17
2023-02-12gdb: use -1 for breakpoint::task default valueAndrew Burgess1-3/+3
2023-02-12gdb: only allow one of thread or task on breakpoints or watchpointsAndrew Burgess1-0/+10
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki1-115/+205
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker35-35/+35
2022-12-19Use bool constants for value_print_optionsTom Tromey2-5/+5
2022-11-28gdb/disasm: mark functions passed to the disassembler noexceptAndrew Burgess1-1/+1
2022-10-31Add missing TYPE_CODE_* constants to PythonTom Tromey1-29/+6
2022-10-21GDB/Guile: Don't assert that an integer value is booleanMaciej W. Rozycki1-1/+1
2022-10-10Fix the guile buildTom Tromey3-74/+107
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-10-10Remove frame_id_eqTom Tromey1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi4-7/+7
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi4-9/+9
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey2-4/+2
2022-08-04Use registry in gdbarchTom Tromey2-50/+29
2022-07-28Remove some unneeded checks in Guile codeTom Tromey5-26/+15
2022-07-28Rewrite registry.hTom Tromey8-266/+188
2022-07-28Remove some unused functions from guile codeTom Tromey2-44/+0
2022-07-28Change allocation of type-copying hash tableTom Tromey1-2/+2
2022-07-08[gdb/build] Handle deprecation of scm_install_gmp_memory_functionsLudovic Courtès1-0/+10
2022-06-17Convert location_spec_to_string to a methodPedro Alves1-3/+2
2022-06-17event_location -> location_specPedro Alves1-11/+11