aboutsummaryrefslogtreecommitdiff
path: root/gdb/jit.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-2/+2
2019-12-16jit: make gdb_symtab::blocks an std::forward_listSimon Marchi1-94/+43
2019-12-16jit: c++-ify gdb_blockSimon Marchi1-11/+14
2019-12-16jit: make gdb_object::symtabs an std::forward_listSimon Marchi1-18/+16
2019-12-16jit: c++-ify gdb_symtabSimon Marchi1-29/+33
2019-12-16Fix double-free when creating more than one block in JIT debug info readerSimon Marchi1-0/+1
2019-12-13Fix indentation in jit.cSimon Marchi1-56/+56
2019-12-12Make the objfile destructor privateTom Tromey1-14/+2
2019-12-12Make the objfile constructor privateTom Tromey1-2/+2
2019-12-12Replace xmalloc/xfree with vector in jit.cSimon Marchi1-5/+4
2019-11-28jit: minor improvement to debug loggingMihails Strasuns1-1/+4
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-2/+2
2019-10-17[gdb] Fix typos in commentsTom de Vries1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-2/+2
2019-08-23Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior1-1/+1
2019-08-06Use obstack_strdup moreTom Tromey1-4/+2
2019-07-10Change jit.c to use type-safe registryTom Tromey1-29/+10
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-15Remove minsym terminationTom Tromey1-2/+0
2019-01-17Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-10gdb/23712: Use new multidictionary APIKeith Seitz1-6/+4
2019-01-09Remove ALL_OBJFILES_SAFETom Tromey1-4/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-3/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Fix a crash in jit.cTom Tromey1-1/+2
2018-05-29Removing lookup_minimal_symbol_and_objfileWeimin Pan1-1/+1
2018-04-30Remove long_long_align_bit gdbarch attributeTom Tromey1-2/+2
2018-03-19Convert observers to C++Tom Tromey1-4/+4
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-13/+6
2018-02-21Class detached_regcacheYao Qi1-6/+5
2018-01-22Don't call gdbarch_pseudo_register_read_value in jit.cYao Qi1-11/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-2/+4
2017-11-07Constify add_comTom Tromey1-2/+2
2017-11-02Construct readonly regcache without address spaceYao Qi1-3/+1
2017-11-02const-fy regcache::m_aspaceYao Qi1-2/+2
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-10-13Change objfile to use new/deleteTom Tromey1-3/+3
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-1/+1
2017-09-25Remove regcache_xfreeTom Tromey1-1/+1
2017-09-25Remove regcache_xmallocTom Tromey1-1/+1
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi1-2/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-08-03Use unique_xmalloc_ptr in jit.cTom Tromey1-14/+5
2017-04-12Introduce gdb_dlhandle_upTom Tromey1-19/+23
2017-01-10Use class to manage BFD reference countsTom Tromey1-15/+15