Rewrite the Rust expression parser
[binutils-gdb.git] / gdb / utils.c
2021-01-22 Andrew Burgessgdb: don't print escape characters when a style is...
2021-01-04 Simon Marchigdb: make "set debug timestamp" work nice with new...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-17 Tom TromeyRemove printfi_filtered and fprintfi_filtered
2020-12-16 Tom Tromey[gdb/cli] Add a progress meter
2020-11-15 Joel BrobeckerMove uinteger_pow gdb/valarith.c to gdb/utils.c and...
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-08-14 Simon Marchigdb: add gdb_argv::as_array_view method
2020-05-23 Pedro AlvesUse safe-ctype.h (ISSPACE etc.) in symbol parsing ...
2020-05-21 Simon Marchigdb: remove unnecessary NULL checks before xfree
2020-05-03 Tom TromeyUpdate more calls to add_prefix_cmd
2020-04-13 Tom TromeyIntroduce and use flush_streams
2020-04-11 Artur Shepilkogdb: fix undefined behavior reported in copy_bitwise
2020-04-02 Simon Marchigdb: replace some calls to internal_error with gdb_assert
2020-02-20 Sergio Durigan JuniorMake '{putchar,fputc}_unfiltered' use 'fputs_unfiltered'
2020-02-11 Tom TromeyRemove some ui_file_* functions
2020-02-07 Iain BuclawMake fputs_unfiltered use fputs_maybe_filtered
2020-02-07 Iain BuclawMake gdb_flush also flush the wrap buffer
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-13 Tom TromeySilence ARI for valid calls to abort
2019-12-12 Tom TromeyRemove some calls to malloc_failure
2019-11-01 Tom TromeySimplify print_sys_errmsg
2019-10-31 Christian BiesingerUse strerror_r in safe_strerror if available
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-22 Christian BiesingerFix compile error & incorrect push
2019-10-22 Christian BiesingerUse libxxhash for hashing, if present
2019-10-19 Christian BiesingerReplace some more qsort calls with std::sort
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-01 Pedro AlvesIntroduce gdb-specific %p format suffixes
2019-09-26 Tom TromeyRemove gdb_usleep.c
2019-09-26 Tom TromeyRemove initialize_utils
2019-09-25 Tom TromeyRemove make_hex_string
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-06 Tom TromeyAdd more styling to "disassemble"
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-18 Andrew Burgessgdb: Remove use of deprecated_interactive_hook
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-06-03 Philippe WaroquiersAdd highlight style, title style, fputs_highlighted...
2019-05-08 Tom TromeyFix build problem in fputs_maybe_filtered
2019-05-08 Tom TromeyFix style bug when paging
2019-04-27 Philippe WaroquiersHave 'thread|frame apply' style their output.
2019-04-12 Eli ZaretskiiAnother fix for GDB styling
2019-04-11 Tom TromeyMake "msg" const in internal_vproblem
2019-03-09 Eli ZaretskiiSupport styling on native MS-Windows console
2019-03-06 Tom TromeyRemove free_current_contents
2019-03-05 Tom TromeyRemove excess calls to gdb_flush
2019-02-27 Pedro AlvesMake 'show width/height' display "unlimited" when cappe...
2019-02-27 Saagar JhaPrevent overflow in rl_set_screen_size
2019-02-17 Tom TromeyFix pager bugs with style output
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-23 Tom TromeyRemove make_bpstat_clear_actions_cleanup
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyHighlight source code using GNU Source Highlight
2018-12-28 Tom TromeyReset terminal styles
2018-12-28 Tom TromeyAdd output styles to gdb
2018-12-28 Tom TromeyChange wrap buffering to use a std::string
2018-11-15 Joel BrobeckerMove copy_bitwise unittests to own unittest file
2018-11-14 Joel Brobeckerdelete ada-lang.c::move_bits, sharing and re-using...
2018-09-18 Rainer OrthCast RLIM_INFINITY to rlim_t to fix 64-bit Solaris...
2018-09-13 Tom TromeyReturn std::string from gdb_bfd_errmsg
2018-07-24 Tom TromeyRemove some unnecessary declarations and configury
2018-07-19 Tom TromeyRemove make_cleanup_value_free_to_mark
2018-06-05 Tom TromeyAdd "continue" response to pager
2018-05-31 Omair JavaidUnset gdbarch significant_addr_bit by default
2018-05-25 Tom TromeyRemove interp_ui_out
2018-05-10 Omair JavaidFix tagged pointer support
2018-05-05 Tom TromeyFix "obvious" fall-through warnings
2018-05-04 Jan Kratochvilaarch64: PR 19806: watchpoints: false negatives + PR...
2018-04-07 Simon MarchiImplement write_async_safe for mi_console_file (PR...
2018-04-05 Tom TromeyMore use of std::vector in linespec.c
2018-04-05 Tom TromeyChange streq to return bool
2018-03-30 Tom TromeyRemove make_cleanup_unpush_target
2018-03-27 Tom TromeyRemove cleanups from prompt_for_continue
2018-03-16 Tom TromeyRemove make_cleanup_free_section_addr_info
2018-03-03 Simon MarchiMake delim_string_to_char_ptr_vec return an std::vector
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-08 Yao QiClear non-significant bits of address on memory access
2017-12-05 Simon MarchiRemove some unused variables
2017-11-29 Pedro AlvesBreakpoints in symbols with ABI tags (PR c++/19436)
2017-11-24 Pedro AlvesMake strcmp_iw NOT ignore whitespace in the middle...
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-07 Tom TromeyConstify add_setshow_*
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-09 Tom TromeyRemove make_cleanup_value_free
2017-10-03 Tom TromeyFix incorrect string_printf use in utils.c
2017-10-03 Tom TromeyUse std::string in utils.c
2017-10-03 Tom TromeyRemove set_batch_flag_and_make_cleanup_restore_page_info
2017-09-30 Tom TromeyRemove cleanups from utils.c
2017-09-26 Walfred TedeschiMove GDB producer parsing routines to a separate file
2017-09-22 Tom TromeyChange type of scoped_input_handler::m_quit_handler
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-16 Simon MarchiAdd selftests run filtering
2017-09-10 Andrew Burgessgdb: Remove check for gdb_stderr == NULL
2017-09-09 Tom TromeyRemove make_cleanup_ui_out_redirect_pop
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-06 Tom TromeyRemove make_cleanup_clear_parser_state
next