summaryrefslogtreecommitdiff
path: root/gdb/guile
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-14gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-10-05gdb: add program_space parameters to some auto-load functionsSimon Marchi
2023-09-20Remove explanatory comments from includesTom Tromey
2023-09-19Use gdb::checked_static_cast for watchpointsTom Tromey
2023-08-31gdb: remove FIELD_ARTIFICIALSimon Marchi
2023-08-17gdb: add inferior-specific breakpointsAndrew Burgess
2023-08-14[gdb/build] Fix enum param_types odr violationTom de Vries
2023-06-05gdb: building inferior strings from within GDBAndrew Burgess
2023-06-03[gdb] Fix typosTom de Vries
2023-06-03[gdb/guile] Fix doc string for value-optimized-out?Tom de Vries
2023-05-25gdb: remove breakpoint_pointer_iteratorSimon Marchi
2023-05-12Add dynamic_prop::is_constantTom Tromey
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi
2023-02-27Guile QUIT processing updatesKevin Buettner
2023-02-19Convert explicit iterator uses to foreachTom Tromey
2023-02-19Convert block_static_block and block_global_block to methodsTom Tromey
2023-02-13Turn record_latest_value into a methodTom Tromey
2023-02-13Turn preserve_one_value into methodTom Tromey
2023-02-13Turn many optimized-out value functions into methodsTom Tromey
2023-02-13Turn value_copy into a methodTom Tromey
2023-02-13Turn remaining value_contents functions into methodsTom Tromey
2023-02-13Turn value_incref and value_decref into methodsTom Tromey
2023-02-13Turn value_fetch_lazy into a methodTom Tromey
2023-02-13Turn value_zero into static "constructor"Tom Tromey
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-02-12gdb: use -1 for breakpoint::task default valueAndrew Burgess
2023-02-12gdb: only allow one of thread or task on breakpoints or watchpointsAndrew Burgess
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-12-19Use bool constants for value_print_optionsTom Tromey
2022-11-28gdb/disasm: mark functions passed to the disassembler noexceptAndrew Burgess
2022-10-31Add missing TYPE_CODE_* constants to PythonTom Tromey
2022-10-21GDB/Guile: Don't assert that an integer value is booleanMaciej W. Rozycki
2022-10-10Fix the guile buildTom Tromey
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-10-10Remove frame_id_eqTom Tromey
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi
2022-08-31Use ui_out_redirect_pop in more placesTom Tromey
2022-08-04Use registry in gdbarchTom Tromey
2022-07-28Remove some unneeded checks in Guile codeTom Tromey
2022-07-28Rewrite registry.hTom Tromey
2022-07-28Remove some unused functions from guile codeTom Tromey
2022-07-28Change allocation of type-copying hash tableTom Tromey
2022-07-08[gdb/build] Handle deprecation of scm_install_gmp_memory_functionsLudovic Courtès