aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-01-14[gdb/testsuite] Fix gdb.mi/mi-dprintf.exp with read1Tom de Vries1-3/+8
2024-01-14[gdb/testsuite] Fix gdb.cp/namespace.exp with read1Tom de Vries1-2/+3
2024-01-14gdb: RISC-V: Refine lr/sc sequence supportYang Liu1-39/+251
2024-01-14Add myself to gdb/MAINTAINERSYang Liu1-0/+1
2024-01-12gdb/testsuite: fix failure in gdb.python/py-inferior.expAndrew Burgess1-13/+18
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess6492-6498/+6498
2024-01-12gdb/doc: update examples in gdb.Progspace and gdb.Objfile docsAndrew Burgess1-7/+17
2024-01-12gdb/doc: add some notes on selecting suitable attribute namesAndrew Burgess1-0/+16
2024-01-12gdb/python: Add gdb.InferiorThread.__dict__ attributeAndrew Burgess5-2/+73
2024-01-12gdb/python: Add gdb.Inferior.__dict__ attributeAndrew Burgess4-1/+71
2024-01-12gdb/python: remove users ability to create gdb.Progspace objectsAndrew Burgess3-15/+12
2024-01-12gdb/python: add gdb.Frame.__repr__() methodAndrew Burgess2-1/+26
2024-01-12gdb/python: add gdb.InferiorThread.__repr__() methodAndrew Burgess3-3/+35
2024-01-12gdb/python: hoist common invalid object repr code into py-utils.cAndrew Burgess11-11/+27
2024-01-12gdb: add trailing '/' when using 'complete' with directory namesAndrew Burgess5-52/+198
2024-01-12gdb/python: New InferiorThread.ptid_string attributeAndrew Burgess4-0/+46
2024-01-12[gdb/testsuite] Use require in gdb.dwarf2/assign-variable-value-to-register.expTom de Vries1-3/+1
2024-01-11gdb: fix frame passed to gdbarch_value_to_register in value_assignSimon Marchi2-1/+88
2024-01-11[gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64leTom de Vries1-3/+3
2024-01-11[gdb/testsuite] Extend gdb.base/kill-during-detach.expTom de Vries3-1/+45
2024-01-10gdbsupport: tighten up libiberty code a bit with dnlMike Frysinger1-3/+1
2024-01-10gdb: libiberty: switch to AC_CHECK_DECLS_ONCEMike Frysinger1-58/+69
2024-01-10gdb: move libiberty.m4 to gdbsupportMike Frysinger2-32/+1
2024-01-10Fix AIX catchpoint warning during fork () eventAditya Vidyadhar Kamath1-0/+16
2024-01-10[gdb] Fix assertion failure for checkpoint delete 0Tom de Vries2-0/+25
2024-01-10[gdb] Fix info checkpointsTom de Vries2-5/+18
2024-01-10[gdb] Make variable printed bool in info_checkpoints_commandTom de Vries1-3/+4
2024-01-10gdb/symtab: Eliminate deferred_entryTom de Vries3-31/+68
2024-01-10gdb/symtab: Make cooked_index_entry::parent_entry privateTom de Vries3-16/+29
2024-01-10gdb/symtab: Allow changing of added cooked_index entriesTom de Vries2-11/+11
2024-01-09Fix ASAN failure in DWO codeTom Tromey1-8/+23
2024-01-09Fix thread-less buildTom Tromey1-4/+4
2024-01-09Use unrelocated_addr in dwarf2_base_index_functions::find_per_cuTom Tromey4-12/+14
2024-01-08Back out some parallel_for_each featuresTom Tromey1-47/+0
2024-01-08Avoid language-based lookups in startup pathTom Tromey2-3/+5
2024-01-08Optimize lookup_minimal_symbol_textTom Tromey1-28/+41
2024-01-08Lazy language settingTom Tromey5-18/+73
2024-01-08Change current_language to be a macroTom Tromey2-5/+18
2024-01-08Remove two quick_symbol_functions methodsTom Tromey6-86/+16
2024-01-08Simplify the public DWARF APITom Tromey6-50/+43
2024-01-08Do more DWARF reading in the backgroundTom Tromey13-306/+666
2024-01-08Change how cooked index waits for threadsTom Tromey2-3/+2
2024-01-08Add "maint set dwarf synchronous"Tom Tromey3-0/+49
2024-01-08Move cooked_index_storage to cooked-index.hTom Tromey2-94/+111
2024-01-08Add quick_symbol_functions::compute_main_nameTom Tromey4-0/+26
2024-01-08Add deferred_warnings parameter to read_addrmap_from_arangesTom Tromey5-45/+65
2024-01-08Refactor complaint thread-safety approachTom Tromey5-36/+60
2024-01-08Add thread-safety to gdb's BFD wrappersTom Tromey4-4/+65
2024-01-08Add a couple of bfd_cache_close callsTom Tromey1-0/+4
2024-01-08Pre-read DWZ section dataTom Tromey6-67/+56