summaryrefslogtreecommitdiff
path: root/gdb/jit.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: call post_create_inferior at end of follow_fork_inferiorSimon Marchi2021-07-141-0/+28
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* gdb: add breakpoint::locations methodSimon Marchi2021-05-271-1/+1
* [gdb/breakpoint] Fix assert in jit_event_handlerTom de Vries2021-05-211-1/+5
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-4/+4
* gdb: convert jit to new-style debug macrosSimon Marchi2021-01-131-40/+24
* gdb: change jit_debug to a boolSimon Marchi2021-01-111-9/+9
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: move bfd_open_from_target_memory to gdb_bfdMihails Strasuns2020-12-101-83/+2
* gdb: add inferior_execd observableSimon Marchi2020-12-041-2/+7
* gdb: make jit.c use the inferior_created inferior parameterSimon Marchi2020-10-251-17/+10
* gdb: add inferior parameter to inferior_created observableSimon Marchi2020-10-251-1/+1
* gdb: remove arguments from inferior_created observableSimon Marchi2020-10-021-1/+1
* 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