aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-16x86/gas: replace inappropriate assertion when parsing registersJan Beulich1-6/+8
2023-02-16Automatic date update in version.inGDB Administrator1-1/+1
2023-02-15Return bool from more value methodsTom Tromey2-26/+26
2023-02-15Have value::bits_synthetic_pointer return boolTom Tromey5-14/+14
2023-02-15Change value::m_stack to boolTom Tromey5-9/+9
2023-02-15Change value::m_initialized to boolTom Tromey3-10/+10
2023-02-15Change value::m_lazy to boolTom Tromey5-15/+15
2023-02-15Change value::m_modifiable to boolTom Tromey4-10/+9
2023-02-15Don't throw quit while handling inferior events, part IIPedro Alves5-4/+112
2023-02-15GC get_active_ext_langPedro Alves2-10/+0
2023-02-15Don't throw quit while handling inferior eventsPedro Alves3-0/+155
2023-02-15Add new "$_shell(CMD)" internal functionPedro Alves5-5/+198
2023-02-15Make "ptype INTERNAL_FUNCTION" in Ada print like other languagesPedro Alves2-2/+7
2023-02-15Fix "ptype INTERNAL_FUNC" (PR gdb/30105)Pedro Alves4-97/+49
2023-02-15gdb/dwarf2: split .debug_names reading code to own fileSimon Marchi4-1028/+1087
2023-02-15gdb/dwarf2: split .gdb_index reading code to own fileSimon Marchi4-845/+925
2023-02-15gdb/dwarf2: move some things to read.hSimon Marchi2-160/+193
2023-02-15gdb: fix dealloc function not being called for frame 0Simon Marchi1-8/+21
2023-02-15Remove RETURNS from BFD chew commentsTom Tromey7-51/+26
2023-02-15Use @deftypefn in chew outputTom Tromey4-14/+59
2023-02-15Change internalmode to be an intrinsic variableTom Tromey3-19/+50