aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-01-19gdb: Buffer output streams during events that might download debuginfoAaron Merey10-98/+492
2024-01-18Rewrite .debug_names writerTom Tromey3-239/+173
2024-01-18Export dwarf5_augmentationTom Tromey2-2/+3
2024-01-18Rewrite .debug_names readerTom Tromey3-592/+389
2024-01-18Allow other results in DW_TAG_entry_point testTom Tromey1-1/+4
2024-01-18Remove some .debug_names testsTom Tromey6-279/+0
2024-01-18Explicitly expand CUs in dw2-inline-with-lexical-scope.expTom Tromey1-0/+4
2024-01-18Fix dw2-zero-range.exp when an index is in useTom Tromey1-2/+8
2024-01-18Empty hash table fix in .debug_names readerTom Tromey1-1/+2
2024-01-18Remove cooked_index_worker::start_readingTom Tromey2-30/+17
2024-01-18Change cooked_index_worker to abstract base classTom Tromey3-161/+204
2024-01-18Do not write the index cache from an indexTom Tromey3-5/+8
2024-01-18Move cooked_index_functions to cooked-index.hTom Tromey3-100/+100
2024-01-18Add language to cooked_index_entryTom Tromey3-17/+23
2024-01-18Document GDB extensions to DWARF .debug_namesTom Tromey1-0/+39
2024-01-18Remove IS_ENUM_CLASS from cooked_index_flagTom Tromey3-12/+11
2024-01-18Refactor quick-function installation in DWARF readerTom Tromey1-24/+14
2024-01-18Refactor 'maint set dwarf synchronous' handlingTom Tromey1-3/+4
2024-01-18[gdb/testsuite] Call ldd --version in gdb.testsuite/dump-system-info.expTom de Vries1-0/+1
2024-01-17gdb/testsuite: handle long filenames in gdb.base/startup-with-shell.expAndrew Burgess1-0/+1
2024-01-17Fix crash in struct-with-sig-2.exp with debug-names target boardTom Tromey1-0/+2
2024-01-15gdb/testsuite: remove spurious $ in save_varsSimon Marchi1-1/+1
2024-01-15Remove addrmap_fixed::set_entryTom Tromey5-59/+45
2024-01-15gdb: remove unnecessary bracesSimon Marchi1-4/+2
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