Remove m_has_locator
[external/binutils.git] / gdb / utils.h
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-03 Philippe WaroquiersAdd highlight style, title style, fputs_highlighted...
2019-04-27 Philippe WaroquiersHave 'thread|frame apply' style their output.
2019-03-06 Tom TromeyRemove free_current_contents
2019-03-05 Tom TromeyIntroduce ATTRIBUTE_UNUSED_RESULT and use it
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-11-14 Joel Brobeckerdelete ada-lang.c::move_bits, sharing and re-using...
2018-09-13 Tom TromeyReturn std::string from gdb_bfd_errmsg
2018-07-19 Tom TromeyRemove make_cleanup_value_free_to_mark
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-16 Tom TromeyRemove make_cleanup_free_section_addr_info
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-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-10-11 Egeyar BagciogluRemove unnecessary parentheses in declarations
2017-10-09 Tom TromeyRemove make_cleanup_value_free
2017-10-03 Tom TromeyRemove set_batch_flag_and_make_cleanup_restore_page_info
2017-09-26 Walfred TedeschiMove GDB producer parsing routines to a separate file
2017-09-09 Tom TromeyRemove make_cleanup_ui_out_redirect_pop
2017-09-06 Tom TromeyRemove make_cleanup_clear_parser_state
2017-08-22 Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-22 Tom TromeyChange gdb_realpath_keepfile to return a unique_xmalloc_ptr
2017-08-22 Tom TromeyChange gdb_abspath to return a unique_xmalloc_ptr
2017-08-04 Yao QiAdd namespace std to nullptr_t
2017-08-03 Tom TromeyRemove make_cleanup_freeargv and gdb_buildargv
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03 Tom TromeyRemove make_cleanup_free_so
2017-08-03 Tom TromeyRemove make_cleanup_restore_current_language
2017-08-03 Tom TromeyRemove make_cleanup_fclose
2017-07-20 Pedro AlvesMake language_def O(1)
2017-07-17 Pedro AlvesIntroduce strncmp_iw
2017-06-27 Pedro AlvesEliminate make_cleanup_obstack_free, introduce auto_obstack
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-04-05 Pedro Alves-Wwrite-strings: Constify warning_pre_print
2017-03-27 Pedro Alvesgdb: Make ldirname return a std::string
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-26 Yao QiNew function null_stream
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-11 Tom TromeyRemove make_cleanup_htab_delete
2017-01-11 Tom TromeyIntroduce htab_up and use gdbpy_enter in py-framefilter.c
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-27 Simon MarchiConstify wrap_here/wrap_hint code path
2016-11-23 Pedro Alvesgdb: Use C++11 std::chrono
2016-10-21 Tom TromeyUse scoped_restore for ui_file
2016-10-21 Tom TromeyUse RAII to save and restore scalars
2016-09-23 Tom TromeyUse std::string rather than dyn-string
2016-09-16 Simon MarchiIntroduce cleanup to restore current_uiout
2016-06-21 Pedro AlvesMake gdb_stdout&co be per UI
2016-03-31 Catalin Udmapython: Use console format for output of gdb.execute...
2016-02-23 Doug EvansExtend "skip" command to support -file, -gfile, -functi...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-27 Pedro AlvesMake host_address_to_string/gdb_print_host_address...
2015-06-15 Jan KratochvilMove utility functions to common/
2015-06-10 Gary BensonMove make_cleanup_close to common code
2015-04-28 Patrick PalkaIntroduce function for directly updating GDB's screen...
2015-03-02 Joel BrobeckerRemove use of stdbool.h in GDB sources.
2015-02-10 Mark WielaardChange producer_is_gcc function return type to bool.
2015-01-29 Mark WielaardMerge GCC producer parsers. Allow digits in identifiers.
2015-01-15 Sergio Durigan JuniorMove safe_strerror to common/
2015-01-08 Yao Qialways read synthetic pointers as signed integers
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-04 Doug EvansNew python attribute gdb.Objfile.build_id.
2014-10-08 Gary BensonInclude cleanups.h in common-defs.h
2014-08-29 Gary BensonMove internal_{,v}warning to common/errors.[ch]
2014-08-29 Gary BensonMake internal_vproblem always work
2014-08-19 Gary BensonMove print-utils.h to common-defs.h
2014-08-19 Gary BensonIntroduce common/errors.h
2014-07-24 Gary BensonRationalize "fatal" error handling outside of gdbserver
2014-06-19 Gary BensonRefactor and expose core-dumping functionality
2014-06-19 Gary BensonAdd new internal problem for demangler warnings
2014-06-17 Tom Tromeyremove redundant savestring declaration
2014-06-04 Tom Tromeyconstify to_attach
2014-03-27 Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
2014-02-12 Tom Tromeyshare "cell" code
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-02 Jan KratochvilRecord objfile->original_name as an absolute path
2013-10-13 Jan KratochvilImprove Executable displayed path (PR 15415 regression...
2013-10-11 Joel Brobeckerwarn if "source" fails to open the file when from_tty...
2013-10-02 Keith SeitzConstification of parse_linespec and fallout:
2013-08-01 Andrew BurgessRemove error_pre_print and quit_pre_print.
2013-06-28 Pedro AlvesMove pagination_enabled declaration to a proper place.
2013-06-18 Tom TromeyFix PR symtab/15391
2013-05-15 Joel BrobeckerRemove forward enum declaration in utils.h.
2013-03-22 Jan Kratochvilgdb/
2013-03-21 Doug Evans New commands "mt set per-command {space,time,symtab...
2013-02-03 Jan Kratochvilgdb/
2013-01-30 Tom Tromey * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink...
2013-01-13 Jan Kratochvilgdb/
next