Remove tui_data_item_window::value
[external/binutils.git] / gdb / compile /
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-05 Tom TromeyUse _() in calls to build_help
2019-07-25 Christian BiesingerAllow passing a block to lookup_global_symbol_from_objfile
2019-07-10 Tom TromeyDon't include gdbarch.h from defs.h
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-13 Pedro AlvesFix gdb build with -std=gnu++11
2019-06-12 Pedro AlvesMigrate rest of compile commands to new options framework
2019-06-12 Pedro AlvesMake "print" and "compile print" support -OPT options
2019-06-04 Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-04 Tom TromeyUse "false" in compile_cplus_convert_enum
2019-04-08 Tom TromeyReplace throw_exception with throw in some cases
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-03-29 Keith SeitzAllow really large fortran array bounds: TYPE_LENGTH...
2019-02-07 Tom TromeyNormalize include guards in gdb
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-23 Tom TromeyRemove a comment in compile/compile-cplus-types.c
2019-01-23 Tom TromeyInclude compile-internal.h in gcc-c-plugin.h
2019-01-21 Tom TromeyRemove duplicate or commented-out #includes
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-04 Tom TromeyUse upper case for more metasyntactic variables in gdb
2019-01-03 Andrew Burgessgdb: Remove a cleanup from find_overload_match
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21 Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-01 Simon MarchiImport mkdtemp gnulib module, fix mingw build
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-09-18 Tom TromeyRemove remaining cleanups from compile-object-load.c
2018-09-18 Tom TromeyRemove munmap_listp_free_cleanup
2018-09-17 Simon MarchiFix use-after-move in compile/compile-cplus-types.c
2018-09-17 Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-09-13 Tom TromeyReturn std::string from gdb_bfd_errmsg
2018-09-06 Simon Marchicompile: Remove non-const reference parameters
2018-09-01 Keith SeitzFix ARI violations in c++compile
2018-08-30 Simon MarchiFix compile-cplus-types.c build errors
2018-08-30 Keith SeitzUse host_address_to_string in compile_cplus_instance...
2018-08-29 Keith SeitzC++ compile support
2018-08-23 Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-08-10 Keith SeitzUse policies for code generation
2018-08-10 Keith SeitzUse unique_ptr for htabs
2018-08-10 Keith SeitzMove compile_instance to compile.c
2018-08-10 Keith SeitzChange compile_instance/compile_c_instance into classes
2018-08-10 Keith SeitzAdd a C++ wrapper for GCC C plug-in
2018-08-10 Keith SeitzMove C-related declarations to compile-c.h
2018-08-10 Keith SeitzRename symbol_substitution_name
2018-08-10 Keith SeitzReturn unique_xmalloc_ptr for generate_c_for_variable_l...
2018-07-22 Tom TromeySimple unused variable removals
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-04 Tom TromeyUse counted_command_line everywhere
2018-04-27 Alexandre OlivaAdd libcc1 v1 compatibility to C compile feature
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-27 Phil MuldoonUpdate get_args documentation
2018-02-08 Tom TromeyReturn unique_xmalloc_ptr from macro scope functions
2018-01-17 Sergio Durigan JuniorFix warning on gdb/compile/compile.c (C++-ify "triplet_rx")
2018-01-05 Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-04 Tom TromeyRemove make_cleanup_free_objfile
2017-11-04 Tom TromeyUse std::vector in compile-loc2c.c
2017-11-04 Tom TromeyRemove cleanups from link_callbacks_einfo
2017-10-13 Tom TromeyChange objfile to use new/delete
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-27 Tom TromeyConstify some commands in compile.c
2017-09-15 Pedro AlvesSync libiberty/ & include/ with GCC
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesStop assuming no-debug-info variables have type int
2017-09-04 Pedro AlvesStop assuming no-debug-info functions return int
2017-09-03 Tom TromeyUse std::string and unique_xmalloc_ptr in compile/...
2017-08-23 Jan Kratochvilcompile: Add 'set compile-gcc'
2017-08-23 Jan Kratochvilcompile: set debug compile: Display GCC driver filename
2017-08-22 Tom TromeyChange gdb_abspath to return a unique_xmalloc_ptr
2017-08-05 Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03 Tom TromeyRemove an unlink cleanup
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
2017-07-09 Simon Marchicompile-loc2c: Fix uninitialized variable error
2017-06-22 Pedro AlvesAdd STRINGIFY to gdb/common/preprocessor.h
2017-04-12 Tom TromeyUse std::vector in compile-loc2c.c
2017-04-12 Tom TromeyIntroduce gdb_dlhandle_up
2017-04-12 Tom TromeyIntroduce command_line_up
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-02-23 Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-11 Tom TromeyRemove make_cleanup_htab_delete
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/compile/
2016-10-21 Tom TromeyUse RAII to save and restore scalars
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-09-02 Tom TromeyHandle DW_OP_form_tls_address
2016-06-21 Pedro AlvesMake the interpreters be per UI
2016-05-28 Alan ModraReturn void from linker callbacks
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17 Pedro AlvesType-safe wrapper for enum flags
2015-10-29 Pedro Alvescompile: Rename struct type_map_instance::gcc_type...
2015-10-26 Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-25 Simon MarchiAdd some more casts (1/2)
next