Remove path name from test case
[binutils-gdb.git] / gdb / jit.c
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-10-10 Simon Marchigdb: add inferior::{arch, set_arch}
2023-06-05 Tom TromeyUse "unrelocated" terminology in linetable_entry
2023-05-25 Simon Marchigdb: remove bp_location_pointer_iterator
2023-04-17 Simon Marchigdb: pass execing and following inferior to inferior_ex...
2023-03-18 Tom TromeyReuse existing builtin types
2023-03-17 Tom TromeyFix line table regression
2023-03-11 Tom TromeyChange linetable_entry::is_stmt to bool
2023-03-11 Tom TromeyConstify linetables
2023-03-11 Tom TromeyChange linetables to be objfile-independent
2023-02-27 Kevin BuettnerCatch gdb_exception_error instead of gdb_exception...
2023-02-19 Tom TromeyRemove allocate_block and allocate_global_block
2023-02-19 Tom TromeyConvert set_block_compunit_symtab to method
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-08-04 Tom TromeyUse registry in gdbarch
2022-08-03 Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_MAP macro
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28 Simon Marchigdb: remove BLOCK_MULTIDICT macro
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-28 Simon Marchigdb: remove BLOCK_{START,END} macros
2022-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-06 Tom TromeyUse new and delete in jit.c
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-02-11 Jan Vranygdb: extend the information printed by 'maint info...
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06 Simon Marchigdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter
2022-02-06 Simon Marchigdb: remove SYMTAB_LINETABLE macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-02-06 Simon Marchigdb: remove COMPUNIT_DIRNAME macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_FILETABS macro
2022-02-04 Simon Marchigdb: include jit_code_entry::symfile_addr value in...
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-29 Tom TromeySend jit.c errors to gdb_stderr
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-07-15 Simon Marchigdb: call post_create_inferior at end of follow_fork_in...
2021-06-29 Simon Marchigdb: add names to unwinders, add debug messages when...
2021-05-27 Simon Marchigdb: add breakpoint::locations method
2021-05-21 Tom de Vries[gdb/breakpoint] Fix assert in jit_event_handler
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-01-13 Simon Marchigdb: convert jit to new-style debug macros
2021-01-11 Simon Marchigdb: change jit_debug to a bool
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-10 Mihails Strasunsgdb: move bfd_open_from_target_memory to gdb_bfd
2020-12-04 Simon Marchigdb: add inferior_execd observable
2020-10-25 Simon Marchigdb: make jit.c use the inferior_created inferior parameter
2020-10-25 Simon Marchigdb: add inferior parameter to inferior_created observable
2020-10-02 Simon Marchigdb: remove arguments from inferior_created observable
2020-09-15 Tom TromeyUse arrays rather than pointers for global string constants
2020-07-22 Simon Marchigdb/jit: skip jit symbol lookup if already detected...
2020-07-22 Simon Marchigdb/jit: apply minor cleanup and modernization
2020-07-22 Simon Marchigdb/jit: remove jiter_objfile_data -> objfile back...
2020-07-22 Tankut Baris Aktemurgdb/jit: enable tracking multiple JITer objfiles
2020-07-22 Simon Marchigdb/jit: move cached_code_address and jit_breakpoint...
2020-07-22 Simon Marchigdb/jit: apply some simplifications and assertions
2020-07-22 Simon Marchigdb/jit: split jit_objfile_data in two
2020-07-22 Simon Marchigdb/jit: link to jit_objfile_data directly from the...
2020-07-22 Tankut Baris Aktemurgdb/jit: pass the jiter objfile as an argument to jit_e...
2020-06-22 Tankut Baris Aktemurgdb/jit: return bool in jit_breakpoint_re_set_internal...
2020-05-15 Tom TromeyRemove allocate_symbol et al
2020-04-18 Tom TromeyChange get_objfile_arch to a method on objfile
2020-03-10 Andrew Burgessgdb: Add support for tracking the DWARF line table...
2020-03-04 Tom TromeyMake "gnutarget" const
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-27 Christian BiesingerMake symbol_set_names a member function
2019-12-16 Simon Marchijit: make gdb_symtab::blocks an std::forward_list
2019-12-16 Simon Marchijit: c++-ify gdb_block
2019-12-16 Simon Marchijit: make gdb_object::symtabs an std::forward_list
2019-12-16 Simon Marchijit: c++-ify gdb_symtab
2019-12-16 Simon MarchiFix double-free when creating more than one block in...
2019-12-13 Simon MarchiFix indentation in jit.c
2019-12-12 Tom TromeyMake the objfile destructor private
2019-12-12 Tom TromeyMake the objfile constructor private
2019-12-12 Simon MarchiReplace xmalloc/xfree with vector in jit.c
2019-11-28 Mihails Strasunsjit: minor improvement to debug logging
2019-11-12 Christian BiesingerMake struct symbol inherit from general_symbol_info
2019-10-17 Tom de Vries[gdb] Fix typos in comments
2019-09-19 Alan Modrabfd_section_* macros
2019-09-11 Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-08-23 Sergio Durigan JuniorMove gdb-dlfcn.[ch] to gdbsupport/
2019-08-07 Tom TromeyUse obstack_strdup more
2019-07-10 Tom TromeyChange jit.c to use type-safe registry
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-03-15 Tom TromeyRemove minsym termination
2019-01-17 Tom TromeyChange all_objfiles_safe adapter to be a method on...
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Keith Seitzgdb/23712: Use new multidictionary API
2019-01-10 Tom TromeyRemove ALL_OBJFILES_SAFE
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyFix a crash in jit.c
2018-05-29 Weimin PanRemoving lookup_minimal_symbol_and_objfile
next