Revert "do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async."
[binutils-gdb.git] / gdb / jit.c
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
2018-04-30 Tom TromeyRemove long_long_align_bit gdbarch attribute
2018-03-19 Tom TromeyConvert observers to C++
2018-03-16 Tom TromeyRemove make_cleanup_free_section_addr_info
2018-02-21 Yao QiClass detached_regcache
2018-01-22 Yao QiDon't call gdbarch_pseudo_register_read_value in jit.c
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-11-07 Tom TromeyConstify add_com
2017-11-02 Yao QiConstruct readonly regcache without address space
2017-11-02 Yao Qiconst-fy regcache::m_aspace
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-10-13 Tom TromeyChange objfile to use new/delete
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-26 Tom TromeyRemove regcache_xfree
2017-09-26 Tom TromeyRemove regcache_xmalloc
2017-09-19 Yao QiUse DISABLE_COPY_AND_ASSIGN
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-03 Tom TromeyUse unique_xmalloc_ptr in jit.c
2017-04-12 Tom TromeyIntroduce gdb_dlhandle_up
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-10-06 Pedro AlvesFix PR11094: JIT breakpoint is not properly recreated...
2016-07-14 Tom TromeyRemove unused variables
2016-07-13 Tom TromeyFix PR cli/18053
2016-07-01 Pedro AlvesExtend JIT-reader test and fix GDB problems that exposes
2016-03-31 Yichao YuFix PR gdb/19858: GDB doesn't register the JIT librarie...
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-29 Simon MarchiAdd a cast in jit_target_read_impl
2015-10-29 Simon MarchiCast gdb_dlsym return value
next