summaryrefslogtreecommitdiff
path: root/gdb/utils.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Highlight source code using GNU Source HighlightTom Tromey2018-12-281-0/+4
* Reset terminal stylesTom Tromey2018-12-281-0/+4
* Add output styles to gdbTom Tromey2018-12-281-0/+16
* delete ada-lang.c::move_bits, sharing and re-using copy_bitwise insteadJoel Brobecker2018-11-141-0/+8
* Return std::string from gdb_bfd_errmsgTom Tromey2018-09-131-1/+1
* Remove make_cleanup_value_free_to_markTom Tromey2018-07-191-4/+0
* aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil2018-05-041-32/+0
* Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi2018-04-071-0/+3
* More use of std::vector in linespec.cTom Tromey2018-04-051-1/+0
* Change streq to return boolTom Tromey2018-04-051-1/+8
* Remove make_cleanup_unpush_targetTom Tromey2018-03-301-3/+0
* Remove make_cleanup_free_section_addr_infoTom Tromey2018-03-161-4/+0
* Create new common/pathstuff.[ch]Sergio Durigan Junior2018-02-281-6/+0
* 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/+3
* Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves2017-11-291-6/+10
* Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves2017-11-241-4/+14
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-0/+23
* Remove unnecessary parentheses in declarationsEgeyar Bagcioglu2017-10-111-2/+2
* Remove make_cleanup_value_freeTom Tromey2017-10-081-1/+0
* Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey2017-10-031-6/+21
* Move GDB producer parsing routines to a separate fileWalfred Tedeschi2017-09-261-3/+0
* Remove make_cleanup_ui_out_redirect_popTom Tromey2017-09-091-4/+0
* Remove make_cleanup_clear_parser_stateTom Tromey2017-09-061-4/+0
* Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey2017-08-221-1/+1
* Add namespace std to nullptr_tYao Qi2017-08-041-2/+2
* Remove make_cleanup_freeargv and gdb_buildargvTom Tromey2017-08-031-4/+0
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-0/+118
* Remove make_cleanup_free_soTom Tromey2017-08-031-3/+0
* Remove make_cleanup_restore_current_languageTom Tromey2017-08-031-2/+0
* Remove make_cleanup_fcloseTom Tromey2017-08-031-2/+0
* Make language_def O(1)Pedro Alves2017-07-201-0/+8
* Introduce strncmp_iwPedro Alves2017-07-171-1/+18
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-3/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* -Wwrite-strings: Constify warning_pre_printPedro Alves2017-04-051-1/+1
* gdb: Make ldirname return a std::stringPedro Alves2017-03-271-1/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-7/+1
* New function null_streamYao Qi2017-01-261-0/+3
* Use class to manage BFD reference countsTom Tromey2017-01-101-2/+0
* Remove make_cleanup_htab_deleteTom Tromey2017-01-101-2/+0
* Introduce htab_up and use gdbpy_enter in py-framefilter.cTom Tromey2017-01-101-0/+12
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Constify wrap_here/wrap_hint code pathSimon Marchi2016-11-261-1/+1
* gdb: Use C++11 std::chronoPedro Alves2016-11-231-1/+2
* Use scoped_restore for ui_fileTom Tromey2016-10-211-3/+0
* Use RAII to save and restore scalarsTom Tromey2016-10-211-0/+1