aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-11Use gdb map in py-connection.cTom Tromey1-4/+3
2025-03-11Use gdb set in dwarf2/aranges.cTom Tromey1-1/+1
2025-03-11Use gdb set in all_non_exited_process_targetsTom Tromey2-4/+5
2025-03-11Use gdb set and map in remote.cTom Tromey1-3/+2
2025-03-11Use gdb set and map in mi-main.cTom Tromey1-7/+7
2025-03-11Use gdb::function_view in iterate_over_threadsTom Tromey9-128/+66
2025-03-11Use gdb set and map in TUITom Tromey2-5/+4
2025-03-11Use gdb set and map in source_cacheTom Tromey1-4/+4
2025-03-11[gdb/testsuite] Fix gdb.base/step-over-syscall.exp with glibc 2.41Tom de Vries1-7/+17
2025-03-11Automatic date update in version.inGDB Administrator1-1/+1
2025-03-10Remove pid from test name in gcore-memory-usage.expTom Tromey1-1/+1
2025-03-10Add string cache and use it in cooked indexTom Tromey3-13/+135
2025-03-10Revert past commitsSimon Marchi17-653/+421
2025-03-10attempt to revamp to the CU/TU listSimon Marchi11-224/+394
2025-03-10gdb/dwarf: print DWARF CUs/TUs in "maint print objfiles"Simon Marchi2-7/+55
2025-03-10gdb/dwarf: add dwarf_source_language_nameSimon Marchi2-0/+16
2025-03-10libiberty: move DW_LANG_* definitions to dwarf2.defSimon Marchi3-92/+109
2025-03-10gdb/dwarf: move index unit vectors to debug names reader and use themSimon Marchi2-87/+72
2025-03-10gdb/dwarf: track comp and type units countSimon Marchi2-8/+11
2025-03-10gdb/dwarf: remove unnecessary bracesSimon Marchi1-9/+8
2025-03-10gdb/dwarf: use ranged for loop in some potsSimon Marchi2-13/+7
2025-03-10gdb/dwarf: save DWARF version in dwarf2_loclist_baton, remove it from dwarf2_...Simon Marchi4-38/+12
2025-03-10Use flags enum for cooked_index_entry::full_nameTom Tromey5-30/+50
2025-03-10Remove eval_op_scopeTom Tromey2-30/+20
2025-03-10gdb/dwarf: rename comp_unit_die to top_level_dieSimon Marchi3-42/+42
2025-03-10gdb/dwarf: add doc for cutu_reader::is_dummySimon Marchi1-0/+5
2025-03-10Fix check-include-guards.pyTom Tromey9-30/+37
2025-03-10gprof: Append -l to tst-gmon-gprof-l.sh data filesH.J. Lu1-3/+3
2025-03-10gprof: Add a simple test for gprof -lH.J. Lu3-2/+90
2025-03-10meaningless p_offset for zero p_filesz PT_LOADAlan Modra1-1/+4
2025-03-10Further tidies to bed->p_align codeAlan Modra1-12/+11
2025-03-10Tidy code handling bed->p_align a little.Alan Modra1-19/+18
2025-03-10ld: Cleanup sframe_decoder_init_func_bfdinfo use of reloc cookieJens Remus1-9/+8
2025-03-10gas: Use SFrame header and FDE field sizes when generating .sframeJens Remus1-16/+13
2025-03-10Automatic date update in version.inGDB Administrator1-1/+1
2025-03-09RISC-V: PR32772, fixed segfault caused by the accidental removal of `h != NULL'Nelson Chu1-1/+1
2025-03-09Fix segfault if target_fileio_read_alloc failsBrandon Belew1-5/+5
2025-03-09Automatic date update in version.inGDB Administrator1-1/+1
2025-03-08bfd_elf_parse_attr_section_v1 buffer overflowAlan Modra1-7/+3
2025-03-08gprof: Compile tst-gmon.c with -O2 -fno-omit-frame-pointerH.J. Lu4-11/+13
2025-03-08[gdb/testsuite] Fix gdb.base/step-over-syscall.exp with -m32 for AMDTom de Vries1-1/+1
2025-03-07gdb/dwarf: call other cutu_reader constructor in ensure_lang and dw2_get_file...Simon Marchi2-13/+14
2025-03-07Avoid excessive CU expansion on failed matchesTom Tromey2-22/+66
2025-03-07Use wild matching for lookup_name_info::match_anyTom Tromey1-1/+1
2025-03-08Automatic date update in version.inGDB Administrator1-1/+1
2025-03-07Handle ">>" in cp-name-parser.yTom Tromey2-0/+24
2025-03-07Minor cleanups to cpname_stateTom Tromey1-9/+11
2025-03-07gdb/dwarf: move cooked_indexer to cooked-indexer.{h,c}Simon Marchi5-825/+914
2025-03-07gdb/dwarf: move cooked_index_storage to cooked-index-storage.{h,c}Simon Marchi5-137/+194
2025-03-07gdb/dwarf: move cutu_reader to read.hSimon Marchi2-146/+148