aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-29Rename puts_filtered_tabularTom Tromey1-7/+6
2022-03-29Rename print_spaces_filteredTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-41/+31
2022-03-29Unify gdb putc functionsTom Tromey1-22/+6
2022-03-29Unify gdb puts functionsTom Tromey1-27/+21
2022-03-29Unify vprintf functionsTom Tromey1-48/+11
2022-03-29Remove fputs_styled_unfilteredTom Tromey1-11/+0
2022-03-29Change the pager to a ui_fileTom Tromey1-160/+96
2022-03-29Remove vfprintf_styled_no_gdbfmtTom Tromey1-15/+0
2022-03-29Add puts_unfiltered method to ui_fileTom Tromey1-1/+3
2022-03-29Only have one API for unfiltered outputTom Tromey1-12/+0
2022-03-28Switch gdb_stdlog to use timestamped_fileTom Tromey1-29/+1
2022-03-28Add new timestamped_file classTom Tromey1-1/+1
2022-02-24Support template lookups in strncmp_iw_with_modeKeith Seitz1-1/+81
2022-02-24Unit tests for strncmp_iw_with_modeKeith Seitz1-0/+565
2022-02-20gdb: Only paginate for filtered output in fputs_maybe_filteredLancelot SIX1-1/+2
2022-02-04Remove host_hex_valueTom Tromey1-2/+2
2022-01-26Remove global wrap_here functionTom Tromey1-17/+3
2022-01-26Always call the wrap_here methodTom Tromey1-4/+4
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-33/+19
2022-01-26gdb: add string_file::release methodSimon Marchi1-1/+1
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-5/+5
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
2022-01-18Introduce gdb-hashtab module in gdbsupportTom Tromey1-24/+0
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-18Move gdb_argv to gdbsupportTom Tromey1-11/+1
2022-01-05Implement putstr and putstrn in ui_fileTom Tromey1-97/+0
2022-01-05Fix pager regressionTom Tromey1-0/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Fix logging redirection bug with pagerTom Tromey1-1/+1