summaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2024-01-14[gdb/testsuite] Fix gdb.mi/mi-dprintf.exp with read1Tom de Vries
2024-01-14[gdb/testsuite] Fix gdb.cp/namespace.exp with read1Tom de Vries
2024-01-14gdb: RISC-V: Refine lr/sc sequence supportYang Liu
2024-01-14Add myself to gdb/MAINTAINERSYang Liu
2024-01-12gdb/testsuite: fix failure in gdb.python/py-inferior.expAndrew Burgess
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2024-01-12gdb/doc: update examples in gdb.Progspace and gdb.Objfile docsAndrew Burgess
2024-01-12gdb/doc: add some notes on selecting suitable attribute namesAndrew Burgess
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess
2024-01-12gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess
2024-01-12gdb/python: remove users ability to create gdb.Progspace objectsAndrew Burgess
2024-01-12gdb/python: add gdb.Frame.__repr__() methodAndrew Burgess
2024-01-12gdb/python: add gdb.InferiorThread.__repr__() methodAndrew Burgess
2024-01-12gdb/python: hoist common invalid object repr code into py-utils.cAndrew Burgess
2024-01-12gdb: add trailing '/' when using 'complete' with directory namesAndrew Burgess
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess
2024-01-12[gdb/testsuite] Use require in gdb.dwarf2/assign-variable-value-to-register.expTom de Vries
2024-01-11gdb: fix frame passed to gdbarch_value_to_register in value_assignSimon Marchi
2024-01-11[gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64leTom de Vries
2024-01-11[gdb/testsuite] Extend gdb.base/kill-during-detach.expTom de Vries
2024-01-10gdbsupport: tighten up libiberty code a bit with dnlMike Frysinger
2024-01-10gdb: libiberty: switch to AC_CHECK_DECLS_ONCEMike Frysinger
2024-01-10gdb: move libiberty.m4 to gdbsupportMike Frysinger
2024-01-10Fix AIX catchpoint warning during fork () eventAditya Vidyadhar Kamath
2024-01-10[gdb] Fix assertion failure for checkpoint delete 0Tom de Vries
2024-01-10[gdb] Fix info checkpointsTom de Vries
2024-01-10[gdb] Make variable printed bool in info_checkpoints_commandTom de Vries
2024-01-10gdb/symtab: Eliminate deferred_entryTom de Vries
2024-01-10gdb/symtab: Make cooked_index_entry::parent_entry privateTom de Vries
2024-01-10gdb/symtab: Allow changing of added cooked_index entriesTom de Vries
2024-01-09Fix ASAN failure in DWO codeTom Tromey
2024-01-09Fix thread-less buildTom Tromey
2024-01-09Use unrelocated_addr in dwarf2_base_index_functions::find_per_cuTom Tromey
2024-01-08Back out some parallel_for_each featuresTom Tromey
2024-01-08Avoid language-based lookups in startup pathTom Tromey
2024-01-08Optimize lookup_minimal_symbol_textTom Tromey
2024-01-08Lazy language settingTom Tromey
2024-01-08Change current_language to be a macroTom Tromey
2024-01-08Remove two quick_symbol_functions methodsTom Tromey
2024-01-08Simplify the public DWARF APITom Tromey
2024-01-08Do more DWARF reading in the backgroundTom Tromey
2024-01-08Change how cooked index waits for threadsTom Tromey
2024-01-08Add "maint set dwarf synchronous"Tom Tromey
2024-01-08Move cooked_index_storage to cooked-index.hTom Tromey
2024-01-08Add quick_symbol_functions::compute_main_nameTom Tromey
2024-01-08Add deferred_warnings parameter to read_addrmap_from_arangesTom Tromey
2024-01-08Refactor complaint thread-safety approachTom Tromey
2024-01-08Add thread-safety to gdb's BFD wrappersTom Tromey
2024-01-08Add a couple of bfd_cache_close callsTom Tromey
2024-01-08Pre-read DWZ section dataTom Tromey