summaryrefslogtreecommitdiff
path: root/gdb/jit.c
Commit message (Expand)AuthorAgeFilesLines
* Remove allocate_symbol et alTom Tromey2020-05-151-1/+1
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-0/+1
* Make "gnutarget" constTom Tromey2020-03-041-1/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-2/+2
* jit: make gdb_symtab::blocks an std::forward_listSimon Marchi2019-12-161-94/+43
* jit: c++-ify gdb_blockSimon Marchi2019-12-161-11/+14
* jit: make gdb_object::symtabs an std::forward_listSimon Marchi2019-12-161-18/+16
* jit: c++-ify gdb_symtabSimon Marchi2019-12-161-29/+33
* Fix double-free when creating more than one block in JIT debug info readerSimon Marchi2019-12-161-0/+1
* Fix indentation in jit.cSimon Marchi2019-12-131-56/+56
* Make the objfile destructor privateTom Tromey2019-12-121-14/+2
* Make the objfile constructor privateTom Tromey2019-12-121-2/+2
* Replace xmalloc/xfree with vector in jit.cSimon Marchi2019-12-121-5/+4
* jit: minor improvement to debug loggingMihails Strasuns2019-11-281-1/+4
* Make struct symbol inherit from general_symbol_infoChristian Biesinger2019-11-121-2/+2
* [gdb] Fix typos in commentsTom de Vries2019-10-171-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-3/+3
* Make relocate_{path,gdb_directory} return std::stringChristian Biesinger2019-09-111-2/+2
* Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior2019-08-231-1/+1
* Use obstack_strdup moreTom Tromey2019-08-061-4/+2
* Change jit.c to use type-safe registryTom Tromey2019-07-101-29/+10
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Remove minsym terminationTom Tromey2019-03-151-2/+0
* Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* gdb/23712: Use new multidictionary APIKeith Seitz2019-01-101-6/+4
* Remove ALL_OBJFILES_SAFETom Tromey2019-01-091-4/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-3/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix a crash in jit.cTom Tromey2018-12-281-1/+2
* Removing lookup_minimal_symbol_and_objfileWeimin Pan2018-05-291-1/+1
* Remove long_long_align_bit gdbarch attributeTom Tromey2018-04-301-2/+2
* Convert observers to C++Tom Tromey2018-03-191-4/+4
* Remove make_cleanup_free_section_addr_infoTom Tromey2018-03-161-13/+6
* Class detached_regcacheYao Qi2018-02-211-6/+5
* Don't call gdbarch_pseudo_register_read_value in jit.cYao Qi2018-01-221-11/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-2/+4
* Constify add_comTom Tromey2017-11-071-2/+2
* Construct readonly regcache without address spaceYao Qi2017-11-021-3/+1
* const-fy regcache::m_aspaceYao Qi2017-11-021-2/+2
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Change objfile to use new/deleteTom Tromey2017-10-131-3/+3
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-1/+1
* Remove regcache_xfreeTom Tromey2017-09-251-1/+1
* Remove regcache_xmallocTom Tromey2017-09-251-1/+1