summaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)Author
2018-06-05Add "continue" response to pagerTom Tromey
2018-05-31Unset gdbarch significant_addr_bit by defaultOmair Javaid
2018-05-25Remove interp_ui_outTom Tromey
2018-05-10Fix tagged pointer supportOmair Javaid
2018-05-04Fix "obvious" fall-through warningsTom Tromey
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil
2018-04-07Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi
2018-04-05More use of std::vector in linespec.cTom Tromey
2018-04-05Change streq to return boolTom Tromey
2018-03-30Remove make_cleanup_unpush_targetTom Tromey
2018-03-27Remove cleanups from prompt_for_continueTom Tromey
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-08Clear non-significant bits of address on memory accessYao Qi
2017-12-05Remove some unused variablesSimon Marchi
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves
2017-11-24Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-11-07Constify add_setshow_*Tom Tromey
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-08Remove make_cleanup_value_freeTom Tromey
2017-10-03Fix incorrect string_printf use in utils.cTom Tromey
2017-10-03Use std::string in utils.cTom Tromey
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey
2017-09-29Remove cleanups from utils.cTom Tromey
2017-09-26Move GDB producer parsing routines to a separate fileWalfred Tedeschi
2017-09-22Change type of scoped_input_handler::m_quit_handlerTom Tromey
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey
2017-09-16Add selftests run filteringSimon Marchi
2017-09-10gdb: Remove check for gdb_stderr == NULLAndrew Burgess
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey
2017-09-03Return std::string from perror_stringTom Tromey
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey
2017-08-22Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey
2017-08-03Remove make_cleanup_freeargv and gdb_buildargvTom Tromey
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey
2017-08-03Remove make_cleanup_free_soTom Tromey
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey
2017-08-03Remove make_cleanup_fcloseTom Tromey
2017-07-17Introduce strncmp_iwPedro Alves
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves
2017-06-07Move parts of inferior job control to common/Sergio Durigan Junior
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify warning_pre_printPedro Alves