aboutsummaryrefslogtreecommitdiff
path: root/gdb/jit.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-04-28Remove "typedef enum ..."Tom Tromey1-2/+2
2022-02-11gdb: extend the information printed by 'maint info jit'Jan Vrany1-2/+11
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: add inferior_execd observableSimon Marchi1-7/+0
2020-10-25gdb: make jit.c use the inferior_created inferior parameterSimon Marchi1-1/+2
2020-07-22gdb/jit: remove jiter_objfile_data -> objfile back-linkSimon Marchi1-7/+0
2020-07-22gdb/jit: move cached_code_address and jit_breakpoint to jiter_objfile_dataSimon Marchi1-0/+8
2020-07-22gdb/jit: split jit_objfile_data in twoSimon Marchi1-11/+17
2020-07-22gdb/jit: link to jit_objfile_data directly from the objfile structSimon Marchi1-0/+29
2020-07-22gdb/jit: pass the jiter objfile as an argument to jit_event_handlerTankut Baris Aktemur1-2/+5
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-01-092011-01-08 Michael Snyder <msnyder@vmware.com>Michael Snyder1-18/+21
2011-01-06ChangeLog:Paul Pluzhnikov1-1/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-2/+1
2009-08-21 * jit.c (jit_read_descriptor): New arg gdbarch, all callers updated.Doug Evans1-1/+5
2009-08-20 Add interface for JIT code generation.Doug Evans1-0/+77