aboutsummaryrefslogtreecommitdiff
path: root/gdb/jit.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-06Fix PR11094: JIT breakpoint is not properly recreated on rerunsPedro Alves1-1/+5
2016-07-14Remove unused variablesTom Tromey1-4/+0
2016-07-13Fix PR cli/18053Tom Tromey1-6/+18
2016-07-01Extend JIT-reader test and fix GDB problems that exposesPedro Alves1-19/+32
2016-03-31Fix PR gdb/19858: GDB doesn't register the JIT libraries on attachYichao Yu1-2/+11
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-29Add a cast in jit_target_read_implSimon Marchi1-1/+2
2015-10-29Cast gdb_dlsym return valueSimon Marchi1-1/+1
2015-10-09Change some void* to gdb_byte*Simon Marchi1-2/+2
2015-09-25Add some more casts (1/2)Simon Marchi1-15/+22
2015-09-25Add casts to memory allocation related callsSimon Marchi1-10/+15
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-3/+4
2015-04-14Zero supplied stat buffers in functions that pretend to statGary Benson1-0/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-6/+10
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-8/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-1/+1
2014-11-20Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans1-14/+13
2014-11-18symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans1-3/+4
2014-11-18SYMTAB_DIRNAME: New macro.Doug Evans1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-05Prepare gdb for 64-bit obstacksAlan Modra1-4/+5
2014-06-18constify some blockvector APIsTom Tromey1-7/+8
2014-02-26start change to progspace independenceTom Tromey1-5/+7
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-3/+4
2014-02-26change minsym representationTom Tromey1-5/+5
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-2/+2
2014-01-13replace XZALLOC with XCNEWTom Tromey1-7/+7