aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2024-01-23gdb: fix "list ." related crashGuinevere Larsen3-0/+60
2024-01-22gdb/testsuite: avoid duplicate test names in gdb.dwarf2/dw2-zero-range.exp (a...Simon Marchi1-69/+74
2024-01-22Handle EOF more gracefully in DAPTom Tromey4-22/+80
2024-01-22Fix handling of DW_OP_GNU_push_tls_addressTom Tromey1-1/+1
2024-01-22gdb/testsuite: relax filename restriction in some gdb.btrace testsGuinevere Larsen2-27/+37
2024-01-22gdb/testsuite: modernize gdb.dwarf2/dw2-noloc.expGuinevere Larsen4-360/+235
2024-01-21gdb/infrun: lazily load curr_frame_id in process_event_stop_testLancelot SIX1-9/+41
2024-01-19gdb: remove SYMBOL_*_OPS macrosSimon Marchi11-72/+80
2024-01-19Simplify DWARF symtab inclusion handlingTom Tromey2-66/+16
2024-01-19gdb: remove deprecated_exec_file_display_hook and associated codeAndrew Burgess3-76/+0
2024-01-19Fix remote serial readСергей Чернов1-1/+1
2024-01-19gdb/ui-out.h: Fix exception handling in do_with_buffered_outputAaron Merey1-2/+2
2024-01-19[gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.expTom de Vries1-1/+5
2024-01-19gdb: remove unnecessary NULL checks for return value of value_from_registerSimon Marchi1-20/+3
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