aboutsummaryrefslogtreecommitdiff
path: root/gdb/jit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace XZALLOC with XCNEWTom Tromey2014-01-131-7/+7
* fix JIT reader path creationTom Tromey2014-01-061-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_stat.hTom Tromey2013-11-181-1/+1
* Change "set debug symtab-create" to take a verbosity level.Doug Evans2013-11-081-1/+1
* New flag OBJF_NOT_FILENAMEJan Kratochvil2013-10-091-2/+3
* Keep objfile original filenameJan Kratochvil2013-09-241-4/+3
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-1/+1
* move gdbarch object from objfile to per-BFDTom Tromey2013-08-201-1/+1
* gdb/Jan Kratochvil2013-04-121-1/+3
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-8/+10
* * coffread.c (process_coff_symbol, coff_read_enum_type): CallTom Tromey2013-04-081-3/+1
* * symfile.c (alloc_section_addr_info): Update header. Don't setTom Tromey2013-03-211-0/+1
* 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey2013-03-201-1/+1
* * jit.c (jit_program_space_data): Rename from jit_inferior_data;Tom Tromey2013-01-311-66/+54
* PR gdb/13987:Tom Tromey2013-01-311-20/+87
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-6/+1
* * symfile.h (obsavestring): Don't declare.Tom Tromey2013-01-211-3/+3
* * jit.c (jit_reader_load_command): Interpret the jit reader name as anSanjoy Das2013-01-171-1/+5
* PR gdb/14550Sanjoy Das2013-01-171-2/+12
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1