aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-14/+2
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-10-11Constify add_prefix_cmdTom Tromey1-4/+4
2017-10-08Remove make_cleanup_value_freeTom Tromey1-16/+0
2017-10-03Fix incorrect string_printf use in utils.cTom Tromey1-1/+1
2017-10-03Use std::string in utils.cTom Tromey1-29/+21
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey1-69/+12
2017-09-29Remove cleanups from utils.cTom Tromey1-16/+7
2017-09-26Move GDB producer parsing routines to a separate fileWalfred Tedeschi1-54/+0
2017-09-22Change type of scoped_input_handler::m_quit_handlerTom Tromey1-3/+2
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-38/+42
2017-09-16Add selftests run filteringSimon Marchi1-1/+1
2017-09-10gdb: Remove check for gdb_stderr == NULLAndrew Burgess1-2/+2
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey1-19/+0
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey1-18/+0
2017-09-03Return std::string from perror_stringTom Tromey1-21/+7
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-7/+47
2017-08-22Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey1-3/+3
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey1-12/+9
2017-08-03Remove make_cleanup_freeargv and gdb_buildargvTom Tromey1-27/+0
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-0/+14
2017-08-03Remove make_cleanup_free_soTom Tromey1-18/+0
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey1-22/+0
2017-08-03Remove make_cleanup_fcloseTom Tromey1-18/+0
2017-07-17Introduce strncmp_iwPedro Alves1-23/+54
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves1-23/+1
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior1-4/+1
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-52/+0
2017-04-05-Wwrite-strings: The RestPedro Alves1-5/+6
2017-04-05-Wwrite-strings: Constify warning_pre_printPedro Alves1-1/+1
2017-03-27gdb: Make ldirname return a std::stringPedro Alves1-6/+4
2017-02-10Do not send queries on secondary UIsSimon Marchi1-1/+3
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-31/+2
2017-01-26New function null_streamYao Qi1-0/+15
2017-01-10Use class to manage BFD reference countsTom Tromey1-12/+0
2017-01-10Remove make_cleanup_htab_deleteTom Tromey1-18/+0
2017-01-10Change return type of ui_out redirect to voidSimon Marchi1-2/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-2/+2
2016-11-26Constify wrap_here/wrap_hint code pathSimon Marchi1-2/+2
2016-11-23gdb: Use C++11 std::chronoPedro Alves1-34/+24
2016-11-08Use ui_file_as_string in gdb/utils.cPedro Alves1-3/+2
2016-11-04Fix a few typosSimon Marchi1-2/+2
2016-10-21Use scoped_restore for ui_fileTom Tromey1-29/+0
2016-10-06Remove Java supportTom Tromey1-1/+1
2016-09-23Use std::string rather than dyn-stringTom Tromey1-13/+0
2016-09-23Remove some unnecessary codeTom Tromey1-6/+0
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi1-23/+0
2016-08-09Fix PR gdb/20418 - Problems with synchronous commands and new-uiPedro Alves1-10/+33