summaryrefslogtreecommitdiff
path: root/gdb/utils.h
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Fix compile error & incorrect pushChristian Biesinger2019-10-221-0/+4
* Use libxxhash for hashing, if presentChristian Biesinger2019-10-221-0/+4
* Add a fast_hash function in common-utilsChristian Biesinger2019-10-221-0/+10
* Replace some more qsort calls with std::sortChristian Biesinger2019-10-191-2/+0
* Introduce gdb-specific %p format suffixesPedro Alves2019-10-011-1/+24
* Remove initialize_utilsTom Tromey2019-09-261-2/+0
* Remove make_hex_stringTom Tromey2019-09-251-5/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-2/+2
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+3
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Add highlight style, title style, fputs_highlighted. Improve 'show style'Philippe Waroquiers2019-06-031-0/+6
* Have 'thread|frame apply' style their output.Philippe Waroquiers2019-04-271-4/+0
* Remove free_current_contentsTom Tromey2019-03-061-2/+0
* Introduce ATTRIBUTE_UNUSED_RESULT and use itTom Tromey2019-03-051-1/+1
* Remove make_bpstat_clear_actions_cleanupTom Tromey2019-01-231-1/+0
* 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