summaryrefslogtreecommitdiff
path: root/gdb/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Cast RLIM_INFINITY to rlim_t to fix 64-bit Solaris 10 buildRainer Orth2018-09-181-1/+1
* Return std::string from gdb_bfd_errmsgTom Tromey2018-09-131-20/+7
* Remove some unnecessary declarations and configuryTom Tromey2018-07-241-10/+0
* Remove make_cleanup_value_free_to_markTom Tromey2018-07-191-17/+0
* Add "continue" response to pagerTom Tromey2018-06-051-5/+22
* Unset gdbarch significant_addr_bit by defaultOmair Javaid2018-05-311-2/+3
* Remove interp_ui_outTom Tromey2018-05-251-1/+1
* Fix tagged pointer supportOmair Javaid2018-05-101-5/+9
* Fix "obvious" fall-through warningsTom Tromey2018-05-041-0/+1
* aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil2018-05-041-16/+0
* Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi2018-04-071-25/+25
* More use of std::vector in linespec.cTom Tromey2018-04-051-11/+0
* Change streq to return boolTom Tromey2018-04-051-2/+11
* Remove make_cleanup_unpush_targetTom Tromey2018-03-301-18/+0
* Remove cleanups from prompt_for_continueTom Tromey2018-03-271-7/+2
* Remove make_cleanup_free_section_addr_infoTom Tromey2018-03-161-12/+0
* Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi2018-03-021-24/+0
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-119/+1
* 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