summaryrefslogtreecommitdiff
path: root/gdb/utils.c
Commit message (Expand)AuthorAgeFilesLines
* [gdb/cli] Fix wrapping for TERM=ansiTom de Vries2023-05-121-1/+1
* Simplify auto_load_expand_dir_vars and remove substitute_path_componentTom Tromey2023-05-051-45/+0
* Remove error_streamTom Tromey2023-05-021-6/+0
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-011-0/+1
* [gdb/tui] Fix TUI resizing for TERM=ansiTom de Vries2023-04-301-0/+21
* [gdb/build] Fix build without ncurses in maintenance_info_screenTom de Vries2023-04-291-0/+4
* [gdb/cli] Add maint info screenTom de Vries2023-04-211-2/+68
* Remove language_demangleTom Tromey2023-03-311-1/+1
* Use gdb_gmp for scalar arithmeticTom Tromey2023-03-271-30/+0
* gdb: fix crash during command completionAndrew Burgess2023-03-201-0/+2
* Introduce set_force_quit_flag and change type of sync_quit_force_runKevin Buettner2023-02-271-1/+1
* Handle gdb SIGTERM by throwing / catching gdb_exception_force_quitKevin Buettner2023-02-271-1/+1
* gdb/c++: fix handling of breakpoints on @plt symbolsAndrew Burgess2023-02-121-1/+30
* Move implementation of perror_with_name to gdbsupportAaron Merey2023-02-101-36/+0
* gdb/tui: disable tui mode when an assert triggersAndrew Burgess2023-01-271-1/+6
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [aarch64] Fix removal of non-address bits for PAuthLuis Machado2022-12-161-22/+0
* Move streq and compare_cstrings to gdbsupportTom Tromey2022-12-151-8/+0
* Remove subset_compareTom Tromey2022-12-151-20/+0
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-5/+4
* Replace input_interactive_p with a methodTom Tromey2022-07-181-1/+1
* Remove ui_register_input_event_handlerTom Tromey2022-07-181-2/+2
* gdb: make throw_perror_with_name staticAndrew Burgess2022-06-081-1/+1
* Return void from gdb_putcTom Tromey2022-04-151-5/+2
* Handle "set height 1"Tom Tromey2022-04-151-2/+8
* Allow word wrapping even when paging is disabledTom Tromey2022-04-151-8/+44
* gdb: don't try to use readline before it's initializedAndrew Burgess2022-04-071-2/+15
* Style URLs in GDB outputTom Tromey2022-03-311-2/+3
* Only allow QUIT on the main threadTom Tromey2022-03-301-0/+4
* Remove unnecessary calls to wrap_here and gdb_flushTom Tromey2022-03-291-6/+0
* Remove vfprintf_styledTom Tromey2022-03-291-11/+0
* Rename fprintf_symbol_filteredTom Tromey2022-03-291-3/+3
* Rename puts_filtered_tabularTom Tromey2022-03-291-7/+6
* Rename print_spaces_filteredTom Tromey2022-03-291-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-41/+31
* Unify gdb putc functionsTom Tromey2022-03-291-22/+6
* Unify gdb puts functionsTom Tromey2022-03-291-27/+21
* Unify vprintf functionsTom Tromey2022-03-291-48/+11
* Remove fputs_styled_unfilteredTom Tromey2022-03-291-11/+0
* Change the pager to a ui_fileTom Tromey2022-03-291-160/+96
* Remove vfprintf_styled_no_gdbfmtTom Tromey2022-03-291-15/+0
* Add puts_unfiltered method to ui_fileTom Tromey2022-03-291-1/+3
* Only have one API for unfiltered outputTom Tromey2022-03-291-12/+0
* Switch gdb_stdlog to use timestamped_fileTom Tromey2022-03-281-29/+1
* Add new timestamped_file classTom Tromey2022-03-281-1/+1
* Support template lookups in strncmp_iw_with_modeKeith Seitz2022-02-241-1/+81
* Unit tests for strncmp_iw_with_modeKeith Seitz2022-02-241-0/+565
* gdb: Only paginate for filtered output in fputs_maybe_filteredLancelot SIX2022-02-201-1/+2
* Remove host_hex_valueTom Tromey2022-02-041-2/+2
* Remove global wrap_here functionTom Tromey2022-01-261-17/+3