summaryrefslogtreecommitdiff
path: root/gdb/jit.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-08Per-language symbol name hashing algorithmPedro Alves
2017-11-07Constify add_comTom Tromey
2017-11-02Construct readonly regcache without address spaceYao Qi
2017-11-02const-fy regcache::m_aspaceYao Qi
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi
2017-10-13Change objfile to use new/deleteTom Tromey
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand
2017-09-25Remove regcache_xfreeTom Tromey
2017-09-25Remove regcache_xmallocTom Tromey
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-03Use unique_xmalloc_ptr in jit.cTom Tromey
2017-04-12Introduce gdb_dlhandle_upTom Tromey
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-06Fix PR11094: JIT breakpoint is not properly recreated on rerunsPedro Alves
2016-07-14Remove unused variablesTom Tromey
2016-07-13Fix PR cli/18053Tom Tromey
2016-07-01Extend JIT-reader test and fix GDB problems that exposesPedro Alves
2016-03-31Fix PR gdb/19858: GDB doesn't register the JIT libraries on attachYichao Yu
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-29Add a cast in jit_target_read_implSimon Marchi
2015-10-29Cast gdb_dlsym return valueSimon Marchi
2015-10-09Change some void* to gdb_byte*Simon Marchi
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-04-14Zero supplied stat buffers in functions that pretend to statGary Benson
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Replace some symbol accessor macros with functions.Doug Evans
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans
2014-11-18SYMTAB_DIRNAME: New macro.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-05Prepare gdb for 64-bit obstacksAlan Modra
2014-06-18constify some blockvector APIsTom Tromey
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-06fix JIT reader path creationTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_stat.hTom Tromey
2013-11-08Change "set debug symtab-create" to take a verbosity level.Doug Evans
2013-10-09New flag OBJF_NOT_FILENAMEJan Kratochvil
2013-09-24Keep objfile original filenameJan Kratochvil