summaryrefslogtreecommitdiff
path: root/gdb/jit.c
Commit message (Expand)AuthorAgeFilesLines
* Use arrays rather than pointers for global string constantsTom Tromey2020-09-151-3/+3
* gdb/jit: skip jit symbol lookup if already detected the symbols don't existSimon Marchi2020-07-221-2/+13
* gdb/jit: apply minor cleanup and modernizationSimon Marchi2020-07-221-26/+27
* gdb/jit: remove jiter_objfile_data -> objfile back-linkSimon Marchi2020-07-221-1/+1
* gdb/jit: enable tracking multiple JITer objfilesTankut Baris Aktemur2020-07-221-108/+63
* gdb/jit: move cached_code_address and jit_breakpoint to jiter_objfile_dataSimon Marchi2020-07-221-24/+17
* gdb/jit: apply some simplifications and assertionsSimon Marchi2020-07-221-17/+16
* gdb/jit: split jit_objfile_data in twoSimon Marchi2020-07-221-18/+16
* gdb/jit: link to jit_objfile_data directly from the objfile structSimon Marchi2020-07-221-61/+22
* gdb/jit: pass the jiter objfile as an argument to jit_event_handlerTankut Baris Aktemur2020-07-221-12/+15
* gdb/jit: return bool in jit_breakpoint_re_set_internal and jit_read_descriptorTankut Baris Aktemur2020-06-221-13/+13
* Remove allocate_symbol et alTom Tromey2020-05-151-1/+1
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-0/+1
* Make "gnutarget" constTom Tromey2020-03-041-1/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-2/+2
* jit: make gdb_symtab::blocks an std::forward_listSimon Marchi2019-12-161-94/+43
* jit: c++-ify gdb_blockSimon Marchi2019-12-161-11/+14
* jit: make gdb_object::symtabs an std::forward_listSimon Marchi2019-12-161-18/+16
* jit: c++-ify gdb_symtabSimon Marchi2019-12-161-29/+33
* Fix double-free when creating more than one block in JIT debug info readerSimon Marchi2019-12-161-0/+1
* Fix indentation in jit.cSimon Marchi2019-12-131-56/+56
* Make the objfile destructor privateTom Tromey2019-12-121-14/+2
* Make the objfile constructor privateTom Tromey2019-12-121-2/+2
* Replace xmalloc/xfree with vector in jit.cSimon Marchi2019-12-121-5/+4
* jit: minor improvement to debug loggingMihails Strasuns2019-11-281-1/+4
* Make struct symbol inherit from general_symbol_infoChristian Biesinger2019-11-121-2/+2
* [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