aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-26Introduce htab_delete_entryTom Tromey1-0/+9
2021-05-07Remove streq_hash in favor of htab_eq_stringTom Tromey1-5/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-17Remove printfi_filtered and fprintfi_filteredTom Tromey1-5/+0
2020-12-16[gdb/cli] Add a progress meterTom Tromey1-0/+4
2020-11-15Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it publicJoel Brobecker1-0/+7
2020-09-23Avoid manual memory management of argv arrays in gdb/compileTom Tromey1-0/+43
2020-08-14gdb: add gdb_argv::as_array_view methodSimon Marchi1-0/+8
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw1-0/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-12Remove some calls to malloc_failureTom Tromey1-4/+1
2019-12-03Replace hash function from bcache with fast_hashChristian Biesinger1-5/+6
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-22Fix compile error & incorrect pushChristian Biesinger1-0/+4
2019-10-22Use libxxhash for hashing, if presentChristian Biesinger1-0/+4
2019-10-22Add a fast_hash function in common-utilsChristian Biesinger1-0/+10
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-2/+0
2019-10-01Introduce gdb-specific %p format suffixesPedro Alves1-1/+24
2019-09-26Remove initialize_utilsTom Tromey1-2/+0
2019-09-25Remove make_hex_stringTom Tromey1-5/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+3
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-03Add highlight style, title style, fputs_highlighted. Improve 'show style'Philippe Waroquiers1-0/+6
2019-04-27Have 'thread|frame apply' style their output.Philippe Waroquiers1-4/+0
2019-03-06Remove free_current_contentsTom Tromey1-2/+0
2019-03-05Introduce ATTRIBUTE_UNUSED_RESULT and use itTom Tromey1-1/+1
2019-01-23Remove make_bpstat_clear_actions_cleanupTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-0/+4
2018-12-28Reset terminal stylesTom Tromey1-0/+4
2018-12-28Add output styles to gdbTom Tromey1-0/+16
2018-11-14delete ada-lang.c::move_bits, sharing and re-using copy_bitwise insteadJoel Brobecker1-0/+8
2018-09-13Return std::string from gdb_bfd_errmsgTom Tromey1-1/+1
2018-07-19Remove make_cleanup_value_free_to_markTom Tromey1-4/+0
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil1-32/+0
2018-04-07Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi1-0/+3
2018-04-05More use of std::vector in linespec.cTom Tromey1-1/+0
2018-04-05Change streq to return boolTom Tromey1-1/+8
2018-03-30Remove make_cleanup_unpush_targetTom Tromey1-3/+0
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-4/+0
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-6/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-08Clear non-significant bits of address on memory accessYao Qi1-0/+3
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves1-6/+10
2017-11-24Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves1-4/+14
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-0/+23
2017-10-11Remove unnecessary parentheses in declarationsEgeyar Bagcioglu1-2/+2
2017-10-08Remove make_cleanup_value_freeTom Tromey1-1/+0
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey1-6/+21