aboutsummaryrefslogtreecommitdiff
path: root/gdb/jit.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-10gdb: move bfd_open_from_target_memory to gdb_bfdMihails Strasuns1-83/+2
2020-12-04gdb: add inferior_execd observableSimon Marchi1-2/+7
2020-10-25gdb: make jit.c use the inferior_created inferior parameterSimon Marchi1-17/+10
2020-10-25gdb: add inferior parameter to inferior_created observableSimon Marchi1-1/+1
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi1-1/+1
2020-09-15Use arrays rather than pointers for global string constantsTom Tromey1-3/+3
2020-07-22gdb/jit: skip jit symbol lookup if already detected the symbols don't existSimon Marchi1-2/+13
2020-07-22gdb/jit: apply minor cleanup and modernizationSimon Marchi1-26/+27
2020-07-22gdb/jit: remove jiter_objfile_data -> objfile back-linkSimon Marchi1-1/+1
2020-07-22gdb/jit: enable tracking multiple JITer objfilesTankut Baris Aktemur1-108/+63
2020-07-22gdb/jit: move cached_code_address and jit_breakpoint to jiter_objfile_dataSimon Marchi1-24/+17
2020-07-22gdb/jit: apply some simplifications and assertionsSimon Marchi1-17/+16
2020-07-22gdb/jit: split jit_objfile_data in twoSimon Marchi1-18/+16
2020-07-22gdb/jit: link to jit_objfile_data directly from the objfile structSimon Marchi1-61/+22
2020-07-22gdb/jit: pass the jiter objfile as an argument to jit_event_handlerTankut Baris Aktemur1-12/+15
2020-06-22gdb/jit: return bool in jit_breakpoint_re_set_internal and jit_read_descriptorTankut Baris Aktemur1-13/+13
2020-05-15Remove allocate_symbol et alTom Tromey1-1/+1
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-0/+1
2020-03-04Make "gnutarget" constTom Tromey1-1/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-2/+2
2019-12-16jit: make gdb_symtab::blocks an std::forward_listSimon Marchi1-94/+43
2019-12-16jit: c++-ify gdb_blockSimon Marchi1-11/+14
2019-12-16jit: make gdb_object::symtabs an std::forward_listSimon Marchi1-18/+16
2019-12-16jit: c++-ify gdb_symtabSimon Marchi1-29/+33
2019-12-16Fix double-free when creating more than one block in JIT debug info readerSimon Marchi1-0/+1
2019-12-13Fix indentation in jit.cSimon Marchi1-56/+56
2019-12-12Make the objfile destructor privateTom Tromey1-14/+2
2019-12-12Make the objfile constructor privateTom Tromey1-2/+2
2019-12-12Replace xmalloc/xfree with vector in jit.cSimon Marchi1-5/+4
2019-11-28jit: minor improvement to debug loggingMihails Strasuns1-1/+4
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-2/+2
2019-10-17[gdb] Fix typos in commentsTom de Vries1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
2019-09-11Make relocate_{path,gdb_directory} return std::stringChristian Biesinger1-2/+2
2019-08-23Move gdb-dlfcn.[ch] to gdbsupport/Sergio Durigan Junior1-1/+1
2019-08-06Use obstack_strdup moreTom Tromey1-4/+2
2019-07-10Change jit.c to use type-safe registryTom Tromey1-29/+10
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-15Remove minsym terminationTom Tromey1-2/+0
2019-01-17Change all_objfiles_safe adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-10gdb/23712: Use new multidictionary APIKeith Seitz1-6/+4
2019-01-09Remove ALL_OBJFILES_SAFETom Tromey1-4/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-3/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1