aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-02-20gdb: revert one erroneous bool-ification changeSimon Marchi1-1/+1
2023-02-20gdb/doc: Consistency fixes for GDB/MI documentationAndrew Burgess1-27/+27
2023-02-20[gdb/symtab] Trust epilogue unwind info for unknown or non-gcc producerTom de Vries1-1/+7
2023-02-20[gdb/symtab] Trust epilogue unwind info for unknown producer (-g0 case)Tom de Vries3-2/+108
2023-02-20[gdb/tdep] Add amd64/i386 epilogue override unwindersTom de Vries2-14/+103
2023-02-20[gdb/tdep] Fix amd64/i386_stack_frame_destroyed_pTom de Vries2-15/+24
2023-02-20[gdb/symtab] Factor out compunit_epilogue_unwind_validTom de Vries3-6/+15
2023-02-20[gdb/testsuite] Add xfail case in gdb.python/py-record-btrace.expTom de Vries1-1/+6
2023-02-20[gdb/testsuite] Fix gdb.threads/schedlock.exp for gcc 4.8.5Tom de Vries1-3/+2
2023-02-19Convert contained_in to methodTom Tromey8-22/+20
2023-02-19Make block members 'private'Tom Tromey1-6/+6
2023-02-19Remove allocate_block and allocate_global_blockTom Tromey5-35/+10
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-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-17gdb: fix regression in gdb.xml/maint_print_struct.expAndrew Burgess1-2/+7
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-16Rename parameter of create_ada_exception_catchpointTom Tromey2-3/+3
2023-02-16Update the 'g' packet documentationTom Tromey1-10/+20
2023-02-16Constify ada_main_nameTom Tromey2-3/+3
2023-02-16Remove unused declaration from ada-lang.hTom Tromey1-2/+0
2023-02-16gdb/doc: document MI -remove-inferior commandAndrew Burgess1-0/+34
2023-02-15Return bool from more value methodsTom Tromey2-26/+26
2023-02-15Have value::bits_synthetic_pointer return boolTom Tromey5-14/+14