summaryrefslogtreecommitdiff
path: root/gdb/jit.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-2/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Use unique_xmalloc_ptr in jit.cTom Tromey2017-08-031-14/+5
* Introduce gdb_dlhandle_upTom Tromey2017-04-121-19/+23
* Use class to manage BFD reference countsTom Tromey2017-01-101-15/+15
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix PR11094: JIT breakpoint is not properly recreated on rerunsPedro Alves2016-10-061-1/+5
* Remove unused variablesTom Tromey2016-07-141-4/+0
* Fix PR cli/18053Tom Tromey2016-07-131-6/+18
* Extend JIT-reader test and fix GDB problems that exposesPedro Alves2016-07-011-19/+32
* Fix PR gdb/19858: GDB doesn't register the JIT libraries on attachYichao Yu2016-03-311-2/+11
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add a cast in jit_target_read_implSimon Marchi2015-10-291-1/+2
* Cast gdb_dlsym return valueSimon Marchi2015-10-291-1/+1
* Change some void* to gdb_byte*Simon Marchi2015-10-091-2/+2
* Add some more casts (1/2)Simon Marchi2015-09-251-15/+22
* Add casts to memory allocation related callsSimon Marchi2015-09-251-10/+15
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-3/+4