summaryrefslogtreecommitdiff
path: root/gdb/jit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Zero supplied stat buffers in functions that pretend to statGary Benson2015-04-141-0/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-6/+10
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-8/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-14/+13
* symtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE. All uses updated.Doug Evans2014-11-181-3/+4
* SYMTAB_DIRNAME: New macro.Doug Evans2014-11-181-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Prepare gdb for 64-bit obstacksAlan Modra2014-08-051-4/+5
* constify some blockvector APIsTom Tromey2014-06-181-7/+8
* start change to progspace independenceTom Tromey2014-02-261-5/+7
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+4
* change minsym representationTom Tromey2014-02-261-5/+5
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-2/+2