summaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2024-01-23WIPfix-arm-epilogue-frame-idThiago Jung Bauermann
2024-01-23gdb: fix "list ." related crashGuinevere Larsen
2024-01-22gdb/testsuite: avoid duplicate test names in gdb.dwarf2/dw2-zero-range.exp (a...Simon Marchi
2024-01-22Handle EOF more gracefully in DAPTom Tromey
2024-01-22Fix handling of DW_OP_GNU_push_tls_addressTom Tromey
2024-01-22gdb/testsuite: relax filename restriction in some gdb.btrace testsGuinevere Larsen
2024-01-22gdb/testsuite: modernize gdb.dwarf2/dw2-noloc.expGuinevere Larsen
2024-01-21gdb/infrun: lazily load curr_frame_id in process_event_stop_testLancelot SIX
2024-01-19gdb: remove SYMBOL_*_OPS macrosSimon Marchi
2024-01-19Simplify DWARF symtab inclusion handlingTom Tromey
2024-01-19gdb: remove deprecated_exec_file_display_hook and associated codeAndrew Burgess
2024-01-19Fix remote serial readСергей Чернов
2024-01-19gdb/ui-out.h: Fix exception handling in do_with_buffered_outputAaron Merey
2024-01-19[gdb/testsuite] Update xfail in gdb.threads/attach-many-short-lived-threads.expTom de Vries
2024-01-19gdb: remove unnecessary NULL checks for return value of value_from_registerSimon Marchi
2024-01-19gdb: Buffer output streams during events that might download debuginfoAaron Merey
2024-01-18Rewrite .debug_names writerTom Tromey
2024-01-18Export dwarf5_augmentationTom Tromey
2024-01-18Rewrite .debug_names readerTom Tromey
2024-01-18Allow other results in DW_TAG_entry_point testTom Tromey
2024-01-18Remove some .debug_names testsTom Tromey
2024-01-18Explicitly expand CUs in dw2-inline-with-lexical-scope.expTom Tromey
2024-01-18Fix dw2-zero-range.exp when an index is in useTom Tromey
2024-01-18Empty hash table fix in .debug_names readerTom Tromey
2024-01-18Remove cooked_index_worker::start_readingTom Tromey
2024-01-18Change cooked_index_worker to abstract base classTom Tromey
2024-01-18Do not write the index cache from an indexTom Tromey
2024-01-18Move cooked_index_functions to cooked-index.hTom Tromey
2024-01-18Add language to cooked_index_entryTom Tromey
2024-01-18Document GDB extensions to DWARF .debug_namesTom Tromey
2024-01-18Remove IS_ENUM_CLASS from cooked_index_flagTom Tromey
2024-01-18Refactor quick-function installation in DWARF readerTom Tromey
2024-01-18Refactor 'maint set dwarf synchronous' handlingTom Tromey
2024-01-18[gdb/testsuite] Call ldd --version in gdb.testsuite/dump-system-info.expTom de Vries
2024-01-17gdb/testsuite: handle long filenames in gdb.base/startup-with-shell.expAndrew Burgess
2024-01-17Fix crash in struct-with-sig-2.exp with debug-names target boardTom Tromey
2024-01-15gdb/testsuite: remove spurious $ in save_varsSimon Marchi
2024-01-15Remove addrmap_fixed::set_entryTom Tromey
2024-01-15gdb: remove unnecessary bracesSimon Marchi
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