summaryrefslogtreecommitdiff
path: root/gdb/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Clear non-significant bits of address on memory accessYao Qi2017-12-081-0/+17
* Remove some unused variablesSimon Marchi2017-12-051-3/+0
* Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves2017-11-291-2/+94
* Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves2017-11-241-7/+226
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-14/+2
* Constify add_setshow_*Tom Tromey2017-11-071-2/+2
* Constify add_prefix_cmdTom Tromey2017-10-111-4/+4
* Remove make_cleanup_value_freeTom Tromey2017-10-081-16/+0
* Fix incorrect string_printf use in utils.cTom Tromey2017-10-031-1/+1
* Use std::string in utils.cTom Tromey2017-10-031-29/+21
* Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey2017-10-031-69/+12
* Remove cleanups from utils.cTom Tromey2017-09-291-16/+7
* Move GDB producer parsing routines to a separate fileWalfred Tedeschi2017-09-261-54/+0
* Change type of scoped_input_handler::m_quit_handlerTom Tromey2017-09-221-3/+2
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-38/+42
* Add selftests run filteringSimon Marchi2017-09-161-1/+1
* gdb: Remove check for gdb_stderr == NULLAndrew Burgess2017-09-101-2/+2
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-091-19/+0
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Remove make_cleanup_clear_parser_stateTom Tromey2017-09-061-18/+0
* Return std::string from perror_stringTom Tromey2017-09-031-21/+7
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-7/+47
* Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey2017-08-221-3/+3
* Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey2017-08-221-12/+9
* Remove make_cleanup_freeargv and gdb_buildargvTom Tromey2017-08-031-27/+0
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-0/+14
* Remove make_cleanup_free_soTom Tromey2017-08-031-18/+0
* Remove make_cleanup_restore_current_languageTom Tromey2017-08-031-22/+0
* Remove make_cleanup_fcloseTom Tromey2017-08-031-18/+0
* Introduce strncmp_iwPedro Alves2017-07-171-23/+54
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-23/+1
* Move parts of inferior job control to common/Sergio Durigan Junior2017-06-071-4/+1
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-52/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-5/+6
* -Wwrite-strings: Constify warning_pre_printPedro Alves2017-04-051-1/+1
* gdb: Make ldirname return a std::stringPedro Alves2017-03-271-6/+4
* Do not send queries on secondary UIsSimon Marchi2017-02-101-1/+3
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-31/+2
* New function null_streamYao Qi2017-01-261-0/+15
* Use class to manage BFD reference countsTom Tromey2017-01-101-12/+0
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-18/+0
* Change return type of ui_out redirect to voidSimon Marchi2017-01-101-2/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-2/+2
* Constify wrap_here/wrap_hint code pathSimon Marchi2016-11-261-2/+2
* gdb: Use C++11 std::chronoPedro Alves2016-11-231-34/+24
* Use ui_file_as_string in gdb/utils.cPedro Alves2016-11-081-3/+2
* Fix a few typosSimon Marchi2016-11-041-2/+2
* Use scoped_restore for ui_fileTom Tromey2016-10-211-29/+0