gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / compile /
2020-06-02  Andrew Burgessgdb: Convert language la_get_compile_instance field...
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::text_offset
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-22  Tom TromeyRemove obsolete declaration
2020-05-19  Pedro AlvesDefault gdb_bfd_open's fd parameter to -1
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-04-24  Tom TromeyUse the linkage name if it exists
2020-03-25  Tom TromeyFix error message in compile-object-load.c
2020-02-08  Tom TromeyAdd some methods to dwarf2_per_cu_data
2020-02-08  Tom TromeyMove DWARF code to dwarf2/ subdirectory
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-12  Tom TromeyMake the objfile destructor private
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-15  Tom TromeyChange gcc_target_options to return std::string
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-08-23  Sergio Durigan JuniorMove gdb-dlfcn.[ch] to gdbsupport/
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
next
This page took 0.262485 seconds and 7 git commands to generate.