aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-19Have global_block inherit from blockTom Tromey2-8/+2
2023-02-19Use 'new' for block and global_blockTom Tromey2-14/+12
2023-02-19Fix memory leak in mdebugread.cTom Tromey1-10/+9
2023-02-19Remove ALL_BLOCK_SYMBOLSTom Tromey12-84/+35
2023-02-19Remove ALL_BLOCK_SYMBOLS_WITH_NAMETom Tromey5-41/+13
2023-02-19Convert explicit iterator uses to foreachTom Tromey3-17/+5
2023-02-19Introduce a block iterator wrapperTom Tromey1-0/+50
2023-02-19Combine both styles of block iteratorTom Tromey3-56/+32
2023-02-19Store 'name' in block_iteratorTom Tromey3-15/+19
2023-02-19Convert block_static_link to methodTom Tromey3-16/+18
2023-02-19Convert set_block_compunit_symtab to methodTom Tromey4-9/+10
2023-02-19Convert block_static_block and block_global_block to methodsTom Tromey12-36/+43
2023-02-19Convert block_containing_function to methodTom Tromey4-9/+13
2023-02-19Convert block_linkage_function to methodTom Tromey10-19/+22
2023-02-19Convert more block functions to methodsTom Tromey13-76/+74
2023-02-19Convert block_inlined_p to methodTom Tromey6-16/+18
2023-02-19Convert block_gdbarch to methodTom Tromey6-12/+12
2023-02-19Convert block_objfile to methodTom Tromey8-20/+20
2023-02-19Don't allow NULL as an argument to block_global_blockTom Tromey3-14/+12
2023-02-19Don't allow NULL as an argument to block_static_blockTom Tromey6-11/+30
2023-02-19Don't allow NULL as an argument to block_usingTom Tromey1-1/+1
2023-02-19Don't allow NULL as an argument to block_scopeTom Tromey3-5/+6
2023-02-19Avoid extra allocations in blockTom Tromey1-0/+12
2023-02-19Rearrange block.c to avoid a forward declarationTom Tromey1-13/+10
2023-02-19Buffer overflow in evax_bfd_print_eobjAlan Modra1-63/+48
2023-02-19Avoid memory leak in chewTom Tromey1-3/+9
2023-02-19Automatic date update in version.inGDB Administrator1-1/+1
2023-02-18Fix "start" for D, Rust, etcTom Tromey7-25/+159
2023-02-17Fix crash in go_symbol_package_nameTom Tromey3-2/+34
2023-02-17Avoid manual memory management in go-lang.cTom Tromey4-30/+31
2023-02-18Automatic date update in version.inGDB Administrator1-1/+1
2023-02-17gdb: fix regression in gdb.xml/maint_print_struct.expAndrew Burgess1-2/+7
2023-02-17gprofng: fix Dwarf reader for DW_TAG_subprogramVladimir Mezentsev1-2/+1
2023-02-17gprofng: PR30036 Build failure on aarch64 w/ glibc: symbol `pwrite64' is alre...Vladimir Mezentsev2-8/+9
2023-02-17Fix multi-threaded debugging under AIXAditya Vidyadhar Kamath2-148/+239
2023-02-17Remove two unnecessary returns in ada-lang.cTom Tromey1-10/+4
2023-02-17[gdb/testsuite] Simplify gdb.arch/amd64-disp-step-avx.expTom de Vries2-20/+6
2023-02-17ld test asciz and ascii failsAlan Modra3-5/+20
2023-02-17Wild pointer reads in _bfd_ecoff_locate_lineAlan Modra1-6/+21
2023-02-17Automatic date update in version.inGDB Administrator1-1/+1
2023-02-17PR30046, power cmpi leads to unknown architectureAlan Modra1-7/+7
2023-02-16Rename parameter of create_ada_exception_catchpointTom Tromey2-3/+3
2023-02-16Update the 'g' packet documentationTom Tromey1-10/+20
2023-02-16Add support for the ASCII directive inside linker scripts.Nick Clifton13-59/+221
2023-02-16Constify ada_main_nameTom Tromey2-3/+3
2023-02-16Remove unused declaration from ada-lang.hTom Tromey1-2/+0
2023-02-16Delete PROGRESS macrosAlan Modra9-92/+1
2023-02-16gas_initAlan Modra1-19/+20
2023-02-16RISC-V: as_warn() already emits a newlineJan Beulich1-1/+1
2023-02-16gdb/doc: document MI -remove-inferior commandAndrew Burgess1-0/+34