aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-2/+2
2018-12-28Reset terminal stylesTom Tromey1-6/+31
2018-12-28Add output styles to gdbTom Tromey1-1/+79
2018-12-28Change wrap buffering to use a std::stringTom Tromey1-37/+26
2018-11-15Move copy_bitwise unittests to own unittest fileJoel Brobecker1-136/+0
2018-11-14delete ada-lang.c::move_bits, sharing and re-using copy_bitwise insteadJoel Brobecker1-0/+229
2018-09-18Cast RLIM_INFINITY to rlim_t to fix 64-bit Solaris 10 buildRainer Orth1-1/+1
2018-09-13Return std::string from gdb_bfd_errmsgTom Tromey1-20/+7
2018-07-24Remove some unnecessary declarations and configuryTom Tromey1-10/+0
2018-07-19Remove make_cleanup_value_free_to_markTom Tromey1-17/+0
2018-06-05Add "continue" response to pagerTom Tromey1-5/+22
2018-05-31Unset gdbarch significant_addr_bit by defaultOmair Javaid1-2/+3
2018-05-25Remove interp_ui_outTom Tromey1-1/+1
2018-05-10Fix tagged pointer supportOmair Javaid1-5/+9
2018-05-04Fix "obvious" fall-through warningsTom Tromey1-0/+1
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil1-16/+0
2018-04-07Implement write_async_safe for mi_console_file (PR 22299)Simon Marchi1-25/+25
2018-04-05More use of std::vector in linespec.cTom Tromey1-11/+0
2018-04-05Change streq to return boolTom Tromey1-2/+11
2018-03-30Remove make_cleanup_unpush_targetTom Tromey1-18/+0
2018-03-27Remove cleanups from prompt_for_continueTom Tromey1-7/+2
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-12/+0
2018-03-02Make delim_string_to_char_ptr_vec return an std::vectorSimon Marchi1-24/+0
2018-02-28Create new common/pathstuff.[ch]Sergio Durigan Junior1-119/+1
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/+17
2017-12-05Remove some unused variablesSimon Marchi1-3/+0
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves1-2/+94
2017-11-24Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves1-7/+226
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-14/+2
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-10-11Constify add_prefix_cmdTom Tromey1-4/+4
2017-10-08Remove make_cleanup_value_freeTom Tromey1-16/+0
2017-10-03Fix incorrect string_printf use in utils.cTom Tromey1-1/+1
2017-10-03Use std::string in utils.cTom Tromey1-29/+21
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey1-69/+12
2017-09-29Remove cleanups from utils.cTom Tromey1-16/+7
2017-09-26Move GDB producer parsing routines to a separate fileWalfred Tedeschi1-54/+0
2017-09-22Change type of scoped_input_handler::m_quit_handlerTom Tromey1-3/+2
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-38/+42
2017-09-16Add selftests run filteringSimon Marchi1-1/+1
2017-09-10gdb: Remove check for gdb_stderr == NULLAndrew Burgess1-2/+2
2017-09-09Remove make_cleanup_ui_out_redirect_popTom Tromey1-19/+0
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey1-18/+0
2017-09-03Return std::string from perror_stringTom Tromey1-21/+7
2017-08-22Change gdb_realpath to return a unique_xmalloc_ptrTom Tromey1-7/+47
2017-08-22Change gdb_realpath_keepfile to return a unique_xmalloc_ptrTom Tromey1-3/+3
2017-08-22Change gdb_abspath to return a unique_xmalloc_ptrTom Tromey1-12/+9