Disable record btrace bts support for AMD processors
[binutils-gdb.git] / gdb / jit.c
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-03-10 Andrew Burgessgdb: Add support for tracking the DWARF line table...
2020-03-04 Tom TromeyMake "gnutarget" const
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-27 Christian BiesingerMake symbol_set_names a member function
2019-12-16 Simon Marchijit: make gdb_symtab::blocks an std::forward_list
2019-12-16 Simon Marchijit: c++-ify gdb_block
2019-12-16 Simon Marchijit: make gdb_object::symtabs an std::forward_list
2019-12-16 Simon Marchijit: c++-ify gdb_symtab
2019-12-16 Simon MarchiFix double-free when creating more than one block in...
2019-12-13 Simon MarchiFix indentation in jit.c
2019-12-12 Tom TromeyMake the objfile destructor private
2019-12-12 Tom TromeyMake the objfile constructor private
2019-12-12 Simon MarchiReplace xmalloc/xfree with vector in jit.c
2019-11-28 Mihails Strasunsjit: minor improvement to debug logging
2019-11-12 Christian BiesingerMake struct symbol inherit from general_symbol_info
2019-10-17 Tom de Vries[gdb] Fix typos in comments
2019-09-19 Alan Modrabfd_section_* macros
2019-09-11 Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-08-23 Sergio Durigan JuniorMove gdb-dlfcn.[ch] to gdbsupport/
2019-08-07 Tom TromeyUse obstack_strdup more
2019-07-10 Tom TromeyChange jit.c to use type-safe registry
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-03-15 Tom TromeyRemove minsym termination
2019-01-17 Tom TromeyChange all_objfiles_safe adapter to be a method on...
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Keith Seitzgdb/23712: Use new multidictionary API
2019-01-10 Tom TromeyRemove ALL_OBJFILES_SAFE
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyFix a crash in jit.c
2018-05-29 Weimin PanRemoving lookup_minimal_symbol_and_objfile
2018-04-30 Tom TromeyRemove long_long_align_bit gdbarch attribute
2018-03-19 Tom TromeyConvert observers to C++
2018-03-16 Tom TromeyRemove make_cleanup_free_section_addr_info
2018-02-21 Yao QiClass detached_regcache
2018-01-22 Yao QiDon't call gdbarch_pseudo_register_read_value in jit.c
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-11-07 Tom TromeyConstify add_com
2017-11-02 Yao QiConstruct readonly regcache without address space
2017-11-02 Yao Qiconst-fy regcache::m_aspace
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-13 Tom TromeyChange objfile to use new/delete
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-26 Tom TromeyRemove regcache_xfree
2017-09-26 Tom TromeyRemove regcache_xmalloc
2017-09-19 Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-03 Tom TromeyUse unique_xmalloc_ptr in jit.c
2017-04-12 Tom TromeyIntroduce gdb_dlhandle_up
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-10-06 Pedro AlvesFix PR11094: JIT breakpoint is not properly recreated...
2016-07-14 Tom TromeyRemove unused variables
2016-07-13 Tom TromeyFix PR cli/18053
2016-07-01 Pedro AlvesExtend JIT-reader test and fix GDB problems that exposes
2016-03-31 Yichao YuFix PR gdb/19858: GDB doesn't register the JIT librarie...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-29 Simon MarchiAdd a cast in jit_target_read_impl
2015-10-29 Simon MarchiCast gdb_dlsym return value
2015-10-09 Simon MarchiChange some void* to gdb_byte*
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-04-14 Gary BensonZero supplied stat buffers in functions that pretend...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug Evanssymtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE...
2014-11-18 Doug EvansSYMTAB_DIRNAME: New macro.
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-05 Alan ModraPrepare gdb for 64-bit obstacks
2014-06-18 Tom Tromeyconstify some blockvector APIs
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-01-13 Tom Tromeyreplace XCALLOC with XCNEWVEC or XCNEW
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-06 Tom Tromeyfix JIT reader path creation
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-11-08 Doug EvansChange "set debug symtab-create" to take a verbosity...
2013-10-09 Jan KratochvilNew flag OBJF_NOT_FILENAME
2013-09-24 Jan KratochvilKeep objfile original filename
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-08-20 Tom Tromeymove gdbarch object from objfile to per-BFD
2013-04-12 Jan Kratochvilgdb/
2013-04-08 Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-04-08 Tom Tromey * coffread.c (process_coff_symbol, coff_read_enum_type...
2013-03-21 Tom Tromey * symfile.c (alloc_section_addr_info): Update header...
2013-03-20 Tom Tromey2013-03-20 Jan Kratochvil <jan.kratochvil@redhat...
2013-01-31 Tom Tromey * jit.c (jit_program_space_data): Rename from jit_infe...
2013-01-31 Tom Tromey PR gdb/13987:
2013-01-31 Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-21 Tom Tromey * symfile.h (obsavestring): Don't declare.
next