gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb /
2020-06-04  Simon Marchigdb: add target_ops::supports_displaced_step concurrent-displaced-stepping-2020-04-01
2020-06-04  Simon Marchigdb: don't require displaced step copy_insn to be imple...
2020-06-04  Simon Marchigdb: add target_ops methods for displaced stepping
2020-06-04  Simon Marchigdb: use two displaced step buffers on amd64-linux
2020-06-04  Simon Marchigdb: change single_displaced_buffer_manager into multip...
2020-06-04  Simon Marchigdb: stop trying to prepare displaced steps for an...
2020-06-04  Simon Marchigdb: move displaced stepping logic to gdbarch, allow...
2020-06-04  Simon Marchigdb: rename displaced_step_closure to displaced_step_co...
2020-06-04  Simon Marchigdb: rename things related to step over chains
2020-06-04  Simon Marchigdb: tweak format of infrun debug log
2020-06-03  Tom de Vries[gdb/symtab] Fix missing breakpoint location for inline...
2020-06-03  Tom de Vries[gdb/testsuite] Fix use of verbose in gdb/jit-*.exp
2020-06-02  Andrew Burgessgdb: Convert language skip_trampoline field to a method
2020-06-02  Andrew Burgessgdb: Convert language la_demangle field to a method
2020-06-02  Andrew Burgessgdb: Convert language la_print_type field to a method
2020-06-02  Andrew Burgessgdb: Convert language la_sniff_from_mangled_name field...
2020-06-02  Andrew Burgessgdb: Convert language la_search_name_hash field to...
2020-06-02  Andrew Burgessgdb: Convert language la_get_compile_instance field...
2020-06-02  Andrew Burgessgdb: Convert language la_iterate_over_symbols field...
2020-06-02  Andrew Burgessgdb: Convert language la_lookup_transparent_type field...
2020-06-02  Andrew Burgessgdb: Convert language la_language_arch_info field to...
2020-06-02  Andrew Burgessgdb: Convert language la_pass_by_reference field to...
2020-06-02  Andrew Burgessgdb: Convert language la_read_var_value field to a...
2020-06-02  Andrew Burgessgdb: Convert language la_print_array_index field to...
2020-06-02  Andrew Burgessgdb: Represent all languages as sub-classes of language...
2020-06-02  Tom de Vries[gdb/testsuite] Fix scrolling in gdb.dwarf2/multidictio...
2020-06-01  Andrew Burgessgdb: Preserve is-stmt lines when switch between files
2020-06-01  Samuel Thibaulthurd: Add shared mig declarations
2020-05-31  Samuel Thibaultgnu-nat: Move local functions inside gnu_nat_target...
2020-05-30  Samuel Thibaulthurd: unwinding support over signal trampolines
2020-05-30  Samuel Thibaulthurd: fix pushing target on inferior creation
2020-05-30  Samuel Thibaulthurd: add gnu_target pointer to fix thread API calls
2020-05-30  Samuel Thibaulthurd: remove unused variables
2020-05-30  Samuel Thibaulthurd: add missing include
2020-05-30  Samuel Thibaulthurd: make function cast stronger
2020-05-30  Samuel Thibaulthurd: add missing awk script dependency
2020-05-30  Samuel Thibaulthurd: fix gnu_debug_flag type
2020-05-30  Jonny Grantgdb: change bug URL to https
2020-05-30  Pedro Alvesreplace_typedefs: handle templates in namespaces
2020-05-29  Simon Marchigdb: rename dwarf2_per_objfile variables/fields to...
2020-05-29  Gary BensonFix build errors in with clang in gdb.compile/compile...
2020-05-29  Gary BensonFix file-not-found error with clang in gdb.arch/i386...
2020-05-29  Gary BensonBuild two gdb.cp testcases with -Wno-unused-comparison
2020-05-28  Simon Marchigdb: add comment in dwarf_evaluate_loc_desc::push_dwarf...
2020-05-28  Kevin BuettnerFix Python3.9 related runtime problems
2020-05-28  Gary BensonFix "enumeration values not handled in switch" error...
2020-05-28  Simon Marchigdb: use caller objfile in dwarf_evaluate_loc_desc...
2020-05-28  Gary BensonPass -Wno-deprecated-register for gdb.cp that use ...
2020-05-28  Tom de Vries[gdb/symtab] Make gold index workaround more precise
2020-05-28  Gary BensonFix "'operator new' should not return NULL" errors...
2020-05-27  Pedro Alvescp-completion-aliases.exp: Use test_gdb_complete_{uniqu...
2020-05-27  Tom TromeyUse add_partial_symbol in load_partial_dies
2020-05-27  Tom TromeyInline abbrev lookup
2020-05-27  Tom TromeyLazily compute partial DIE name
2020-05-27  Tom TromeyAttribute method inlining
2020-05-27  Hannes DomaniMove exit_status_set_internal_vars out of GLOBAL_CURDIR
2020-05-27  Hannes DomaniUse errno value of first openp failure
2020-05-27  Hannes DomaniDon't close thread handles provided by WaitForDebugEvent
2020-05-27  Tom TromeyShare DWARF partial symtabs
2020-05-27  Simon MarchiMove line_header_hash to dwarf2_per_objfile
2020-05-27  Simon MarchiMake mapped_debug_names independent of objfile
2020-05-27  Simon MarchiReplace dwarf2_per_cu_data::cu backlink with per-objfil...
2020-05-27  Simon MarchiPass existing_cu object to cutu_reader
2020-05-27  Simon MarchiAdd comp_unit_head to dwarf2_per_cu_data
2020-05-27  Simon MarchiMake load_cu return the loaded dwarf2_cu
2020-05-27  Simon MarchiPass dwarf2_cu to process_full_{comp,type}_unit
2020-05-27  Simon MarchiPass dwarf2_per_bfd instead of dwarf2_per_objfile to...
2020-05-27  Tom TromeyMove signatured_type::type to unshareable object
2020-05-27  Tom TromeySplit type_unit_group
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::dwarf2_per_objfile
2020-05-27  Simon MarchiRemove leftover references to dwarf2_per_cu_data::dwarf...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to get_die_type_at_offset
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to free_one_cached_com...
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::objfile ()
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameters to dwarf2_fetch_...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to allocate_piece_closure
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to dwarf2_read_addr_index
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::text_offset
2020-05-27  Simon MarchiAdd dwarf2_per_objfile to dwarf_expr_context and dwarf2...
2020-05-27  Simon MarchiMove int type methods out of dwarf2_per_cu_data
2020-05-27  Simon MarchiRemove reference to dwarf2_per_cu_data::dwarf2_per_objf...
2020-05-27  Simon MarchiPass dwarf2_cu objects to dwo-related functions, instea...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to process_full_{comp...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to recursively_compute...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to create_partial_symtab
2020-05-27  Simon MarchiRemove dwarf2_per_cu_data::dwarf2_per_objfile reference...
2020-05-27  Simon MarchiMake queue_and_load_dwo_tu receive a dwarf2_cu
2020-05-27  Simon MarchiAdd dwarf2_per_objfile parameter to cutu_reader's const...
2020-05-27  Simon MarchiUse bfd_get_filename instead of objfile_name in lookup_...
2020-05-27  Simon MarchiMake dwarf2_get_dwz_file take a dwarf2_per_bfd
2020-05-27  Simon MarchiAdd dwarf2_per_bfd field to dwarf2_per_cu_data
2020-05-27  Simon MarchiRemove dwarf2_cu->per_cu->dwarf2_per_objfile references
2020-05-27  Simon MarchiRemove reference to dwarf2_per_cu_data::dwarf2_per_objf...
2020-05-27  Simon MarchiAdd dwarf2_per_objfile field to dwarf2_cu
2020-05-27  Simon MarchiMove die_type_hash to dwarf2_per_objfile
2020-05-27  Simon MarchiRemove symtab links from dwarf2_psymtab and dwarf2_per_...
2020-05-27  Simon MarchiSplit dwarf2_per_objfile into dwarf2_per_objfile and...
2020-05-27  Tom TromeyAdd dwarf2_per_objfile member to DWARF batons
2020-05-27  Tom TromeyAdd dwarf2_per_cu_data::index
2020-05-27  Tom TromeyAdd "objfile" parameter to two partial_symtab methods
next
This page took 0.061703 seconds and 7 git commands to generate.