aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
6 daysgdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi1-1/+1
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-41/+0
2024-04-19gdb: make target debug functions return std::stringSimon Marchi1-0/+6
2024-04-15Avoid complaint warning on mingwTom Tromey1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-14Use typedef in definition of warning_hookTom Tromey1-1/+1
2024-02-07Remove use of scoped_restore_tmpl from scoped_restore_warning_hookCiaran Woodward1-1/+7
2024-01-31Fix AIX build break.Aditya Vidyadhar Kamath1-2/+21
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-16[gdb/build] Remove dependency on _rl_term_autowrapTom de Vries1-8/+11
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-3/+3
2023-11-06Remove EXTERN_C and related definesTom Tromey1-1/+1
2023-10-05gdb: remove print_sys_errmsgAndrew Burgess1-5/+4
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-07-14Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component"Tom Tromey1-0/+45
2023-06-19[gdb] Add template functions assign_return/set_if_changedTom de Vries1-0/+39
2023-05-12[gdb/cli] Fix wrapping for TERM=ansiTom de Vries1-1/+1
2023-05-05Simplify auto_load_expand_dir_vars and remove substitute_path_componentTom Tromey1-45/+0
2023-05-02Remove error_streamTom Tromey1-6/+0
2023-05-01gdb: move struct ui and related things to ui.{c,h}Simon Marchi1-0/+1
2023-04-30[gdb/tui] Fix TUI resizing for TERM=ansiTom de Vries1-0/+21
2023-04-29[gdb/build] Fix build without ncurses in maintenance_info_screenTom de Vries1-0/+4
2023-04-21[gdb/cli] Add maint info screenTom de Vries1-2/+68
2023-03-31Remove language_demangleTom Tromey1-1/+1
2023-03-27Use gdb_gmp for scalar arithmeticTom Tromey1-30/+0
2023-03-20gdb: fix crash during command completionAndrew Burgess1-0/+2
2023-02-27Introduce set_force_quit_flag and change type of sync_quit_force_runKevin Buettner1-1/+1
2023-02-27Handle gdb SIGTERM by throwing / catching gdb_exception_force_quitKevin Buettner1-1/+1
2023-02-12gdb/c++: fix handling of breakpoints on @plt symbolsAndrew Burgess1-1/+30
2023-02-10Move implementation of perror_with_name to gdbsupportAaron Merey1-36/+0
2023-01-27gdb/tui: disable tui mode when an assert triggersAndrew Burgess1-1/+6
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado1-22/+0
2022-12-15Move streq and compare_cstrings to gdbsupportTom Tromey1-8/+0
2022-12-15Remove subset_compareTom Tromey1-20/+0
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-5/+4
2022-07-18Replace input_interactive_p with a methodTom Tromey1-1/+1
2022-07-18Remove ui_register_input_event_handlerTom Tromey1-2/+2
2022-06-08gdb: make throw_perror_with_name staticAndrew Burgess1-1/+1
2022-04-15Return void from gdb_putcTom Tromey1-5/+2
2022-04-15Handle "set height 1"Tom Tromey1-2/+8
2022-04-15Allow word wrapping even when paging is disabledTom Tromey1-8/+44
2022-04-07gdb: don't try to use readline before it's initializedAndrew Burgess1-2/+15
2022-03-31Style URLs in GDB outputTom Tromey1-2/+3
2022-03-30Only allow QUIT on the main threadTom Tromey1-0/+4
2022-03-29Remove unnecessary calls to wrap_here and gdb_flushTom Tromey1-6/+0
2022-03-29Remove vfprintf_styledTom Tromey1-11/+0
2022-03-29Rename fprintf_symbol_filteredTom Tromey1-3/+3